hi, I'm working on reflection with camera,I want run script both in editor and play
tool
extends MeshInstance
...
func _process(delta):
var currentCam = get_viewport().get_camera()
does any one know why currentCam = null in "tool mode"?
how to get curent camera in "tool mode"?