21 lines
577 B
JSON
21 lines
577 B
JSON
{
|
|
"name": "com.jovian.popup-system",
|
|
"version": "0.1.0",
|
|
"displayName": "Jovian Popup System",
|
|
"description": "A lightweight, low-allocation popup and tooltip system with category-based isolation, fluent content builder, and extensible animations.",
|
|
"unity": "2022.3",
|
|
"dependencies": {
|
|
"com.unity.textmeshpro": "3.0.6",
|
|
"com.unity.inputsystem": "1.18.0",
|
|
"com.unity.nuget.newtonsoft-json": "3.2.1"
|
|
},
|
|
"keywords": [
|
|
"popup",
|
|
"tooltip",
|
|
"ui"
|
|
],
|
|
"author": {
|
|
"name": "Jovian"
|
|
}
|
|
}
|