some syntax and such and adde an editor tool for visualising logs

This commit is contained in:
Sebastian Bularca
2026-04-05 14:49:53 +02:00
parent 31951cfbf8
commit 947c8feb53
7 changed files with 1360 additions and 17 deletions

View File

@@ -2,13 +2,16 @@
"name": "Jovian.InGameLogging.Editor",
"rootNamespace": "Jovian.InGameLogging.Editor",
"references": [
"Jovian.InGameLogging"
"Jovian.InGameLogging",
"Jovian.SaveSystem"
],
"includePlatforms": ["Editor"],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"overrideReferences": true,
"precompiledReferences": [
"Newtonsoft.Json.dll"
],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],