Forum rules - please read before posting.

Nullreference in kickstarter camera when changing scenes

Hey Chris,

I upgraded to 1.40b today - everything works perfectly - but I'm seeing a nullref every time I change scenes. It happens at the start of each scene, right after the loading scene disappears. It doesn't appear to mess anything up as the game keeps running fine, but I wonder why this happens.

It says NullReferenceException: Object reference not set to an instance of an object
AC.StateHandler.LateUpdate () (at Assets/AdventureCreator/Scripts/Game engine/StateHandler.cs:199)

Line 199 is the one below related to the Kickstarter:

if (!cameraIsOff) {
KickStarter.mainCamera._LateUpdate ();
}

Comments

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Welcome to the official forum for Adventure Creator.