在组件中停止LogicPlayer会报错

Forum rules
Please isolate whether it is a problem with Unity itself or other assets before reporting.
Known issues are listed here: Known Issues
The information required to report a bug is as follows.
  • Logic Toolkit Version
  • Unity Version
  • How to reproduce

=======

日本語での投稿も受け付けています。

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: 在组件中停止LogicPlayer会报错

Re: 在组件中停止LogicPlayer会报错

by caitsithware » 2024/09/02 11:43

感谢您的报告。
我检查并能够重现该问题,因此我将修复它。
类似的问题也可能发生在其他地方。
我们也会核实并纠正。

临时解决方案
  • 在代码编辑器中打开“Packages/Logic Toolkit/Runtime/Graph/Nodes/ExecuteNode.cs”
  • 在第71行添加以下代码

Code: Select all

if (!IsActive)
    return false;

在组件中停止LogicPlayer会报错

by kvfreedom » 2024/09/02 11:22

4.png
4.png (21.79 KiB) Viewed 6419 times
3.png
3.png (52.64 KiB) Viewed 6419 times
2.png
2.png (12.28 KiB) Viewed 6419 times
1.png
1.png (26.5 KiB) Viewed 6419 times
5.png
5.png (52.6 KiB) Viewed 6419 times

Top