DOTS

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

Post a reply

Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: DOTS

Re: DOTS

by caitsithware » 2020/05/21 14:11

Hi david,
david wrote: 2020/05/21 13:53 My question: do you plant to use DOTS?
DOTS has a different design from MonoBehaviour, so there is no plan to support it.
david wrote: 2020/05/21 13:53 And also: i wonder how it can slowdown the game, since it's not generate c# code.
Yes. Performance will be slower than fully optimized code.
Since it is an asset that mainly designs FSM and BT with graphs, there is no plan to support C# code generation.

Kind regards,
caitsithware

DOTS

by david » 2020/05/21 13:53

Hi, I like a more and more using your trial asset.

My question: do you plant to use DOTS?

And also: i wonder how it can slowdown the game, since it's not generate c# code.

Thanks.

Top