there are many warning when packeage.
What is causing this warning?
outlog maybe like this
LogPhysics: Warning: PopulatePhysXGeometryAndTransform(Convex): ConvexElem is missing ConvexMesh
LogPhysics: Warning: ForeachShape(Convex): ScaledElem[0] invalid
LogPhysics: Warning: PopulatePhysXGeometryAndTransform(Convex): ConvexElem is missing ConvexMesh
LogPhysics: Warning: ForeachShape(Convex): ScaledElem[1] invalid
LogPhysics: Warning: PopulatePhysXGeometryAndTransform(Convex): ConvexElem is missing ConvexMesh
LogPhysics: Warning: ForeachShape(Convex): ScaledElem[2] invalid
I tried to investigate, and it was a static mesh that caused such a log. Opening the static mesh in the editor will prompt a log similar to。
maybe the error is Phyx findsimplex failed. →
LogPhysicsCore: Warning: PHYSX: (...\Engine\Source\ThirdParty\PhysX3\PhysX_3.4\Source\PhysXCooking\src\convex\QuickHullConvexHullLib.cpp 937) eINTERNAL_ERROR : QuickHullConvexHullLib::findSimplex: Simplex input points appers to be coplanar.
It’s too hard for me to figure out a non-canonical static mesh. what may cause this situation?