Point System Attached To Dynamic Objects

Discussion in 'How Can I...?' started by Lauri Niskasaari, Apr 15, 2020.

  1. Lauri Niskasaari

    Lauri Niskasaari Boxer

    Joined:
    Mar 29, 2020
    Messages:
    5
    Likes Received:
    0
    I'd like to 'attach' earn point -node to dynamically moving objects.

    For example, I have cylinder-shaped object that's having dynamic physics and I'd like player earning a point when going through the cylinder.

    So far I've seen only static point assets so my question is can I basically make any item to earn points for player?

    I've tried linking hoop and point assets to cylinders and playing with mass etc but so far it's not working too well.
     
  2. spicedbeangames

    spicedbeangames Miniboss Boxer

    Joined:
    Mar 31, 2016
    Messages:
    1,389
    Likes Received:
    596
    Although its something I havent tried yet - you could create a collision object and remove the asset(so if you use a sphere, removing the sphere) but leaving the collision shape - then attaching this to your game object as a 'parent'. Then adding your point to this, so when the player collides with it, he gets a point.
     

Share This Page