Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tttsaurus/tseffect
This is a plug-in developed in Unity2020.3.14 that provides a framework to help managing both visual and nonvisual effects, reducing the coupling degree of the project.
https://github.com/tttsaurus/tseffect
unity unity2d unity3d unity3d-plugin
Last synced: 3 months ago
JSON representation
This is a plug-in developed in Unity2020.3.14 that provides a framework to help managing both visual and nonvisual effects, reducing the coupling degree of the project.
- Host: GitHub
- URL: https://github.com/tttsaurus/tseffect
- Owner: tttsaurus
- License: gpl-3.0
- Created: 2024-01-23T02:46:57.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-07-17T05:20:33.000Z (6 months ago)
- Last Synced: 2024-10-10T10:05:21.566Z (3 months ago)
- Topics: unity, unity2d, unity3d, unity3d-plugin
- Language: C#
- Homepage:
- Size: 119 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TSEffect
This is a plug-in developed in Unity2020.3.14 that provides a framework to help managing both visual and nonvisual effects, reducing the coupling degree of the project.
You can extend the class TSEffectTemplate to create your own effects; there are examples under the folder TSEffect/Effect