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
- Host: GitHub
- URL: https://github.com/gaolingx/gaolingx_eventsystem
- Owner: Gaolingx
- Created: 2024-07-11T07:22:31.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-11T07:37:11.000Z (almost 2 years ago)
- Last Synced: 2025-02-28T10:56:43.390Z (over 1 year ago)
- Topics: csharp, eventsystem, unity
- Language: C#
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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可正常使用。