How to tell if you are in Light or Shadows | Dr Octobeard

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ม.ค. 2025

ความคิดเห็น • 1

  • @octobeard4946
    @octobeard4946  3 ปีที่แล้ว +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