Tagged Questions
0
votes
2answers
543 views
Making a Point Light follow a cube (Unity)
I'm trying to have a point light positioned directly above a cube follow wherever the cube goes. However, it doesn't move at all. This is my code for the light:
using UnityEngine;
using ...