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

https://github.com/gaolingx/gaolingx_eventsystem

This is a simple EventSystem in Unity
https://github.com/gaolingx/gaolingx_eventsystem

csharp eventsystem unity

Last synced: 3 months ago
JSON representation

This is a simple EventSystem in Unity

Awesome Lists containing this project

README

          

# Gaolingx_EventSystem

This is a simple EventSystem in Unity

## How To Use

通过Package Manager导入Package,找到Package内的TestGaolingxEvent组件,将其添加到任意激活的GameObject上,运行,按下空格键(需激活Input Manager),若控制台日志输出“事件成功被调用”,说明EventSystem可正常使用。