gameover.blog.ir
using UnityEngine; using System.Collections; public class ExampleClass : MonoBehaviour { void Start() { WebCamTexture webcamTexture = new WebCamTexture(); renderer.material.mainTexture = webcamTexture; webcamTexture.Play(); } }
برچسب:
نویسنده: ایلیا حیدری