Nicolas Reinhard

Results 15 issues of Nicolas Reinhard

```cs [MethodImpl(IL)] public static float4 bitwave(float4 x) => floor(math.fmod(x, 2)); [MethodImpl(IL)] public static float4 bitwave2(float4 x) => (int4)x & 1; ```

enhancement

Followed instructions here : https://github.com/NormandErwan/DocFxForUnity documentation doesn't seem to compile properly, no documentation pages are generated.

documentation
help wanted

Changed source repository to fix package compatibility issues

### Background & Description This feature would make loading backends much easier in Unity. ### API & Usage Same as for Dotnet 6 ### How to implement Add a section...

enhancement
feature request
do not close
stale