Zallist
Zallist
If the camera is pointed EXACTLY upwards or downwards, such that direction == `Vector3(0,1,0)` or `Vector3(0,-1,0)` then the projection will fail and the interpolation matrix is filled with NaN values....
Fixes GerstnerWavesJobs.Registry to clear itself on CleanUp so changing Buoyant Object voxel resolution or buoyancy type doesn't require an Editor restart. Fixed the following issues in the BuoyantObjectEditor: - Inconsistent...
Skyscraper previously just did not get any media from Igdb at all, even though it got the URLs already. According to the documentation, this is due to a complaint about...
Since I don't want to support it forever. If someone has an "in" to the URP team, just tell them to take this code verbatim and officially support it.
This is just a straight up fix for issue #64. It adds the ability to disable signups on an instance by setting the environment variable `DISABLE_SIGNUPS` to `true`. It disables...
This is a giant change to how BroAudio stores all of its data and it'll mean some kind of non-backwards compatible update for all existing projects, which should be automated...
When using `IAudioPlayer.SetScheduledStartTime()` or `IAudioPlayer.SetDelay()` you're not guaranteed to fully setup or trigger everything that a normal play would, since AudioSource.PlayScheduled() runs on the DSP thread and can start playing...