-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Milestone
Description
We currently have a way for the editor to send the game a camera to render with. This is very useful for building the level and seeing how it looks and acts during editing.
What we would like to have is a way for the editor to render using the game camera. This would be useful for play testing areas and seeing how the game feels. It will cut down iteration times as the level builder will no longer have to switch back and forth between the editor and the game to test certain things.
AC:
- EditorHook has an easy way for the editor to get the game camera
- When using the game camera, the editor UI is not displayed (This is a maybe)