added code from unity
This commit is contained in:
20
package.json
Normal file
20
package.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "com.jovian.ingame-logging",
|
||||
"version": "0.1.0",
|
||||
"displayName": "Jovian In-Game Logging",
|
||||
"description": "An optimized, low-allocation in-game logging system with pooled UI, channel-based filtering, and save system integration.",
|
||||
"unity": "2022.3",
|
||||
"dependencies": {
|
||||
"com.unity.textmeshpro": "3.0.6",
|
||||
"com.unity.nuget.newtonsoft-json": "3.2.1",
|
||||
"com.jovian.savesystem": "0.1.0"
|
||||
},
|
||||
"keywords": [
|
||||
"logging",
|
||||
"ui",
|
||||
"ingame"
|
||||
],
|
||||
"author": {
|
||||
"name": "Jovian"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user