Why can't I use select on this Union?

I’m using select to try and move a union, but it won’t move. Collisions and constraints aren’t on, so I dont know whats the problem

2 Likes

Perhaps the union is locked? Check if it is locked and if it is, unlock it.

3 Likes

Try using the explorer to see if it is locked

2 Likes

Is it locked? I have had this happen to me before. Maybe it is a bug.

2 Likes

it isn’t locked but it still doesnt work

3 Likes

Well if that is the case check if there is something wrong with your code. It could be that you have already mentioned. If that is still not the case you should report it as a bug.

2 Likes

Just press Ctrl + 1 and it should work. This happens sometimes.

3 Likes

There are a few things you could try to update your object:

  • Select the object in the explorer and do Ctrl + D and Delete.

  • Select the object in the explorer and do Seperate < Union, solve it in a different order perhaps.

  • Select the object in the explorer and do Ctrl + C, re-open studio and insert with Ctrl + V.

If this doen’t fix it i would suggest to make a copy of your file and send it to the engine team so they can take a look at it. In the meantime you can try to re-create the same object from scratch and go from there.

2 Likes

Honestly it might just be that the increment you’re tying to move it with is too big? Try going to like .1 studs and see if that makes a difference.

3 Likes