Alex

Results 137 issues of Alex

Under some conditions, the Editor shows incorrect model in the scene view. In the following screenshot, the model should be a cylinder, but instead it is a bowling pin: ![image](https://user-images.githubusercontent.com/5677782/116062483-9c216a80-a68c-11eb-94ea-0bb0dd8fbbee.png)...

bug
area: viewport

If https://github.com/playcanvas/engine/pull/2785 commit goes through, the Editor would need to add a new number field property to the Rigidbody Component to allow setting a rolling friction of a rigidbody: ```...

area: physics
area: editor interface
enhancement

This is an undefined behavior. Adding here for logging. Related forum topic: https://forum.playcanvas.com/t/scene-was-scaled-out-of-sudden/19123 Repro: https://playcanvas.com/editor/scene/1119950 If a root entity has a Screen component (enabled or disabled) it messes the viewport...

bug
area: viewport

A request is to remember the selected ordering option of the Assets panel: ![image](https://user-images.githubusercontent.com/5677782/112308884-4fbcc680-8cab-11eb-932d-39e5c8d9b29d.png) Currently the selected option is reset after a browser refresh.

area: editor interface

Our toolchain is using an API endpoint `/api/apps/download` to generate a build. The endpoint requires a scene id parameter. Our games setup are done in a way, that sometimes require...

area: rest api
enhancement

There is some issue with parsing (my guess), as the Code Editor becomes unusable if you are trying to add an attribute and added a space in its name: After...

bug
area: code editor

Add a description of all material types in the engine, which ones are supported by Editor, and when one is preferred to be used over another. List the ones that...