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

Commit

Permalink
removed the group component from the shelf, since it shouldn't be add…
Browse files Browse the repository at this point in the history
…ed through the authoring layer (#10768)
  • Loading branch information
MbfloydIR authored Jul 30, 2024
1 parent dbe778c commit ed81482
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ import { InputComponent } from '@etherealengine/spatial/src/input/components/Inp
import { ColliderComponent } from '@etherealengine/spatial/src/physics/components/ColliderComponent'
import { RigidBodyComponent } from '@etherealengine/spatial/src/physics/components/RigidBodyComponent'
import { TriggerComponent } from '@etherealengine/spatial/src/physics/components/TriggerComponent'
import { GroupComponent } from '@etherealengine/spatial/src/renderer/components/GroupComponent'
import { PostProcessingComponent } from '@etherealengine/spatial/src/renderer/components/PostProcessingComponent'
import { LookAtComponent } from '@etherealengine/spatial/src/transform/components/LookAtComponent'

Expand All @@ -88,13 +87,7 @@ export const ComponentShelfCategoriesState = defineState({
VideoComponent,
ImageComponent
],
'Scene Composition': [
CameraComponent,
PrimitiveGeometryComponent,
GroundPlaneComponent,
GroupComponent,
VariantComponent
],
'Scene Composition': [CameraComponent, PrimitiveGeometryComponent, GroundPlaneComponent, VariantComponent],
Physics: [ColliderComponent, RigidBodyComponent, TriggerComponent],
Interaction: [
SpawnPointComponent,
Expand Down

0 comments on commit ed81482

Please sign in to comment.