Majid
0
Q:

unity background camera

using UnityEngine;
using System.Collections;

public class Myclass: MonoBehaviour
{
    public Color Red = Color.red;
    
    public Camera cam;

    void Start()
    {
      
      
    }

    void Update()
    {
      
        cam.backgroundColor = Red;
    }
}
0

New to Communities?

Join the community