forked from Shardstone/trail-into-darkness
will handle editor cleaning later
This commit is contained in:
@@ -191,16 +191,8 @@ namespace Nox.Game {
|
||||
}
|
||||
|
||||
public void Dispose() {
|
||||
encounterRegistry = null;
|
||||
scenePrefabs = null;
|
||||
mapRef = null;
|
||||
partyRef = null;
|
||||
mapLocationsReference = null;
|
||||
guiReferences = null;
|
||||
|
||||
partyGuiView?.Dispose();
|
||||
popupSystem?.Dispose();
|
||||
|
||||
cameraController?.Dispose();
|
||||
partyMovementHandler?.Dispose();
|
||||
encounterHandler?.Dispose();
|
||||
|
||||
@@ -74,6 +74,12 @@
|
||||
"com.unity.nuget.newtonsoft-json": "3.2.1"
|
||||
}
|
||||
},
|
||||
"com.jovian.tag-system": {
|
||||
"version": "file:com.jovian.tag-system",
|
||||
"depth": 0,
|
||||
"source": "embedded",
|
||||
"dependencies": {}
|
||||
},
|
||||
"com.jovian.unitypackagesync": {
|
||||
"version": "file:com.jovian.unitypackagesync",
|
||||
"depth": 0,
|
||||
|
||||
Reference in New Issue
Block a user