KPal
KPal
Refers #6030 This PR aims to align the examples experience to of using the engine in a standalone app. ## Changes - Removed `example` function and arguments and put body...
This issue is for the discussion of reworking the examples to make the development and experimentation experience easier. Stage 1 of the refactor and cleanup has already been completed and...
Checking engine properties to decide which editor UI fields to be disabled on mismatched releases.
## Overview This issue originates from releasing an editor update which exposes new properties which are not present in the current engine release so therefore must be hidden. Originally the...
### Description Graphical bug when hovering over the `File` dropdown in the Code Editor. The red highlighted box below indicates the area for which the dropdown is unresponsive.  *...
This issue is to be used for discussing a cleaner and more informative device type management and editor engine version. ## Device types ### Current solution The current state is...
Fixes #6317 Adds a method to graph node class for apply both position and rotation together. N.B. Not sure performant or useful this is currently as can apply the transform...
After hot reload WebGL2 app not rendering (repro on Mac only)  ### Notes - WebGL2 and WebGPU work independently just not together - WebGL2 appears to render inside the...
When running `vite dev` - 10:52:28 AM [vite] Internal server error: Maximum call stack size exceeded Plugin: vite:worker-import-meta-url` Error caused by source map (probably be because its inline and too...
Fixes #6388 Fixes #6309 - Wraps add app in async function so can await on app creation - Passed in application when creating entity (See below for explanation) The application...