-
how to move light along with camera when camera is controlled by null object.
i have several layers in 3d space and having the camera traveling to visit those layers.
I like to have the light move along with camera as in the real life situation like sun gun light attached to camera.if i move the camera directly, i can simply parenting the light position to the camera position and easily achieve what i want.
but if i like to control the camera with null object, parenting light position to the camera position doesn’t give me the result i want. can you help me how to do this when camera is controlled via null object.