#i need help with linerenderer
1 messages · Page 1 of 1 (latest)
unity won't let me add a 2nd linerenderer to the object
Try to create linerenderer component within a new game object. Add it reference to List
Link to my game: https://play.google.com/store/apps/details?id=com.Hoppo.DodgeMaster
In this 1 minute tutorial you will learn how to implement line drawing, using c# and unity.
Sub to the channel for more usable content that does not waist your precious time.
The code:
using UnityEngine;
public class Draw : MonoBehaviour
{
public Camera ...
i did it successfully, thanks for help 🙂