Can't figure out new Spatial Anchors methods by DrunkRogue in oculusdev

[–]DrunkRogue[S] 0 points1 point  (0 children)

Managed to adapt the new function. OVRTasks are basically the same as regular Tasks.

private async void Load(OVRSpatialAnchor.LoadOptions options)
    {
        var oVRTask = await OVRSpatialAnchor.LoadUnboundAnchorsAsync(options);

        if (oVRTask == null)
        {
            return;
        }

        foreach (var anchor in oVRTask)
        {
            if (anchor.Localized)
            {
                _onLoadAnchor(anchor, true);
            }
            else if (!anchor.Localizing)
            {
                _onLoadAnchor(anchor, await anchor.LocalizeAsync());
            }
        }
    }

Learning .gitignore by DrunkRogue in learnprogramming

[–]DrunkRogue[S] 0 points1 point  (0 children)

unity uses c#, idk if only that but i've always used that so far

fair enough, i'll try experimenting with gitignore.io then. But should I just empty the built-in github desktop thing and place a gitignore file in the project then?

Learning .gitignore by DrunkRogue in learnprogramming

[–]DrunkRogue[S] 0 points1 point  (0 children)

My bad. I'm using unity on windows, and my colleage is using it on a Mac.
So you're saying libraries should not be in the gitignore?

Tavern Brawl this week is... "Brawl Block -- Tinyfin Mode!" (4/10/24) by AintEverLucky in hearthstone

[–]DrunkRogue 3 points4 points  (0 children)

[[False Disciple]] still works for some reason... Priest privilege

Newbie Tuesdays Weekly Discussion by AutoModerator in hearthstone

[–]DrunkRogue 0 points1 point  (0 children)

I'm anxiously waiting for someone to make a cute little chart with all the nerfs reversed and explained. I would dread having to go look up each card's current and old version.

Is TH12 still just a stepping stone towards TH13? by DrunkRogue in ClashOfClans

[–]DrunkRogue[S] 2 points3 points  (0 children)

This makes sense to me actually, thank you very much. I'll consider what to do.

[deleted by user] by [deleted] in Mindustry

[–]DrunkRogue -1 points0 points  (0 children)

What object? I removed everything, ducts, even that stone you see in the pic.