8000 Releases · rrazgriz/RATS · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: rrazgriz/RATS

RATS 1.2.3

19 May 22:20
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.2...1.2.3

RATS 1.2.2

04 May 20:18
Compare
Choose a tag to compare

What's Changed

  • Fix: Add non-avatar project support for multi-editor by @jellejurre in #34 (Fixes #32)

Full Changelog: 1.2.1...1.2.2

RATS 1.2.1

20 Apr 20:54
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.0...1.2.1

RATS 1.2.0

23 Mar 20:19
Compare
Choose a tag to compare

From @jellejurre: Add Controller Cleanup, State/Transition Creation, and Transition Manipulation

  • Add State Machine Cleanup Option
  • Add Transition Manipulation Right Click Options
  • Add Left Control + Double Click State/Transition Adding
  • Add features to Readme
  • Add cleanup warning
  • Use Dreadriths Controller Cleaner MIT code for controller cleaning

RATS 1.1.4

06 Oct 23:30
7cee472
Compare
Choose a tag to compare

This is a very small change that modifies pac 10000 kage.json to smooth transition to VRC SDK 3.4.0.

With an updated VCC/vpm install (2.1.4 or newer), updating RATS to 1.1.4 now requires SDK 3.4.0 or newer, and will do its best to remove com.razgriz.harmony-vpm from your project.

Thanks as always to @orels1 for the vpm guidance.

RATS 1.1.3

06 Aug 00:13
Compare
Choose a tag to compare

Minor fixes:
#20 - Layers with only top-level substate machines are considered empty (possibly incomplete)
#21 - Empty Layers are considered WD OFF

Full Changelog: 1.1.2...1.1.3

RATS 1.1.2

02 May 00:26
Compare
Choose a tag to compare

Bugfixes:

  • Paths are platform-agnostic now (thanks @uhKayla)
  • Project window stats: add nullref check for guid (fixes nullrefs on scene object selection)
  • Fix default node style active state
  • Add Assetdb path check on new transition postfix (fixes spurious warnings when inspecting transitions)
  • Fix states disappearing when major grid size is 0 and custom grid snap is enabled (thanks @konsti219)

RATS 1.1.1

10 Apr 04:15
Compare
Choose a tag to compare

Bugfixes:

  • Default Transition Settings now apply to new Any State transitions (closes #5)
  • Undo is no longer reset for statemachine pasting in Unity 2021.3+. The bug with dangling subassets appears to be fixed. It may also be fixed in 2020, but it needs tested.

Full Changelog: 1.1.0...1.1.1

RATS 1.1.0

08 Apr 00:56
Compare
Choose a tag to compare

Features:

  • Motion Icon Location & Scale Customization (#3, thanks @ZenithVal)
  • Show the Type of the Parameter in the Animator's Parameter List (#2, thanks @ScruffyRules)
  • Add warning for parameters used in entry transitions and VRC Parameter Drivers (thanks McArdellje on Discord for pointing this out)

Bugfixes:

  • RATS menu no longer overlaps name of Animator GameObject in Live Link mode

Known Issues:

  • In Unity 2021, Undoing copy/paste of states breaks animator view

RATS 1.0.1

02 Apr 00:06
Compare
Choose a tag to compare
Fix bug on init with no harmony
0