Add content deprecation upgrades support to prefabs and scenes when loading levels

This commit is contained in:
Wojtek Figat
2025-01-20 23:53:13 +01:00
parent 67f12596e2
commit 7d0804af91
7 changed files with 113 additions and 7 deletions

View File

@@ -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();