Commit Graph

5 Commits

Author SHA1 Message Date
bd_
6da55dc08c
fix: NRE in ProxyManager.MapBone (#801) 2024-03-26 14:20:39 +00:00
bd_
3f50da35f2
fix: potential null ref exceptions from scale adjuster (#767) 2024-03-11 11:20:34 +09:00
bd_
17e6c22335
fix: potential null reference exceptions from ProxyManager (#750)
* chore: fix incorrect namespace

* fix: potential null reference exceptions from ProxyManager
2024-03-09 18:08:38 +09:00
bd_
73c9d7bfff
chore: use forceRenderingOff for ProxyManager (#734)
Thanks to @TCL987 for the suggestion!
2024-03-06 17:16:48 +09:00
bd_
f077d24d48
fix: improved Scale Adjuster implementation (#730)
This new implementation avoids creating any internal objects within the avatar
itself, instead creating them as hidden scene root objects. We also move all update
processing to be driven by camera callbacks as well. These changes help improve
compatibility with tools such as FaceEmo, as well as being less likely to break when
other tools manipulate the avatar's hierarchy directly.
2024-03-05 17:19:54 +09:00