forked from Shardstone/trail-into-darkness
added logger to character creation, default character setup, gameplay flow and textmeshpro stuff
This commit is contained in:
@@ -75,8 +75,10 @@ namespace Nox.UI {
|
||||
|
||||
public void Dispose() {
|
||||
characterCreationView?.Dispose();
|
||||
Object.Destroy(characterCreationReference.gameObject);
|
||||
charCreationHandle.Release();
|
||||
Object.Destroy(characterCreationReference?.gameObject);
|
||||
if (charCreationHandle.IsValid()) {
|
||||
charCreationHandle.Release();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user