- Edited
Sorry I dont know the programing terminology very well.
I got this on line 34
func process(): print("AAAA")
and output prints
AAAA
AAAA
AAAA..
Can I find which script and the line of code that originates these output?
Sorry I dont know the programing terminology very well.
I got this on line 34
func process(): print("AAAA")
and output prints
AAAA
AAAA
AAAA..
Can I find which script and the line of code that originates these output?
Use print_debug() instead of print().