I’m looking for a way to place a game object so it stays in virtual space and I can actually (in real life) move around it with my mobile device as game camera.
Kind of like augmented reality, but without the reality
How would you go about this?
Can I get this done with Vuforia? Or is this just a simple script that makes my device the game camera?
Only bump I promise.
I’d like to explain a bit to make it clearer what I want.
Imagine a chess board augmented on your coffee table. You can walk around it and look at it from all sides.
I want that, but without markers or gps or the real life background.
So I thought I would have a first person camera and I’d instantiate the object at a certain location in the game world.
Then I’d constantly recalculate it’s position using an accelerometer as I move the mobile device.
This should look like the object stays in place while I move around.
How would you go about this? Is there a different way?
Thanks.