2024r176 Ex2 to 2024r176 Ex3
Table of Contents
Section titled “Table of Contents”Breaking Changes
Section titled “Breaking Changes”The Avatar Height property was changed into a method
Section titled “The Avatar Height property was changed into a method”- Changed
Heightproperty toGetHeight()method to be in-line with the other methods
Bug Fixes
Section titled “Bug Fixes”- Fixed structs being weird
- Fixed
outparameters not working properly - Fixed some functions not matching existing method overloads when they should
- And many more
New Features
Section titled “New Features”Scriptis now available globally as a way to get a reference to the currently running script’s Lua Behaviour instance
- Added Player Events, called when players join/leave
- Added Avatar Events, called player’s avatar’s change
- Added Instances Events, called when the instance connection status changes
- Added Special Execution Order Events, some events that run later than other monobehaviour events
- Added
GetInitialHeight()method
- Merged base, local player, and remote player into a single entity to avoid weird castings. But some functionality is still locked to either remote/local avatars. This does not cause any breaking changes
- Added IK Control that allows managing the player’s IK
Examples
Section titled “Examples”Recipes
Section titled “Recipes”- Added Listening to Game Events