added in-game logger

This commit is contained in:
Sebastian Bularca
2026-04-05 12:32:42 +02:00
parent 1ec734d033
commit fa15608f3a
43 changed files with 3019 additions and 8 deletions

View File

@@ -18,6 +18,16 @@
"source": "embedded",
"dependencies": {}
},
"com.jovian.ingame-logging": {
"version": "file:com.jovian.ingame-logging",
"depth": 0,
"source": "embedded",
"dependencies": {
"com.unity.textmeshpro": "3.0.6",
"com.unity.nuget.newtonsoft-json": "3.2.1",
"com.jovian.savesystem": "0.1.0"
}
},
"com.jovian.inspector-tools": {
"version": "file:com.jovian.inspector-tools",
"depth": 0,
@@ -354,6 +364,14 @@
},
"url": "https://packages.unity.com"
},
"com.unity.textmeshpro": {
"version": "5.0.0",
"depth": 1,
"source": "builtin",
"dependencies": {
"com.unity.ugui": "2.0.0"
}
},
"com.unity.timeline": {
"version": "1.8.11",
"depth": 0,