- The ReflexSettings asset is now mandatory. Previously, it was optional.
- Introduced an explicit list of ProjectScopes within ReflexSettings. (Remember to add your ProjectScopes to this list when upgrading to version 10)
- Removed LoadAllProjectScopes boolean from ReflexSettings, as it has been replaced by the new ProjectScopes list.
These changes provide a clearer definition of ProjectScopes usage while improving performance. By using an explicit list, Reflex no longer needs to call Resources.LoadAll(), reducing unnecessary resource loading.