com.stansassets.foundation icon indicating copy to clipboard operation
com.stansassets.foundation copied to clipboard

Collection of utility methods, design patterns, and extensions for Unity.

Results 12 com.stansassets.foundation issues
Sort by recently updated
recently updated
newest added

## Purpose of this PR Some times we need to find all implementations of interfaces provided by Unity team. We need to find only custom implementations ignoring built-In ones. In...

enhancement

I lack the functionality to call coroutines with [WaitUntil()](https://docs.unity3d.com/ScriptReference/WaitUntil.html), and [WaitWhile](https://docs.unity3d.com/ScriptReference/WaitWhile.html) delegates. I would like to have it implemented inside `CoroutineUtility`.

enhancement