Changing the active vessel using kuniverse
from IVA mode will break the internal camera until the next scene change
#3095
Milestone
kuniverse
from IVA mode will break the internal camera until the next scene change
#3095
Repro steps:
kuniverse:activevessel
orkuniverse:forceactive
Results:
NREs are spewed:
This does NOT occur if you use square brackets to change vessels in step 3. I'm pretty sure the root issue here is that the InternalCamera.Instance object is a child object of the kerbal inside the IVA. Normally the camera would be detached when changing the active vessel, but somehow KOS is changing vessels without detaching the camera so it is destroyed along with the old IVA. The only way to fix it is a scene change.
The text was updated successfully, but these errors were encountered: