Image Target Controller (Script) is not allowing other scripts attached to the same Object to run

0 votes
asked Feb 6, 2020 by scitechdev (310 points)
I've got an object with Image Target Controller script attached to it.

I've attached my own script to the same object, and it's like my script is being ignored?

How do I go about fixing this?

1 Answer

0 votes
answered Feb 6, 2020 by scitechdev (310 points)
Nvm fixed it. Need to have a reference to an object in a function instead of in void Start.

If you have any reference setting to the object that's being tracked, you will need to check if the object is not disabled.
Welcome to EasyAR SDK Q&A, where you can ask questions and receive answers from other members of the community.
...