Manage Skinned Mesh Culling with PostProcessMatrix
masterBecause the current Unity Transforms compatibility mode does not automatically detect when a skinned mesh requires the slow culling path (due to scale or shear), the user is responsible for managing the PostProcessMatrix.
To ensure accurate culling for skinned meshes that do not have a LocalToWorld identical to their parent skeleton, you must manually specify a PostProcessMatrix.