RealityStop / Bolt.Addons.Community

A community-driven project for extending Unity Bolt
MIT License
250 stars 34 forks source link

Coroutine Node #43

Closed MasterSubby closed 2 years ago

MasterSubby commented 2 years ago

A control root node that runs through and returns the underlying IEnumerator. This is usable with the Yield node, or any other third parties that accept an IEnumerator.

MasterSubby commented 2 years ago

Complete