• 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.
Controllers Appearance

Plugins + Scripts Controllers Appearance

Download [<1 MB]
  • Fixed error of ArgumentOutOfRangeException. As i think List.RemoveRange with count < 0 made this error.
  • Removed constraint for scale sliders, so you can make value more than old maximum 2 (or even negative, and icons will be upside down).
  • Choosed correct format of sliders, so small quick buttons under the line have better values.
  • Added chestControl and hipControl icons.
  • Thicker headControl icon outline.
  • Lines material initialization should work in any case.
  • Fix for initial lines color selector.
  • Changed default Lines Alpha from 0.5, to 0.7.
  • Fixed potential error when SuperController.GetAllFreeControllers() contains null items.
ControllersAppearance-Icons3.jpg
Misunderstood how this loading mechanism works

Custom Icons:​

  • Person: Head, LeftHand, RightHand, LeftFoot, RightFoot.
  • CustomUnityAsset.
  • Empty.
ControllersAppearance-Icons.jpg

Lines from controllers to it's rigidbody:​

  • Customizable color and alpha.
ControllersAppearance-Lines.jpg
ControllersAppearance-Menu-Lines.jpg
Back
Top Bottom