• Hi Guest!

    We have posted a new VaM2 dev log on Patreon, starting a monthly cadence of written progress updates between Beta releases. Highlights include the new Gizmos System, Selection Carousel, and Modes System with Context-Specific Editing. Beta1.2 is 15 of 21 items complete.

    Read the full post on Patreon, or follow progress on the public Trello roadmap.

auto piston

  1. Auto Aligner

    Plugins + Scripts Auto Aligner 3
    Hub-Hosted VAR CC BY-SA

    // AutoAligner.cs using UnityEngine; using System.Collections.Generic; using System.Linq; namespace Stopper { public class AutoAligner : MVRScript { JSONStorableStringChooser personChooser; UIDynamicPopup personPopup; JSONStorableStringChooser boneChooser...
Back
Top Bottom