I've been working on my game for almost 2 years and all characters T-Pose in editor where they're placed, which is good. However, recently as I was working on a new section, something strange started happening. I gradually began to notice that several of these models (which we call crowd models coming in man, woman, and…
if you migrated the animation related stuff to a clean project and the problem persist, but the problem was not present in the project until recently, and you haven't changed versions of the engine or any plugins/packages, I think that might indicate it is a problem with your implementation then.
Sounds like an adventure is brewing :). Is there any merges from other members at any point? You might also try migrating portions to a clean project and see if you can narrow down problem spot like that. I can't offer much more than that unfortunately. Hopefully somebody more familiar with the editor might have some ideas…
Are you working on a team? Are you using version control? Yes and yes. I have been trying to hunt down the bug through previous versions and haven't had any luck so far. Granted, I haven't gone too far back, but earlier recent versions from before this seem to have the same issue... Even though I remember it not happening…
"If you aren't using version control, you should set it up immediately, and you should feel a great sense of shame. Not working with version control is like building your house on top of a steaming volcano. Only a fool would do it." This. especially the first part of that quoted text 😳 (been ther felt that)
Are you working on a team? Are you using version control? Bug hunt from memory is the worst type of bug hunt that you can do. You should leverage version controls history log. You can start by going back commits until the problem is not there, and then go through commits onward from there. If a quick skim doesnt show you…
So there were merges from other team members, but I believe when this started I had been the only one committing for some time and I haven't pulled anything. I did try a clean project install and it didn't go away. This feels like a bizarre engine-level bug. Wouldn't be the first time.