コーディング編のDebugLogBehaviourを追加について

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を確認の上、それでも使い方がわからない場合にご質問ください。欲しい機能の記載がドキュメントにない場合は機能が元から存在しない可能性が高いので要望フォーラムへ。
shockere

コーディング編のDebugLogBehaviourを追加について

Post by shockere »

「Scripts > DebugLogBehaviouir」を選択して追加します。

と書かれています。GIF動画もあります。
ですが、自分でやった場合「script」の項目がなく検索欄に「script」や「DebugLogBehaviouir」を入力しても表示されません。
今現在配布されているトライアル版Arborではやり方が変わっているのでしょうか?
User avatar
caitsithware
管理人
Posts: 493
Joined: 2015/08/17 12:41

Re: コーディング編のDebugLogBehaviourを追加について

Post by caitsithware »

チュートリアルのコーディング編についてですね。

まず、「Scripts > DebugLogBehaviouir」は誤字でしたね。
「Scripts > DebugLogBehaviour」に直しておきました。

Scriptsの項目もないということで、「ログ出力スクリプトの作成」の項でDebugLogBehaviourというスクリプトを作成しているかと思いますが、
一度別名でスクリプトファイルを作成したのちにリネームなどをするとスクリプトとして正しく認識されないため、
スクリプトファイルの名前とクラス名が一致しているかなど確認してみてください。

※また、チュートリアルで使用しているArborバージョンが古いため、スクリプト作成手順が最新版と若干異なっています。
最新の方法は、マニュアルを参照してください。

マニュアル : StateBehaviourのカスタマイズ
shockere

Re: コーディング編のDebugLogBehaviourを追加について

Post by shockere »

返信ありがとうございます。
新規作成した際チュートリアルページに名前をコピーしに行ったため一度リネーム作業を挟みました。
記載されていたとおり新規作成した際にそのまま名前を変えて作業を行った結果scriptが表示されて次の工程に進むことができました。
ありがとうございました。
Post Reply