playMaker

Author Topic: Errors  (Read 1851 times)

VascBogdan

  • Full Member
  • ***
  • Posts: 118
Errors
« on: August 07, 2015, 04:35:49 AM »
When I change some states in a FSM and I play the game, they change back to what they were before, even if I delete/replace actions. In the console I have some errors but if I clear the console, they disapear (usually, if there is an error I can't clear the console and play the game until I get rid of it). I uploaded an attachment.

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7614
    • jinxtergames
Re: Errors
« Reply #1 on: August 07, 2015, 06:31:23 AM »
Hi,
i think you have a "set postion" action with wrong data, can you make a picture with the action giving this error?

VascBogdan

  • Full Member
  • ***
  • Posts: 118
Re: Errors
« Reply #2 on: August 07, 2015, 06:55:56 AM »
First I used Move Towards, but even thought I changed it to set position instead, when I run the game the 'set position' actions are changed back to Move Towards.
I uploaded some attachments.

VascBogdan

  • Full Member
  • ***
  • Posts: 118
Re: Errors
« Reply #3 on: August 07, 2015, 09:17:16 AM »
Errors solved. I stopped using Unity's UI and I used 2D Toolkit for everything instead, but I have another problem.

I try to move a game object (that contains Array Lists) and whenever I start the game, Move Towards' destination point is suddenly change to 0;0;0 instead of what I chosen. Why ?

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7614
    • jinxtergames
Re: Errors
« Reply #4 on: August 07, 2015, 11:45:23 AM »
with ugui it better to us animations maybe this tutorial can help you