On one of the projects we use GameObject.FindGameObjectsWithTag to locate GameObjects and make changes to them. Running inside Unity the scripts using this method work. But whenever we export to webGL using WebXR, this stop working and we get a "did not find game objects with tag [tag_name]" log on the browser.
Hi,
On one of the projects we use GameObject.FindGameObjectsWithTag to locate GameObjects and make changes to them. Running inside Unity the scripts using this method work. But whenever we export to webGL using WebXR, this stop working and we get a "did not find game objects with tag [tag_name]" log on the browser.
any thoughts on this? Thanks Bruno