https://github.com/error-mdl/staticbatchingsortingfix
Packaged version of apkd's fix for Unity's abysmal static batching sorting
https://github.com/error-mdl/staticbatchingsortingfix
Last synced: 11 months ago
JSON representation
Packaged version of apkd's fix for Unity's abysmal static batching sorting
- Host: GitHub
- URL: https://github.com/error-mdl/staticbatchingsortingfix
- Owner: Error-mdl
- License: other
- Created: 2022-10-30T23:47:01.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T07:45:42.000Z (over 3 years ago)
- Last Synced: 2023-10-20T08:20:46.184Z (over 2 years ago)
- Language: C#
- Size: 12.7 KB
- Stars: 18
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Static Batching Sorting Fix
[Apkd's fix](https://github.com/apkd/UnityStaticBatchingSortingPatch) 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.