I am following the meta quest tutorial and I am getting an error trying
to import a function.inside GameManager.tsexport const moveGemToCourse =
new hz.LocalEvent<{}>('moveGemToCourse'); inside GemController.tsimport
{moveGemToCourse} from 'GameManag...
I am trying to add to the batting tutorial and I am having issues
spawning the ball above the players head. I have implemented a couple
different ways but they dont work. They will compile but the collision
detection doesnt work. I have recieved erro...