2/24/25
Features and Improvements:
- 157: Create the ability to have custom traversal mesh data on scenes. This allows for scene verticality. Not used in eqCy but will be used in Besti 2.
- 161: Various code improvements/null checks in existing systems. This improves stability.
- 162: Menu interaction changes to make the menu work better in 2D.
- 163: Reworked the initial scene loading to attempt to resolve a couple minor startup issues.
- 164: Added additional events to scene transitions. Used in Besti 2.
- 165: Added some additional NRF protections for the menu generation procedure just in case there’s something wrong with the button creation startup process.
- 166: Permit the teleportation system to have additional 2D functions that enable/disable mouselook
- 167: Add the ability to force a look direction (manual setup) or a look at tracked target for 2D mode. Mostly used in Besti 2.
- 168: Rework how moving the play area works to eliminate the need for a ground PhysX collider and instead have players use the same traversal rules as NPCs. This works better and is more performant than using PhysX.
- 169: Separate menu open close functions from internal menu functions. This allows different menuing systems for different games (specifically Besti 2)
- 172: Re-wrote the menu deployment to use threaded operation should additional available CPUs be more efficient. Because of the way Unity UI systems works, this also drastically reduces CPU need regardless of the CPU the work is done on when deploying the menu. Yet another benefit is that the menu is overall more responsive when asking it to deploy or undeploy. Win in every direction.
- 173: Make 2D mode menu
- 174: Menu system code cleanup.
- 175: Update tutorial fairy to identify if menu is in the new 2D mode and behave accordingly.
- 176: Make everything that doesn’t work work in the new menu mode. Quite a few fixes needed. 177: Added additional options to the controls-based dialogue changer program to account for 2D displays.
- 178: Add additional functionality to the subtitle system to give notifications in 2D mode better.
- 179: Added functionality to onHeadsetType event creator to have a new option of VR or Not VR. This way we only need one thing to determine if we’re on a VR platform rather than needing everything that cares to know the differences between VR and not VR platforms.
- 181: Added additional alternative descriptions to menu entries based on headset/control type. This should make some minor clarity improvements to the menu system.
- 182: Create sounds for 2D UI.
- 187: Added additional spine bone targets for the character autoconfig
- 188: Update older horse hairstyles to work with the dished facial structure
- 189: Change texture compression on realistic textures to improve fidelity of materials on PC.
- 190: Create Arabian horse unique skull shape
- 191: Create additional mane and tail styles for Arabians
- 192: Create additional artwork appropriate for new options
Bugs Fixed:
- 170: Resolve a potential race condition in the menus in which the menu attempts to subscribe to events prior to the universal events system being activated.
- 171: Resolve a slowdown when turning on the menu when doing certain activities.
- 172: Fixed a crash bug inherent to the way that ui buttons function under certain circumstances.
- 178: Fix an initialization bug that was causing a slight hiccup on game startup.
- 180: Fix softlock bug that you can cause by quickly closing and reopening the menu in 2D mode when deploying a friend.