Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: VascBogdan on August 07, 2015, 04:35:49 AM

Title: Errors
Post by: VascBogdan 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.
Title: Re: Errors
Post by: djaydino 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?
Title: Re: Errors
Post by: VascBogdan 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.
Title: Re: Errors
Post by: VascBogdan 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 ?
Title: Re: Errors
Post by: djaydino on August 07, 2015, 11:45:23 AM
with ugui it better to us animations maybe this (https://www.youtube.com/watch?v=QxRAIjXdfFU) tutorial can help you