浏览代码

Managers: Adjusted RuntimeInitializeOnLoad for new Quick Enter Play Mode Settings

/main
Thomas ICHÉ 4 年前
当前提交
b3d5e1cc
共有 2 个文件被更改,包括 7 次插入0 次删除
  1. 1
      CHANGELOG.md
  2. 6
      Runtime/Managers/Manager.cs

1
CHANGELOG.md


* Game Save manager now saves to the Application.persistentDataPath folder
* Renamed HierarchyHints to AdvancedHierarchyView + Changed behaviour to apply visibility from preferences
* Managers: Adjusted RuntimeInitializeOnLoad for new Quick Enter Play Mode Settings
## 2019.3.3

6
Runtime/Managers/Manager.cs


static readonly Type[] kAllManagerTypes = GetAllManagerTypes();
#if UNITY_EDITOR
[RuntimeInitializeOnLoadMethod(RuntimeInitializeLoadType.SubsystemRegistration)]
#else
#endif
s_Managers.Clear();
var exclusionList = GameplayIngredientsSettings.currentSettings.excludedeManagers;
Debug.Log("Initializing all Managers...");

正在加载...
取消
保存