arenaxr / arena-unity

Unity C# library for editing scenes and creating applications for the ARENA.
https://docs.arenaxr.org/content/unity
BSD 3-Clause "New" or "Revised" License
5 stars 3 forks source link

Possibly fix unparenting and errors in click listener. #71

Closed EdwardLu2018 closed 1 year ago

EdwardLu2018 commented 1 year ago

Fixes:

  1. Issue with unparenting an object (setting data.parent=null through MQTT would not actually unset the parent of an object's transform).
  2. Random errors in click listener when Camera.main is null.