logoRemuria

TLP UdonUiAnimators

1.4.1 ใƒป Public

UdonUiAnimators

Total downloads

Extendable, programmable animator system that does not rely on Unity Animators.

Installation

  1. Install/Add VRChat World SDK 3.7 to your project
  2. Install/Add CyanPlayerObjectPool to your project: https://cyanlaser.github.io/CyanPlayerObjectPool/
  3. Install/Add TLP UdonUiAnimators to your project: https://guribo.github.io/TLP/

Setup

  1. Add TLP_Essentials prefab to your scene to get the core components
    1. TLPLogger - for logging anything TLP related
    2. WorldVersionCheck - Warns users if a player with a new world version joins
    3. TLPNetworkTime - Much more accurate VRC network time provider (sub-millisecond accuracy)

Versioning

This package is versioned using Semantic Version.

The used pattern MAJOR.MINOR.PATCH indicates:

  1. MAJOR version: incompatible API changes occurred
    • Implication: after updating backup, check and update your scenes/scripts as needed
  2. MINOR version: new functionality has been added in a backward compatible manner
    • Implication: after updating check and update your usages if needed
  3. PATCH version: backward compatible bug fixes were implemented
    • Implication: after updating remove potential workarounds you added

Changelog

All notable changes to this project will be documented in this file.

[1.4.1] - 2024-12-19

๐Ÿšœ Refactor

  • Remove redundant code

โš™๏ธ Miscellaneous Tasks

  • Bump version

[1.4.0] - 2024-12-15

๐Ÿš€ Features

  • Deterministic execution order

[1.3.0] - 2024-09-14

๐Ÿš€ Features

  • Support UdonUtils 9.0, update Readme

[1.2.2] - 2024-06-02

โš™๏ธ Miscellaneous Tasks

  • Support UdonUtils 8.2.0
  • Bump version

[1.2.1] - 2024-05-26

โš™๏ธ Miscellaneous Tasks

  • Migrate to UdonUtils 8.1

[1.2.0] - 2024-05-10

๐Ÿš€ Features

  • Migrate to UdonUtils 6.1, com.vrchat.worlds 3.6.x as well as Unity 2022.3.22

[1.1.0] - 2024-03-30

๐Ÿš€ Features

  • Update assembly definitions after vrc sdk updates
  • Update to Unity 2022.3
  • Migrate to UdonUtils 3.0.0

๐Ÿ› Bug Fixes

  • Pause behavior

โš™๏ธ Miscellaneous Tasks

  • Fix release target branch
  • Bump version

[1.0.0] - 2023-09-13

๐Ÿš€ Features

  • Move from https://gitlab.com/vrc-archive/udon/tlp
  • Update tribes scene, create leaderboard prefab
  • Update profiler ui, update leaderboard scene
  • Reduce type spam in logs, add execution order to logs
  • Add comparer creation, update exectionorders, move pooleable code to base behaviour
  • Add new data source using leaderboard model
  • Play first frame on play
  • Have entry synchronizer get notified when an entry changes
  • Have synchronizer attach entry to dirty root
  • Update after restructure
  • Update UVU exporter and readme
  • Update namespaces
  • Update assets
  • Convert to package structure

๐Ÿงช Testing

  • Update tests to use TestWithLogger, reduce log spam
<!-- generated by git-cliff -->

Keywords

No keywords found.

Install via VCC

Package ID

tlp.udonuianimators

Unity Version

2022.3

Unity Release

undefined

VRChat Version

undefined

Author

License

undefined

Documentation URL

undefined

Changelog URL

undefined