Open theSpeare opened 8 years ago
for some more details. Instance was not being declared properly on RoverScience due to IsPrimary. Added a snippet of code that should be carefully noted. Could break things if I don't figure out more of this issue.
if (Instance = null)
{
Instance = this;
Debug.Log("Instance was null; workaround fix by declaring Instance anyway");
}
attempted fix has been pushed and released as 2.0.3
apparently spawning vessels out of the hangar won't trigger RoverScience detection of wheels landed. Workaround is to reload the scene (by save or by scene change). Will investigate this further.