Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cyanlaser/cyantrigger

CyanTrigger is an Udon compiler with focus on in-scene editing. The interface resembles the old SDK2 VRC Trigger interface, but has more functionality. CyanTrigger has full access to all of Udon and can work with UdonGraph and UdonSharp.
https://github.com/cyanlaser/cyantrigger

unity unity3d vrchat vrchat-sdk3 vrchat-udon vrchat-worlds

Last synced: 3 months ago
JSON representation

CyanTrigger is an Udon compiler with focus on in-scene editing. The interface resembles the old SDK2 VRC Trigger interface, but has more functionality. CyanTrigger has full access to all of Udon and can work with UdonGraph and UdonSharp.

Awesome Lists containing this project

README

        

# CyanTrigger
CyanTrigger is an Udon compiler with focus on in-scene editing. The interface resembles the old SDK2 VRC Trigger interface, but has more functionality. CyanTrigger has full access to all of Udon and can work with UdonGraph and UdonSharp.

## Downloads
CyanTrigger can be downloaded from these locations:
- [Booth.pm](https://cyanlaser.booth.pm/items/3194594)
- [Github releases](https://github.com/CyanLaser/CyanTrigger/releases)
- [VCC Listing](https://cyanlaser.github.io/CyanTrigger/)

## Features
- Easy interface for adding quick logic in your scene
- Customizable with favorite lists and Custom Actions
- Compatible with both UdonGraph and UdonSharp

CyanTriggerPreview

## Bugs
Found a bug with CyanTrigger? Create a [new issue](https://github.com/CyanLaser/CyanTrigger/issues) describing the problem and how to reproduce it.

# Requirements
- [Current Unity VRChat Unity Version](https://docs.vrchat.com/docs/current-unity-version)
- [VRChat SDK3](https://vrchat.com/home/download)
- [The latest release of CyanTrigger](https://github.com/CyanLaser/CyanTrigger/releases)

# Getting started
- Create a new GameObject in your scene.
- Click add component and add a CyanTrigger script.
- Start adding events and actions to your CyanTrigger.
- Save your scene to compile recent changes.
- View the [Wiki](https://github.com/CyanLaser/CyanTrigger/wiki) for more information and guides.

# Links
- [CyanLaser Discord](https://discord.gg/stPkhM2T6C) - Get Support for CyanTrigger and other world development
- [CyanLaser Patreon](http://patreon.com/CyanLaser) - Support this and my other projects
- [CyanLaser Twitter](https://twitter.com/CyanLaser) - Follow my progress on this and other VRChat projects
- [VRChat documentation](https://docs.vrchat.com/)
- [Unity documentation](https://docs.unity3d.com/2018.4/Documentation/ScriptReference/MonoBehaviour.html)