Search Unity

How to change the color of a plane with the Player?

Discussion in 'Scripting' started by unity_KuKRiJMvCAX-Ig, Oct 13, 2018.

  1. unity_KuKRiJMvCAX-Ig

    unity_KuKRiJMvCAX-Ig

    Joined:
    Jul 5, 2018
    Posts:
    16
    Hello Forum User's,

    I would like to create a script witch change the groundcolor in a 1m radius, but how can i make this?

    Example:
    Unbenannt195.PNG

    If the Player move to the right, then there schould be also the blue color, hope you understand what i mean.

    I hope you can help me!
     
  2. Cyber-Dog

    Cyber-Dog

    Joined:
    Sep 12, 2018
    Posts:
    352
    So you want the circle to follow the player or leave a trail of were hes's moved?

    If you want it to follow, and the terrain is always going to be flat, just make a spear, flatten it and make it a child of the player.

    Its a cheap way of doing it, but it works for your situation then its quick n easy.
     
  3. unity_KuKRiJMvCAX-Ig

    unity_KuKRiJMvCAX-Ig

    Joined:
    Jul 5, 2018
    Posts:
    16
     
  4. Cyber-Dog

    Cyber-Dog

    Joined:
    Sep 12, 2018
    Posts:
    352