├── LICENSE.md ├── LICENSE.md.meta ├── README.md ├── README.md.meta ├── editor.meta ├── editor ├── BitField.cs ├── BitField.cs.meta ├── SBFUnsafe.asmdef ├── SBFUnsafe.asmdef.meta ├── StaticBatchingSortingPatch.cs └── StaticBatchingSortingPatch.cs.meta ├── package.json └── package.json.meta /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Error-mdl/StaticBatchingSortingFix/HEAD/LICENSE.md -------------------------------------------------------------------------------- /LICENSE.md.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Error-mdl/StaticBatchingSortingFix/HEAD/LICENSE.md.meta -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Error-mdl/StaticBatchingSortingFix/HEAD/README.md -------------------------------------------------------------------------------- /README.md.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Error-mdl/StaticBatchingSortingFix/HEAD/README.md.meta -------------------------------------------------------------------------------- /editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Error-mdl/StaticBatchingSortingFix/HEAD/editor.meta -------------------------------------------------------------------------------- /editor/BitField.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Error-mdl/StaticBatchingSortingFix/HEAD/editor/BitField.cs -------------------------------------------------------------------------------- /editor/BitField.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Error-mdl/StaticBatchingSortingFix/HEAD/editor/BitField.cs.meta -------------------------------------------------------------------------------- /editor/SBFUnsafe.asmdef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Error-mdl/StaticBatchingSortingFix/HEAD/editor/SBFUnsafe.asmdef -------------------------------------------------------------------------------- /editor/SBFUnsafe.asmdef.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Error-mdl/StaticBatchingSortingFix/HEAD/editor/SBFUnsafe.asmdef.meta -------------------------------------------------------------------------------- /editor/StaticBatchingSortingPatch.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Error-mdl/StaticBatchingSortingFix/HEAD/editor/StaticBatchingSortingPatch.cs -------------------------------------------------------------------------------- /editor/StaticBatchingSortingPatch.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Error-mdl/StaticBatchingSortingFix/HEAD/editor/StaticBatchingSortingPatch.cs.meta -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Error-mdl/StaticBatchingSortingFix/HEAD/package.json -------------------------------------------------------------------------------- /package.json.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Error-mdl/StaticBatchingSortingFix/HEAD/package.json.meta --------------------------------------------------------------------------------