Announcing Collision Groups Editor

Hey developers,

We just released a Collision Editor for Studio, which allows you to put game items into groups and choose which groups will collide. This makes it possible to avoid collisions, or even let players walk through walls!

  • To reach Collision Editor, go to Model > Advanced > Collision Editor
  • Here you can add, edit, and delete groups. Use the checkmarks to turn collisions on and off.
  • All game parts have automatically been placed into “Default.”
  • To add a new group, select “+Add Group” and type your new group name.
  • To add parts to a group, select the parts in game and click the “plus” symbol next to the group.
  • To see which parts are in a group, click on the group name, and all group members will be highlighted in the Game View.
  • To see which group a part belongs to, click on the part, and the group name will be highlighted in Collision Editor.

All of this functionality can also be achieved manually in the property view CollisionGroupId field or through code using APIs.

131 Likes

Wow this is gonna be great, ill try it out on some obbies and see if i can make any cool obsticales with this :yum:

2 Likes

Awesome! Definitely going to use this for maps.

3 Likes

Oh cool, now I don’t have to spend 10+ minutes manually scripting collision groups in.

6 Likes

A lot more handy than using the command bar for this! Thank you!

7 Likes

Thank, Rob locks :heart:

3 Likes

Collision groups are a master piece to what we all once knew as “set that one’s CanCollide false for a small bit of time” or “use something hacky” and now we have the perfect tool to exploit the wonders of collision groups.

Excellent.

I am glad I haven’t done collision groups yet. This will save a lot of time I would have previously spent scripting this stuff.

Thanks! Collision groups are very useful, but I’ve always found it tedious to manually script what-goes-where. This feature is a massive improvement, and I’ll be sure to use it in the future.

2 Likes

It’s 6 A.M. and my day has officially been made. Infinite thanks to the team that assembled this! You guys are awesome.

2 Likes

Yay!! Thank you!

1 Like

Personally I don’t use this at the moment but it looks awesome, thank you for providing more tools for us to use.

Very nice editor,
but i need to ask

Dark theme for this when?

4 Likes

The theme API is still pending release, so all plugins are waiting on that.

3 Likes

Oh. YESSSSSSSSSSSSSSSSSSSSSSSSSSSSSS

now just waiting for an official tag editor

1 Like

RIP clonetrooper’s collision group editor

7 Likes

It seems that I cannot type the letter V into the “Add Group” for some reason. Some other suggestions:

  • The window needs scrollbars. Explorer, Properties, literally every other window in Studio does this, so it should too. The grid now scrolls (and headers stay in the same place, nice!)
  • Get rid of the instruction text - replace with a (?) button or similar. Save the vertical space. No more instruction text!
  • The (+) button and clicking the name of the collision group should have their functionality flipped, i.e., I want to be able to select the parts then click on the name of collision group to assign. If I want to select all parts in a group, that should be a special button.
  • The checkboxes in the grid should have mouseover text “X collides with Y”/“X does not collide with Y” to be clear exactly what’s going on.

Update: the first two of these suggestions are now implemented :slight_smile:

4 Likes

image

Already has one?

I get that “cant type v” thing in plugins very rarely. Try restarting studio. Still an annoying bug, though.

1 Like