Hey there.
Is there a way to create multiple anchors in the same session without the need to delete the one just created?
I’m using the semple scene as a base for my project and i was wondering if there’s some code that blocks the possibility of creating more than one anchors.
Thank you so much.
Which version of the SDK are you using? SDK version 2.2.1 allowed multiple anchors, even the demo scene showed multiple types. I haven’t jumped to the newest version yet, but if you’re having difficulty figuring out the anchors, it might be a good idea to grab 2.2.1 and have a look around at how they’ve done it.
There’s also some documentation/tutorial stuff for the anchors: Mapping Example Scene | NRSDK
HI, thanks for the reply.
Currently i’m using NRSDK v2.3.1.
I’ve seen the mapping experimental sample scene, but from what i’ve tested I noticed that, after you create an anchor, before you could create another one you first needed to destroy the one just created and then create another one. This way you still have 2 anchors, but i’d like to remove that middle process of “destroy one to create another”.
I’ve just downloaded the most recent SDK and don’t have that issue at all. Open the anchor menu, select the anchor, place the anchor, save it. Open the anchor menu again, select an anchor, place it, save it… and repeat. All anchors stay where they’re put while placing more anchors.
Can you tell us exactly what you’re doing when you have the issue? Are you testing it in the glasses or in the Editor? What version of the glasses are you using? Are clicking on the anchor button again to open the anchor selection bit again?