Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Anchors not erased permanently #28

Open
rainerlonau opened this issue Jan 21, 2025 · 0 comments
Open

Anchors not erased permanently #28

rainerlonau opened this issue Jan 21, 2025 · 0 comments

Comments

@rainerlonau
Copy link

rainerlonau commented Jan 21, 2025

Using:
Unity 6 (6000.0.32.f1)
All-in-One-SDK v.71

In ColoDiscoMan.cs this part seems to execute, but the erased anchor appears again after switching to this group again. Expected behaviour: Erased anchor is gone forever.

    public static void NotifyAnchorErased(Guid uuid)
    {
        Assert.IsNotNull(s_Instance, "s_Instance should be initialized!");

        s_Instance.m_KnownAnchors.Remove(uuid);

        foreach (var group in s_Instance.m_KnownGroups.Values)
        {
            _ = group.SharedAnchors.Remove(uuid);
        }
    }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant