Open Issues Need Help
View All on GitHubBrowser-based visual editor for building WebGL, WebGPU, WebXR apps
Browser-based visual editor for building WebGL, WebGPU, WebXR apps
Browser-based visual editor for building WebGL, WebGPU, WebXR apps
Browser-based visual editor for building WebGL, WebGPU, WebXR apps
Browser-based visual editor for building WebGL, WebGPU, WebXR apps
AI Summary: Migrate legacy UI elements within the PlayCanvas Editor's codebase to the PCUI framework. This involves identifying and replacing all instances of custom Legacy UI components with their PCUI equivalents, ensuring functionality remains consistent.
Browser-based visual editor for building WebGL, WebGPU, WebXR apps
AI Summary: The task involves refactoring the PlayCanvas Editor codebase to modernize its class definitions. This means converting classes currently defined using the older `Class.prototype.constructor` syntax to the more modern `class Class` syntax. This requires identifying and updating all remaining instances of the older style.
Browser-based visual editor for building WebGL, WebGPU, WebXR apps