added code from unity

This commit is contained in:
Sebastian Bularca
2026-04-06 20:45:22 +02:00
parent a66b4471fa
commit 2872300873
34 changed files with 2164 additions and 2 deletions

20
package.json Normal file
View 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"
}
}