Steven Yau

Results 186 issues of Steven Yau

This is a great resource for learning the basics and gotchas of JS: https://github.com/getify/You-Dont-Know-JS/blob/1st-ed/README.md There is also https://www.khanacademy.org/computing/computer-programming/programming Also add this to intro page as well: https://developer.playcanvas.com/api/

enhancement

While we can't cover all examples and libraries, we should be able to cover something like Google Analytics and Game Analytics to go through the steps of what type of...

This feels under documented and lacking examples for all the resource types.

enhancement

Examples being a larger open world game, how to best load/unload assets with tags both in the app and in the editor. Self note: Use a similar pattern of slots...

enhancement

See issue here: https://github.com/playcanvas/engine/issues/3088

enhancement

Another common use case which can also cover camera animation and transitions to different areas of a product. Hotspots should also be added

Seems to be flavour of the month and a typical project that a new comer would want to take. Some scope to introduce new concepts around physics and rendering (camera...

The tutorial project is already complete. It would be great if there was a project that users could fork that are at the state they would be at the beginning...

enhancement

We use the Alpha component on the texture to increase the quality of the normal maps.

Users tend to overestimate the ‘magic’ in PlayCanvas of making projects and not realise how the files are packages and literally just added to the page as a script DOM....