June 2018
Intermediate to advanced
392 pages
8h 57m
English
This is great, but you'll likely also want to change where the circle is at run-time, which we can do via code. If you want the circle to follow your character, other steps are necessary:
[ExecuteInEditMode]public class SetRadiusProperties : MonoBehaviour
public Material radiusMaterial; public float radius = 1; public Color color = Color.white;
if(radiusMaterial ...