So For some reason, all of sudden I can’t move, scale, rotate or do anything to a lot of Game objects. If I create a cube or some new object, that is fine, I can move it, scale it etc. But other objects in my game won’t budge. I don’t know if I have accidentally locked them somehow. If anyone has any ideas, that would be great!
EDIT: So I figured out the issue. It has something to do with the unity generated combined meshes on the models. A quick fix is to revert the 3D model itself. I am hoping the Unity team released a patch to fix this issue and not deal with reverting every 3D object.
I almost want to say it’s supposed to be like this… but just earlier I was moving objects from a model I exported around willy nilly, but like you say now nothing moves and I’m unsure what I did as restarting doesn’t solve the problem. I have clothing, effects, and face stuff built into my character models but I can’t move them even if I was able to do so earlier this morning. I thought something about the skinned mesh renderer didn’t like that happening so it prevents it but that doesn’t explain how I was able to move them before. Revert doesn’t do anything for me, and trying to replace or fiddle with models in the prefab you get from dragging the model file into the Scene, after you do so, breaks the prefab as well. I’d file a bug but I have no idea what reproduces it exactly or how to word the bug report.