You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that I haven't looked at your code or tested how TCA handle RCS modules.
But FYI, since the introduction of the stock mesh-switchable RCS parts with variable nozzle configurations, it is now necessary to verify that a Transform entry in ModuleRCS.thrusterTransforms is actually enabled by checking transform.gameObject.activeInHierarchy.
The text was updated successfully, but these errors were encountered:
gotmachine
changed the title
RCS potential torque need to account for disabled thrusterTransforms
RCS module handling needs to account for disabled thrusterTransformsApr 20, 2022
Note that I haven't looked at your code or tested how TCA handle RCS modules.
But FYI, since the introduction of the stock mesh-switchable RCS parts with variable nozzle configurations, it is now necessary to verify that a
Transform
entry inModuleRCS.thrusterTransforms
is actually enabled by checkingtransform.gameObject.activeInHierarchy
.The text was updated successfully, but these errors were encountered: