Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Epic]: Studio Simple/Advanced Mode Switch #10018

Open
2 tasks
HexaField opened this issue Apr 1, 2024 · 4 comments
Open
2 tasks

[Epic]: Studio Simple/Advanced Mode Switch #10018

HexaField opened this issue Apr 1, 2024 · 4 comments
Labels

Comments

@HexaField
Copy link
Member

HexaField commented Apr 1, 2024

Simple Mode:

Functionality

File menu

  • New Scene
  • Save Scene
  • Save Scene As
  • Copy Scene to Project

Scene Management

  • prefabs abstration over components for foolproof object creation

Asset panel (library)

  • View kits
    • Add asset to hierarchy
  • View imported assets
    • Import assert
      • Imported asset settings
        • Compression
        • LOD
    • Materials
      • Drag & drop from library
      • Open material editor
  • Basic object properties
  • Search & filters

Preview

  • Placement
  • Grid/snapping

Play mode

  • Publish Project
  • Publish to Location

Tasks

Advanced Mode

todo - everything as per full designs

@SYBIOTE
Copy link
Member

SYBIOTE commented Apr 2, 2024

hmm, so a new UI section entirely, the mode likely goes into EditorState, so we are reviving prefabs?

@HexaField
Copy link
Member Author

so we are reviving prefabs?

yeah pretty much!

@zeek0123
Copy link

zeek0123 commented Apr 3, 2024

Whats the difference between preview and play ?

@HexaField
Copy link
Member Author

Whats the difference between preview and play ?

Preview is previewing an asset for placing in a scene, like a lot of 3d editors, a transparent copy of the asset appears that follows the pointer.

Play mode spawns an avatar into the scene.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment