differ.black Posted May 25, 2024 Posted May 25, 2024 Hi guys I have a problem with jittering on custom meshes that I made for greyboxing using a default first person character with c# template. So if I'm trying to go to one of those meshes it just pushes me off, no matter on top of the mesh or just by it. Particularly I have a problem with going through the arch, it still pushes me off as if there is a wall but there isn't. I used the helpers to debug my collisions and there is no issue there. Please help it's probably something pretty basic but I don't know where to look anymore. I will provide a video and the upackage with those node references. Thank you. Desktop 2024.05.25 - 14.10.23.01.mp4 Example_package.upackage
karpych11 Posted May 27, 2024 Posted May 27, 2024 Hello. These problems occur because the built-in physics does not work well with scalable meshes. You can find this warning at this link. Please change the scale in fbx import settings. And then set the unit scale of the objects inside the node references. For the arch, you can use import scale of 150 to get the same size in the world. In materials, you will need to replace the scaler constant variable with the value 1.
differ.black Posted May 27, 2024 Author Posted May 27, 2024 This my friend is gold. Thank you so much appreciate your time man, works perfect now.
Recommended Posts