1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

DoozyUIでインスペクターからGameEventを送信する

Posted at

手っ取り早くInspectorからDoozyのゲームイベントを送信したい!

自作コンポーネントだったり、他人のアセットだったり、諸事情でUIButtonが使えない場合などにどうぞ。

やりかた

  • KeyToGameEventコンポーネントを追加
  • InputModeNoneに設定
  • OnClick()等のUnityEventに自分を追加して、KeyToGameEvent.Executeメソッドが実行されるように設定

参考画像
スクリーンショット 2020-06-22 18.27.01.png

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?