Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: xasasx on November 09, 2017, 01:18:07 PM

Title: Hi i am noob in Unity and PlayMaker [SOLVED]
Post by: xasasx on November 09, 2017, 01:18:07 PM
I trying learn unity,  trying PLaymaker after using playmaker for do moves actions,,, i can't open scrip with VIsual studio 2017?  im trying in Inspector  [ Play maker FSM (Script)  , open it with Edit Script  , and after it i getting error
 Unable to open Assets/Plugins/PlayMaker/PlayMaker.dll: Check external application preferences.

i can't see script after doing some actions with playmaker edit ?
Title: Re: Hi i am noob in Unity and PlayMaker
Post by: LordHorusNL on November 09, 2017, 03:40:21 PM
Why would you need to open the PlayMakerFSM script in Visual Studio?

Just use the state machines to make what you want.

You can open the PlayMaker actions if you want to learn how they work.

Title: Re: Hi i am noob in Unity and PlayMaker
Post by: xasasx on November 09, 2017, 04:26:30 PM
I want to learn a little bit C sharp script, so if I add in playmaker  function example move to the destination and after look at a script I can analyze script...  after it add another function or do some changes and see what happens with script   or its bad idea?
Title: Re: Hi i am noob in Unity and PlayMaker
Post by: djaydino on November 09, 2017, 06:46:46 PM
Hi,
Playmaker.dll can't be looked into.
But actions can, if you right click on an action in the list, chose edit script to see the action script.

The build on an fsm would be different than i you would make it in a c# script, so you can't really learn much from it anyway :)
Title: Re: Hi i am noob in Unity and PlayMaker
Post by: xasasx on November 11, 2017, 03:40:20 AM
ok thx...