Add content deprecation upgrades support to prefabs and scenes when loading levels
This commit is contained in:
@@ -31,6 +31,9 @@ public:
|
||||
Dictionary<Guid, int32> ObjectToInstance;
|
||||
CriticalSection Locker;
|
||||
ThreadLocal<ISerializeModifier*> Modifiers;
|
||||
#if USE_EDITOR
|
||||
HashSet<Prefab*> DeprecatedPrefabs;
|
||||
#endif
|
||||
|
||||
Context(ISerializeModifier* modifier);
|
||||
~Context();
|
||||
|
||||
Reference in New Issue
Block a user