LoginSignup
Gen_00_
@Gen_00_

Are you sure you want to delete the question?

If your question is resolved, you may close it.

Leaving a resolved question undeleted may help others!

We hope you find it useful!

unityでboltを扱えるようにする方法

解決したいこと

unityのAdd Componentでboltを表示したい。

発生している問題・エラー

VS/Bolt Addon For Unity EventというAssetsをstoreでimportしたところ以下のコンパイルエラーが発生しました。

Assets\Plugins\Bolt Unity Events\Runtime\OnUnityEvent.cs(3,7): error CS0246: The type or namespace name 'Bolt' could not be found (are you missing a using directive or an assembly reference?)

該当するソースコード

Visual studioの記述は以下の通りです

using Bolt;

自分で試したこと

using Boltが間違っているかと思って、コードを削除したり、Jfruite.Boltに変更してみたのですが、add componentには表示されませんでした。
packageManagerにはAssetsにVS/Bolt Addon For Unity Eventが表示されているので、インポート自体はできていると思います。
他にもassetsの際ダウンロードやunityの再起動を試したのですが、問題が解決しませんでした。

0

No Answers yet.

Your answer might help someone💌