v9.6.2
ExtendReality-Bot
released this
27 Nov 07:38
·
22 commits
to master
since this release
9.6.2 (2019-11-27)
Bug Fixes
- RequiredBehaviourState: don't use isActiveAndEnabled (8d73d3d)
Unity contains a bug wherein
isActiveAndEnabled
isfalse
even though bothenabled
andgameObject.activeSelf
aretrue
.isActiveAndEnabled
is largely a convenience and by checkingenabled
andgameObject.activeInHierarchy
this issue is avoided while remaining functionally identical.