Steven Yau

Results 445 comments of Steven Yau

> Thank you for testing! It might be a Chrome bug on Mac, I can't reproduce on Linux/Chrome: It works fine if the active window is not another Chrome window....

> Did you test that on Linux? I tried with another tab of Chrome and I couldn't trigger the bug either. Also tried it with other apps like KolourPaint and...

I did a monkey patch to enable this that can be added project side: ``` var TriggerOnAll = pc.createScript('triggerOnAll'); // initialize code called once per entity TriggerOnAll.prototype.initialize = function ()...

It really would be great if we could pan/zoom/rotate that preview

We now have a the Editor API that allows developers to extend the editor. Read more here: https://developer.playcanvas.com/en/user-manual/designer/editor-api/ We still don't have these scripts living in the Editor yet but...

May need UIX from @jiajasper

Hard reset and branch deletion is now supported (with some limitation)

As an aside, the client found out that they can use emojis as entity names which helps somewhat 🟣 🔴 🔵 Not great if you searching for things by name...

Would that be that intrusive if it only happened when it is being referenced elsewhere though? I would rather know when it happens rather than remembering to manually checking every...

> I often do so, or am aware that it is refernced, so will delete something, than update reference for example. In a team scenario, its harder to be aware...