MMD4MecanimMorphHelperをArborで使う方法!

Here is the forum to do the questions about how to use to Arbor developer.
Attention point:
  • We can not answer your questions about your project specific issues.
  • We can not answer your questions on Unity's specification issues.
  • Please check Arbor Documentation and ask a question if you still don't know how to use it. If the desired function is not described in the document, it is highly possible that the function does not exist from the beginning, so go to the request forum.

ここは、Arbor開発者へ使い方に関する質問を行うフォーラムです。
注意点:
  • ユーザー様のプロジェクトの仕様上の問題や設計に対する質問には答えられません。
  • Unityの仕様上の問題に対する質問には答えられません。
  • Arbor Documentationを確認の上、それでも使い方がわからない場合にご質問ください。欲しい機能の記載がドキュメントにない場合は機能が元から存在しない可能性が高いので要望フォーラムへ。

Forum rules
Here is the forum to do the questions about how to use to Arbor developer.
Attention point:
  • We can not answer your questions about your project specific issues.
  • We can not answer your questions on Unity's specification issues.
  • Please check Arbor Documentation and ask a question if you still don't know how to use it. If the desired function is not described in the document, it is highly possible that the function does not exist from the beginning, so go to the request forum.

ここは、Arbor開発者へ使い方に関する質問を行うフォーラムです。
注意点:
  • ユーザー様のプロジェクトの仕様上の問題や設計に対する質問には答えられません。
  • Unityの仕様上の問題に対する質問には答えられません。
  • Arbor Documentationを確認の上、それでも使い方がわからない場合にご質問ください。欲しい機能の記載がドキュメントにない場合は機能が元から存在しない可能性が高いので要望フォーラムへ。
AnEggJP
Posts: 10
Joined: 2017/07/22 04:41

MMD4MecanimMorphHelperをArborで使う方法!

Post by AnEggJP »

いつもお世話になっております。

スクリプトのカスタマイズついてなのですが

実はMMD4MecanimのMMD4MecanimMorphHelperをArborで使いたく

「Create > Arbor > StateBehaviour」でC#を選択。
任意の場所に作りMMD4MecanimMorphHelperのコードのStateBehaviour {
以下をコピー&ペーストした所下記のようなスクリプトエラーが出ました。

Assets/スクリプトの場所/スクリプトの名前.cs(15,13): error CS0246: The type or namespace name `HashSet' could not be found. Are you missing `System.Collections.Generic' using directive?

どういう理由なのかよく解らなかったので
なにか解る部分があったらお教えいただきたいのですが…。

よろしくお願いします。
User avatar
caitsithware
管理人
Posts: 493
Joined: 2015/08/17 12:41

Re: MMD4MecanimMorphHelperをArborで使う方法!

Post by caitsithware »

前提として、申し訳ありませんが現在はMMD4Mecanim自体のサポートまでは受け付けられませんのでその点はご了承ください。

エラー内容については、「HashSetクラスが見つかりませんでしたが、System.Collections.Genericのusingの記述に間違いはありませんか?」という内容です。
エラー文そのままやエラーコード(今回はCS0246)を検索しますと解決策も見つけられるかと思います。
ちなみに、C#の仕様にはnamespace(名前空間)というのがあり、クラスがその中に宣言されている場合は使う際にusingを書くかnamespace込みでクラス名を指定する必要がありますのでそのあたりを確認してみてください。

また、C#の書き方等のサポートにつきましても全ては受け付けられませんので、書籍等で一度最低限のC#の使い方を覚えられることをお勧めいたします。
AnEggJP
Posts: 10
Joined: 2017/07/22 04:41

Re: MMD4MecanimMorphHelperをArborで使う方法!

Post by AnEggJP »

すみませんでした。
User avatar
caitsithware
管理人
Posts: 493
Joined: 2015/08/17 12:41

Re: MMD4MecanimMorphHelperをArborで使う方法!

Post by caitsithware »

まだわからないことも多いかと思いますが頑張ってください、応援しています!
引き続きArborについてわからないことがあれば遠慮なく書き込んでくださいね
Post Reply