mirror of
https://github.com/DCFApixels/DragonECS-Unity.git
synced 2025-09-17 17:34:34 +08:00
update settings add DISABLE_POOLS_EVENTS define
This commit is contained in:
parent
964cd0f597
commit
971d9a5868
@ -22,6 +22,7 @@ namespace DCFApixels.DragonECS.Unity.Editors
|
||||
string symbolsString = PlayerSettings.GetScriptingDefineSymbolsForGroup(BuildTargetGroup.Standalone);
|
||||
_defineSymbols = new List<DefineSymbolsInfo>()
|
||||
{
|
||||
nameof(EcsConsts.DISABLE_POOLS_EVENTS),
|
||||
nameof(EcsConsts.ENABLE_DRAGONECS_DEBUGGER),
|
||||
nameof(EcsConsts.ENABLE_DRAGONECS_ASSERT_CHEKS),
|
||||
nameof(EcsConsts.REFLECTION_DISABLED),
|
||||
|
Loading…
Reference in New Issue
Block a user