Contains the base scripts/tools for TLP packages as well as prefabs and potentially helpful scripts for VRChat worlds.
tlp.udonutils
Any
Add to VCC
TLP UdonVoiceUtils
Contains a collection of player voice related scripts/components for VRChat worlds.
tlp.udonvoiceutils
Any
Add to VCC
TLP UdonProfiling
Contains a simple ScreenSpace overlay for displaying Udon performance numbers.
tlp.udonprofiling
Any
Add to VCC
TLP UdonVehicleSync
Experimental, smooth, predictive synchronization for RigidBody-based objects/vehicles.
tlp.udonvehiclesync
Any
Add to VCC
TLP UdonUiAnimators
Extendable, programmable animator system that does not rely on Unity Animators.
tlp.udonuianimators
Any
Add to VCC
TLP UdonVehicleSync SaccFlightAdapter
Easy to use/setup adapter to replace the original Sync in SaccFlight
tlp.udonvehiclesync.saccfligthadapter
Any
Add to VCC
TLP UdonAVLTree
A AVL tree implementation for U# based VRChat worlds.
tlp.udonavltree
Any
Add to VCC
TLP UdonRecyclingScrollRect
Recyclable Scroll Rect reuses or recycles the least number of cells required to fill the viewport. As a result a huge number of items can be shown in the list without any performance hit. Adapted to UdonSharp for VRChat and converted to VCC package.