Highlights for Version 1.0.285
Welcome to our February 28th Patch Notes!
Creators frequently need common things in their projects such as nameplates, sprint abilities, or a jump pad. To make it easier, we have released the Core Academy Essentials which is a curated list of essential components for everyone to drag and drop into their projects. They can be found on CoreAcademy's account on community content, Manticore's GitHub, or through this article.
General
- Fixed: An issue in the Hierarchy UI, where right-click context menu is not visible due to very long search terms in history.
- Fixed: Changed generated type annotation code for
boolean
custom parameter toboolean
instead ofbool
. - Fixed: The "lock" and "visible" editor states on
CoreObject
s no longer use their state if you deinstance a template, or delete and undo.
API
- Reminder: We have decided to deprecate
GetTokensForPlayer()
and add a newGetWalletsForPlayer()
function instead to give Creators more control over how they get the NFTs for a specific player. See here for more info. The old API will be removed in a future patch.
Check out our reference and text validation and pet renamer tutorials as well.
Learn more on our API documentation site.