playMaker

Author Topic: Hi i am noob in Unity and PlayMaker [SOLVED]  (Read 2324 times)

xasasx

  • Playmaker Newbie
  • *
  • Posts: 3
Hi i am noob in Unity and PlayMaker [SOLVED]
« 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 ?
« Last Edit: November 11, 2017, 01:23:47 PM by djaydino »

LordHorusNL

  • Beta Group
  • Full Member
  • *
  • Posts: 226
Re: Hi i am noob in Unity and PlayMaker
« Reply #1 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.


xasasx

  • Playmaker Newbie
  • *
  • Posts: 3
Re: Hi i am noob in Unity and PlayMaker
« Reply #2 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?

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7615
    • jinxtergames
Re: Hi i am noob in Unity and PlayMaker
« Reply #3 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 :)

xasasx

  • Playmaker Newbie
  • *
  • Posts: 3
Re: Hi i am noob in Unity and PlayMaker
« Reply #4 on: November 11, 2017, 03:40:20 AM »
ok thx...