playMaker

Author Topic: Urgent help needed! - Joystick controller to work with playmaker![SOLVED]  (Read 5557 times)

ETGgames

  • Junior Playmaker
  • **
  • Posts: 56
    • ETGgames
I have looked everywhere over the internet and can't find a simple joystick that i can use to control my 3rd person character!!! Please Help! I need to be playmaker compatible   
« Last Edit: July 30, 2015, 07:14:46 AM by jeanfabre »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Urgent help needed! - Joystick controller to work with playmaker!
« Reply #1 on: July 20, 2015, 07:10:30 AM »
Hi,

 Do you mean joystick device or touch based joystick?

I assume you mean a device, and that's independant of PlayMaker, Joystick are part of the input system from Unity:

http://docs.unity3d.com/Manual/class-InputManager.html

else if it's a touch based joystick, try this:

http://hutonggames.com/playmakerforum/index.php?topic=1344.msg5665#msg5665

Bye,

 Jean

ETGgames

  • Junior Playmaker
  • **
  • Posts: 56
    • ETGgames
Re: Urgent help needed! - Joystick controller to work with playmaker!
« Reply #2 on: July 20, 2015, 08:37:57 AM »
No No No !!! :P A virtual joystick!!

ETGgames

  • Junior Playmaker
  • **
  • Posts: 56
    • ETGgames
Re: Urgent help needed! - Joystick controller to work with playmaker!
« Reply #3 on: July 20, 2015, 08:39:09 AM »
Isn't there any sample project out there with a virtual joystick and using playmaker? I have no idea how to code :P Thanks!

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support

ETGgames

  • Junior Playmaker
  • **
  • Posts: 56
    • ETGgames
Re: Urgent help needed! - Joystick controller to work with playmaker!
« Reply #5 on: July 21, 2015, 06:59:52 AM »
That doesn't work...

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Urgent help needed! - Joystick controller to work with playmaker!
« Reply #6 on: July 21, 2015, 09:15:33 AM »
Hi,

 Can you explain what doesn't work? if it fires errors in the console can you paste them? and what version of Unity are you using?

 Bye,

 Jean

ETGgames

  • Junior Playmaker
  • **
  • Posts: 56
    • ETGgames
Re: Urgent help needed! - Joystick controller to work with playmaker!
« Reply #7 on: July 21, 2015, 09:40:16 AM »
Im using the latest version of unity 5. here are the errors:

Assets/PlayMaker Custom Tools/mobileJoystickControls/JoystickBridge.js(10,10): BCE0004: Ambiguous reference 'Tooltip': HutongGames.PlayMaker.TooltipAttribute, UnityEngine.TooltipAttribute.

Assets/PlayMaker Custom Tools/mobileJoystickControls/JoystickBridge.js(5,2): BCE0004: Ambiguous reference 'Tooltip': HutongGames.PlayMaker.TooltipAttribute, UnityEngine.TooltipAttribute.



Thanks for being so responsive :):)
« Last Edit: July 21, 2015, 09:42:32 AM by ETGgames »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Urgent help needed! - Joystick controller to work with playmaker!
« Reply #8 on: July 23, 2015, 09:26:47 AM »
Hi,

 ok, I see, yes indeed, it's an old script that needs to be upgraded for Unity 5.

but, I have a better idea :) would you be ok if I do this using the new UI system? it will be easier, more performant and will last in time for the future versions of PlayMaker.


Bye,

 Jean

ETGgames

  • Junior Playmaker
  • **
  • Posts: 56
    • ETGgames
Re: Urgent help needed! - Joystick controller to work with playmaker!
« Reply #9 on: July 23, 2015, 09:43:51 AM »
Yes Please!! Anything that will work will be absolutely amazing! Thanks Jean you are a legend! 8) 8) 8)

ETGgames

  • Junior Playmaker
  • **
  • Posts: 56
    • ETGgames
Re: Urgent help needed! - Joystick controller to work with playmaker!
« Reply #10 on: July 29, 2015, 06:13:45 AM »
Have you done it yet?

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Urgent help needed! - Joystick controller to work with playmaker!
« Reply #11 on: July 30, 2015, 02:44:36 AM »
Hi,

 yep :) Announcement is here

It's on the Ecosystem

 I made the joystick as a prefab, so it's ready to use. Check the sample to see how to get the values from the joystick.

Bye,

 Jean

ETGgames

  • Junior Playmaker
  • **
  • Posts: 56
    • ETGgames
Re: Urgent help needed! - Joystick controller to work with playmaker!
« Reply #12 on: July 30, 2015, 05:28:18 AM »
Amazing!!!! What a legend! 8) 8) 8) 8) 8)