Alex

Results 134 comments of Alex

![image](https://github.com/playcanvas/engine/assets/5677782/3ec20307-4ab8-4bd1-a166-ae5e7cb9111c)

Engine examples work fine, except these (black screen as well): positional mini stats obj video texture transform feedback point cloud point cloud simulation particles snow / random sprites / anim...

I support this. Would vote for including intialize/postInitialize methods as well.

@yaustar I do need it occasionally, but mostly in projects that were done by another developer, where I don't know where the script is attached to.

Yes, it does help with that. Was that the question? 😅 I mostly use it during investigations/debugging.

I'm afraid this is not PlayCanvas related, but a general issue with WebAudio implementation of browsers. In particular with positional sound. I've stumbled upon this before and was trying to...

Benchmarking and implementation option: https://playcanvas.com/project/1153025/overview/collision-mesh-benchmark

For background: I am generating a mesh collider. To avoid copying the indices, I don't use Mesh API, but use the index buffer directly. In order to avoid copying the...