TruWorlds Beta Sprint 9 (engine version 2026.37.2) Release Notes
A new update is available for TruWorlds and TruWorlds Creator.
Fixes and Improvements
- CharacterController: Improved ladder detection and responsiveness
- ClickDetectors now use a two-pass raycast to allow clicking through non-collidable PhysicsInstances
- Fixed a bug where server-created replicated Client Script components to the client caused the client to re-run every already-attached Client Script on the instance
- Fixed a server crash related to navigation mesh generation on complex world geometry
- TruScript: Added special error messages when a typo/property mistype was detected
- TruScript: Arrays can now be sent over RemoteEvents and RemoteFunctions
- TruScript: Fixed a
returnstatement inside of aforloop leaking the stale enumerator to the callee’s execution stack.