playMaker

Author Topic: How to create an object at the location you touch.  (Read 1197 times)

playmakertester

  • Full Member
  • ***
  • Posts: 211
How to create an object at the location you touch.
« on: December 15, 2020, 12:16:15 PM »
Hello there.
I got a few hits on how to use ScreenPointToRay etc., but it looks like Playmaker doesn't have ScreenPointToRay.

What is the name of an Action that can be used to create an object on touch in a mobile 3D game?

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7618
    • jinxtergames
Re: How to create an object at the location you touch.
« Reply #1 on: December 15, 2020, 04:41:07 PM »
Hi.
Try :
Touch event / Get Touch Info / Screen To World point

playmakertester

  • Full Member
  • ***
  • Posts: 211
Re: How to create an object at the location you touch.
« Reply #2 on: December 16, 2020, 12:49:06 AM »
Hi djaydino,

Thanks, it works.
And "Screen Pick" also works this time.