Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
removed the mesh colliders from the prefab list (#10958)
Browse files Browse the repository at this point in the history
  • Loading branch information
MbfloydIR authored Aug 13, 2024
1 parent 90521f3 commit bce156b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/editor/src/components/prefabs/PrefabEditors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,6 @@ export const PrefabShelfState = defineState({
category: 'Collider',
detail: 'Simple cylinder collider'
},
{
name: 'Mesh Collider',
url: `${config.client.fileServer}/projects/default-project/assets/prefabs/mesh-collider.prefab.gltf`,
category: 'Collider',
detail: 'Simple mesh collider, drag and drop your mesh'
},
{
name: 'Text',
url: `${config.client.fileServer}/projects/default-project/assets/prefabs/text.prefab.gltf`,
Expand Down

0 comments on commit bce156b

Please sign in to comment.