playMaker

Author Topic: NullReferenceException + GUi problem  (Read 1295 times)

bordrin

  • Playmaker Newbie
  • *
  • Posts: 4
NullReferenceException + GUi problem
« 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

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7618
    • jinxtergames
Re: NullReferenceException + GUi problem
« Reply #1 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.

bordrin

  • Playmaker Newbie
  • *
  • Posts: 4
Re: NullReferenceException + GUi problem
« Reply #2 on: March 23, 2022, 10:15:56 AM »
problem solved .
I had two canvas on scene .

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7618
    • jinxtergames
Re: NullReferenceException + GUi problem
« Reply #3 on: March 23, 2022, 11:23:29 AM »
Hi.
That should not be an issue, you can have multiple canvases in a scene.