UI Toolkit Particle System
Create particle systems directly in Unity's UIBuilder without leaving the visual editor. UI Toolkit Particle System enables seamless particle effect authoring and editing within the UI design workflow, while also supporting extraction of existing ParticleSystem components for reuse. Ideal for UI-integrated visual effects and streamlined particle asset management.
Unity Project
Built with Unity 6000.2.2f1 · download the source from GitHub

Dependencies (35)
README
UIToolkit ParticleSystem enables you to create ParticleSystem in the Unity UIBuilder.
Features
Installation
Using Open UPM
Install via Package Manager
Open
Edit > Project Settings > Package ManagerAdd a new Scoped Registry (or edit the existing OpenUPM entry)
Name package.openupm.comURL https://package.openupm.comScope(s) com.annulusgames.alchemycom.mainragames.uitoolkit-particlesystemClick
ApplyOpen
Window > Package Management > Package ManagerClick
+Select
Install package by name...Paste
com.mainragames.uitoolkit-particlesysteminto NameClick
Install
Install via Project Manifest
Merge the snippet to Packages/manifest.json
{ "scopedRegistries": [ { "name": "package.openupm.com", "url": "https://package.openupm.com", "scopes": [ "com.annulusgames.alchemy", "com.mainragames.uitoolkit-particlesystem" ] } ], "dependencies": { "com.mainragames.uitoolkit-particlesystem": "1.0.4" } }
Install via Command-Line
(Optional) install openupm-cli. Ignore if already installed.
npm install -g openupm-cliGo to your unity project directory
cd YOUR_UNITY_PROJECT_DIRInstall package: com.mainragames.uitoolkit-particlesystem
openupm add com.mainragames.uitoolkit-particlesystem
Using Git URL
Install via Package Manager
Open
Edit > Project Settings > Package ManagerClick
+Select
Install package from git URL...(Optional) if you haven't installed Alchemy, Enter the following URL First:
https://github.com/annulusgames/Alchemy.git?path=/Alchemy/Assets/AlchemyEnter the following URL:
https://github.com/MainraStudio/UI-Toolkit-Particle-System.git?path=Packages/UIToolkitParticleSystemClick
Install
Install via Project Manifest
Merge the snippet to Packages/manifest.json
{ "dependencies": { "com.mainragames.uitoolkit-particlesystem": "https://github.com/MainraStudio/UI-Toolkit-Particle-System.git?path=Packages/UIToolkitParticleSystem" } }(Optional) if you haven't installed Alchemy
{ "dependencies": { "com.annulusgames.alchemy": "https://github.com/annulusgames/Alchemy.git?path=/Alchemy/Assets/Alchemy" } }
Comments
No comments yet. Be the first!


Sign in to join the conversation
Sign In