
0
Answered
Integrating crucial community's macros
From top of mind, comment, coroutines and some flow control units are quite a big thing when scripting that seem useful to almost everyone. What are your plans towards them and other potential crucial units that come up? To integrate them in Bolt, make your own version or leave for us to discover and gather them?
I usually avoid adding 4th party stuff that I can lose track of fixes.
Bolt Version:
Unity Version:
Platform(s):
Scripting Backend:
.NET Version (API Compatibility Level):
Customer support service by UserEcho
Hey Ivankio!
Here's my plan for some of these and why I don't simply integrate them:
Oh didn't realize it'll be coroutine-less, that's going to make this extremely stable, and prevent scene switch problems. Out of curiosity, how are you accomplishing this outside of tasking, async, or coroutines? Or does it use one of those? Would be interesting thing to know for future ideas.
Edit: Also should I be coming up with my own coroutine monobehaviour? Will the current one be hitting the road in 1.4?