Error-mdl / StaticBatchingSortingFix

Packaged version of apkd's fix for Unity's abysmal static batching sorting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Static Batching Sorting Fix

Apkd's fix for Unity's ludicrously terrible "sorting" for static batches, bundled into a UPM package and modified to work with the VRChat SDK. Apkd's script relies on the BitField64 class from the Unity Collections library. The VRC SDK currently has a dll with an identical name to one in Collections, preventing one from importing the library. To get the script to work I've added the BitField.cs script from collections and moved it to a new namespace to prevent any future issues.

About

Packaged version of apkd's fix for Unity's abysmal static batching sorting

License:Other


Languages

Language:C# 100.0%