Page 1 of 1

CameraComponent always gives "property not saved" warning

Posted: Fri May 15, 2015 6:39 pm
by minmay
Whenever I have an object with a CameraComponent in my dungeon, even one with no other features, I get "warning: game object property not saved: testCamera.camera.camera" (where testCamera is the name of the object) upon saving the game. This does not seem to impair the functionality of the camera in any way - I use CameraComponent quite extensively - but I don't like the resulting console spam. Is this a bug?

Re: CameraComponent always gives "property not saved" warnin

Posted: Sat May 16, 2015 8:37 am
by petri
Looks like a bug. You can safely ignore the warning though, it should not cause any problems.

Re: CameraComponent always gives "property not saved" warnin

Posted: Tue May 19, 2015 2:51 am
by MrChoke
I got this too. It doesn't happen if you spawn the camera dynamically versus having it be a placed entity in the map. That's what I saw anyway.