Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: bordrin on March 22, 2022, 02:08:10 PM

Title: NullReferenceException + GUi problem
Post by: bordrin on March 22, 2022, 02:08:10 PM
NullReferenceException: Object reference not set to an instance of an object.

GUI Error: You are pushing more GUIClips than you are popping. Make sure they are balanced.


screen link: https://ibb.co/ws5rZ6V

any fix?  and howe u can see my actions are not working properly, tarrget object missing
Title: Re: NullReferenceException + GUi problem
Post by: djaydino on March 22, 2022, 03:56:51 PM
Hi.
It look like you have a conflict as you are using Smooth Look At and Look At on the same object in the same state.
Try removing the Look At action.
Title: Re: NullReferenceException + GUi problem
Post by: bordrin on March 23, 2022, 10:15:56 AM
problem solved .
I had two canvas on scene .
Title: Re: NullReferenceException + GUi problem
Post by: djaydino on March 23, 2022, 11:23:29 AM
Hi.
That should not be an issue, you can have multiple canvases in a scene.