Script QoL Improvements #203

Merged
Pycorax merged 2 commits from SP3-6-c-scripting into main 2022-11-14 17:57:54 +08:00
Pycorax commented 2022-11-14 17:14:54 +08:00 (Migrated from github.com)

Added

  • GetComponentsInChildren() for GameObject
  • GetScriptsInChildren() for GameObject
  • GetComponentsInChildren() for Scripts
  • GetScriptsInChildren() for Scripts

Fixed

  • Bug causing crash if a Renderable is added without any mesh or materials
  • Serialization failure caused by null objects in Scripts
Added - GetComponentsInChildren<T>() for GameObject - GetScriptsInChildren<T>() for GameObject - GetComponentsInChildren<T>() for Scripts - GetScriptsInChildren<T>() for Scripts Fixed - Bug causing crash if a Renderable is added without any mesh or materials - Serialization failure caused by null objects in Scripts
XiaoQiDigipen (Migrated from github.com) reviewed 2022-11-14 17:14:54 +08:00
Sign in to join this conversation.
No description provided.