playMaker

Author Topic: Place Object on tap  (Read 4016 times)

mrstupes

  • Playmaker Newbie
  • *
  • Posts: 7
Place Object on tap
« on: December 20, 2013, 11:59:55 PM »
Hello,

I am trying to replicate the place object on tap example in a game of my own.
I am doing this on android, and it is just not working at all. I follow the state setups and actions exactly and it wont work,
Has anyone been able to get this to work on Android. Or by any chance a scene they could share with this working. So that I may see what I am doing wrong.

What I want is this.
User will tap the screen. Where they tap on the screen, it will spawn a specific item.

Thank You

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Place Object on tap
« Reply #1 on: December 21, 2013, 05:22:45 AM »
Hi,

 is it working in Editor? and is it working with Unity remote? I would make sure these two works first.

bye,

 Jean

mrstupes

  • Playmaker Newbie
  • *
  • Posts: 7
Re: Place Object on tap
« Reply #2 on: December 23, 2013, 03:25:03 AM »
I doubled check some things and you were right to make sure things work in the Unity remote first. I got the place dot example to kind of work on my android. I can tap on the screen, and dots appear. But its not appearing exactly where my finger is touching the screen. The dots are all stuck around the center area.

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Place Object on tap
« Reply #3 on: December 26, 2013, 09:20:43 AM »
Hi,

 it's because you have a referencing problem.

 Are you trying to place dots on screen or in 3d on the ground for example?

bye,

 Jean