playMaker

Author Topic: i am very new to unity and playmaker  (Read 3486 times)

xenofex

  • Playmaker Newbie
  • *
  • Posts: 3
i am very new to unity and playmaker
« on: December 12, 2013, 09:06:56 AM »
Hi,

I just purchased playmaker, because it sounded too good to be true.  Create 3D games without entering a line of code.

However, i am very new to using unity and i have no programming skills. What do you recommend me to do first and from there on? Can i just start using playmaker? Or do i need to master the skills of programming? Things like this really confuse me.


Lane

  • Administrator
  • Hero Member
  • *****
  • Posts: 2511
  • Mender of the past
    • Cleverous
Re: i am very new to unity and playmaker
« Reply #1 on: December 12, 2013, 09:21:20 AM »
Welcome to the community! =) You don't need to do any coding at all.

What you do need to know is..

  • The fundamentals of how Unity works
  • The fundamentals of what kinda of data the system needs to do something
  • The ability to logically troubleshoot a flowchart

If you don't know how Unity works, then you won't get anywhere. It's worth going through some of the Official Unity Tutorials just to understand how Unity works, what prefabs are, what GameObjects are, how Materials work, how Lighting should be setup, how the collision system works, etc..

The fundamentals of data is the more technical side of designing things, you'll need to understand what variables are and what they do. For instance what is a String, Vector2, Vector3, Float, Integer, GameObject, Object, etc.. and how/when/why to use each one.

PlayMaker works like a flow chart, if you understand the fundamentals of how the computer is going to kind of process information then you can basically put a flow chart together in your head of how the system will work, then mirror that into playmaker. It's pretty much that easy.

You'll figure out nearly all of this as you start developing but I'd highly recommend taking things slow, start with the Official Tutorials and then take playmaker and start trying to make a very simple game, like Pong or something just to get familiar with FSM's and such, then move on to something harder.

If you bite off too much, you'll quit. Everyone needs a small feeling of success on a regular basis.
Products by Cleverous
|| Vault Core : Database
|| Vault Inventory : Multiplayer Inventory
|| Vault Attributes : Character Stats
|| That Hurt! : Dmg Floaties
|| Quinn : 3D

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: i am very new to unity and playmaker
« Reply #2 on: December 12, 2013, 01:02:33 PM »
Spot on Lane :)

and welcome xenofex!

bye,

 Jean

xenofex

  • Playmaker Newbie
  • *
  • Posts: 3
Re: i am very new to unity and playmaker
« Reply #3 on: December 12, 2013, 02:57:40 PM »
Welcome to the community! =) You don't need to do any coding at all.

What you do need to know is..

  • The fundamentals of how Unity works
  • The fundamentals of what kinda of data the system needs to do something
  • The ability to logically troubleshoot a flowchart

If you don't know how Unity works, then you won't get anywhere. It's worth going through some of the Official Unity Tutorials just to understand how Unity works, what prefabs are, what GameObjects are, how Materials work, how Lighting should be setup, how the collision system works, etc..

The fundamentals of data is the more technical side of designing things, you'll need to understand what variables are and what they do. For instance what is a String, Vector2, Vector3, Float, Integer, GameObject, Object, etc.. and how/when/why to use each one.

PlayMaker works like a flow chart, if you understand the fundamentals of how the computer is going to kind of process information then you can basically put a flow chart together in your head of how the system will work, then mirror that into playmaker. It's pretty much that easy.

You'll figure out nearly all of this as you start developing but I'd highly recommend taking things slow, start with the Official Tutorials and then take playmaker and start trying to make a very simple game, like Pong or something just to get familiar with FSM's and such, then move on to something harder.

If you bite off too much, you'll quit. Everyone needs a small feeling of success on a regular basis.

Now i know why you are a hero member. Thank you very much! i will do exactly that of what you say! take things slowely