See and discuss changes in Milestone 0.40.0
Note
Please update Entitas.properties by opening Entitas Preferences. Added assemblyPath
and codeGeneratorAssemblyPath
to code generator config. When not selected already, navigate to Library/ScriptAssemblies/
in your Unity project and select Assembly-CSharp.dll
for the assembly and Assembly-CSharp-Editor.dll
for the code generator assembly.
Entitas.CodeGenerator
- Add ConsoleWriteLinePostProcessor #342
- Make EntitasPreferences.CONFIG_PATH public field in order to customize the path to the config file #342
- Add CodeGeneratorUtil to simplify creating an instance based on Entitas.properties
- Add
assemblyPath
andcodeGeneratorAssemblyPath
to code generator config
Entitas.Unity.VisualDebugging
- Added SystemWarningThreshold to visualize slow systems
- Tinting slow systems red
- Systems list unfolded by default