KPal

Results 28 issues of 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...

area: examples
enhancement

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...

feature request
area: examples
requires: discussion

## 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...

feature request
area: ui

Context menu for `Replace` missing in editor

bug

### 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. ![image](https://cdn.discordapp.com/attachments/408617316415307778/1166464787719409717/image.png?ex=654a95fd&is=653820fd&hm=e234bd3925136fa6ae23f9bfabc2b2f4dddb36b9278829b5ecc4d2dee7844328&) *...

bug

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...

requires: discussion
area: editor interface
feature request
area: launch tab
requires: ux

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...

performance
area: graphics

After hot reload WebGL2 app not rendering (repro on Mac only) ![image](https://github.com/playcanvas/engine/assets/48248865/64435861-9069-49cd-866e-19984e322188) ### Notes - WebGL2 and WebGPU work independently just not together - WebGL2 appears to render inside the...

bug
area: examples

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...

bug

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...

area: graphics
area: examples