ขนาดวิดีโอ: 1280 X 720853 X 480640 X 360
แสดงแผงควบคุมโปรแกรมเล่น
เล่นอัตโนมัติ
เล่นใหม่
using System.Collections;using System.Collections.Generic;using UnityEngine;public class shadowFinder : MonoBehaviour { public Transform theSun; bool inShade; void Update () { transform.LookAt(theSun); int layerMask = 1
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class shadowFinder : MonoBehaviour {
public Transform theSun;
bool inShade;
void Update () {
transform.LookAt(theSun);
int layerMask = 1