KaijuEngine/kaiju

Persist Editor/Project Settings

Open

#537 aperta il 14 dic 2025

Vedi su GitHub
 (6 commenti) (0 reazioni) (0 assegnatari)Go (194 fork)auto 404
editorgood first issue

Metriche repository

Star
 (4569 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

Is your feature request related to a problem? Please describe. Editor should save some common high-level information.

  • 2D / 3D Camera mode
  • Most recent stage or default (LaunchParams.StartStage)
  • Editor window size, monitor placement (~fancy)

Describe the solution you'd like

// settings.json
{
  "RecentProjects": {
    "/foo/bar/baz": {
      "CameraMode":"2D/3D",
      "Stage":"{stage-identifier}"
    },
  },
  "EditorWindow": {
      "Width":944,
      "Height":500,
      "Monitor": "Default/Dell/ViewSonic/etc..??"
  }
}

Describe alternatives you've considered N/A

Additional context N/A

Guida contributor