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() {
|
public void Dispose() {
|
||||||
encounterRegistry = null;
|
|
||||||
scenePrefabs = null;
|
|
||||||
mapRef = null;
|
|
||||||
partyRef = null;
|
|
||||||
mapLocationsReference = null;
|
|
||||||
guiReferences = null;
|
|
||||||
|
|
||||||
partyGuiView?.Dispose();
|
partyGuiView?.Dispose();
|
||||||
popupSystem?.Dispose();
|
popupSystem?.Dispose();
|
||||||
|
|
||||||
cameraController?.Dispose();
|
cameraController?.Dispose();
|
||||||
partyMovementHandler?.Dispose();
|
partyMovementHandler?.Dispose();
|
||||||
encounterHandler?.Dispose();
|
encounterHandler?.Dispose();
|
||||||
|
|||||||
@@ -74,6 +74,12 @@
|
|||||||
"com.unity.nuget.newtonsoft-json": "3.2.1"
|
"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": {
|
"com.jovian.unitypackagesync": {
|
||||||
"version": "file:com.jovian.unitypackagesync",
|
"version": "file:com.jovian.unitypackagesync",
|
||||||
"depth": 0,
|
"depth": 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user