Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ForNode can't work together with WaitNode #230

Open
lr8soft opened this issue Feb 1, 2024 · 0 comments
Open

ForNode can't work together with WaitNode #230

lr8soft opened this issue Feb 1, 2024 · 0 comments

Comments

@lr8soft
Copy link

lr8soft commented Feb 1, 2024

err

In the example Conditional Graph scene, when ForNode work together with WaitNode, ForNode does not wait for WaitNode to complete the work, but directly completes the loop at once, and the following error log is generated:

Error log:
NullReferenceException: Object reference not set to an instance of an object
NodeGraphProcessor.Examples.WaitableNode.ProcessFinished () (at Assets/Examples/ConditionalGraph/ConditionalNode.cs:60)
NodeGraphProcessor.Examples.WaitMonoBehaviour+<_Process>d__1.MoveNext () (at Assets/Examples/DefaultNodes/Nodes/WaitNode.cs:45)
UnityEngine.SetupCoroutine.InvokeMoveNext (System.Collections.IEnumerator enumerator, System.IntPtr returnValueAddress) (at :0)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant