It is strongly recommended to uninstall the old version before installing the new version.
For more details, please check https://quincyhuanghk.notion.site/Release-Notes-2eeb5eece2568092908ecccc2864f840?source=copy_link
Dependencies (Unity Packages)
- Addressables
- AI.Navigation
- mathematics
- ugui
- visualscripting
- modules.ui
- modules.uielements
WIP 2.0 (Pending, will be released soon)
- 🔥🔥🔥 Added the GOAP. GOAP
- Fixed a codegen bug, if you see an error related to this file below, you can just remove that file.
D_I_Inst_StaticUnityEngine_Camera_Call_CalculateProjectionMatrixFromPhysicalProperties_OutOutput_FocalLength_SensorSize_LensShift_NearClip_FarClip_GateFitParameters_e5ff19e5_249ffac0.g.cs
- Fixed bugs.
- Blackboard now supports non-persistent instance references, fixing Prefab Root to child reference resolution when child GUIDs are regenerated on instantiation.
- Enhanced the GameObject GUID’s capability. It now supports tag settings queries. Game Object GUID.
- Added instructions, conditions, and nodes for waiting on signals or conditions, enhancing logical control capabilities.
- Added logic AND and logic OR conditions, now you can create more complicated condition combinations. E.g., (A&&B) || (C&&D) && E