kravening / Nut-A-Squirrel

0 stars 0 forks source link

Projectile isn't relative to AR Elements. #30

Closed kravening closed 5 years ago

kravening commented 5 years ago

The projectiles don't move with the AR placed game world, it seems to move in it's own 'space'.

kravening commented 5 years ago

We now instantiate projectiles as a child inside the Image target GameObject. now the projectiles stay relative to the AR placed game world instead of the camera.

This has been fixed in the branch "Shooting" after receiving feedback on it during our code review and tests.