Build #105 - Save game silently fails when saving indoors [RESOLVED]

Locked
User avatar
Interkarma
Posts: 7236
Joined: Sun Mar 22, 2015 1:51 am

Build #105 - Save game silently fails when saving indoors [RESOLVED]

Post by Interkarma »

This will be resolved in next build. Problem is that save game will silently fail indoors if GameManager does not have a previous reference to WeatherManager (which is part of ExteriorParent and disabled indoors).

I've fixed this by moving WeatherManager back into parent scene, which is where I should have put it to start with, and preventing it from updating while player indoors.

Until next release, make sure you see the "game saved" text after saving or your game is not saved. Going outside at least once should workaround problem for now. Fix incoming.

Locked