Steven Yau

Results 445 comments of Steven Yau

Related thread: https://forum.playcanvas.com/t/switching-branches-via-nodejs/22446

Thinking on this a little more: - Create checkpoints - Switch branches - Merge branches - option to merge if there are no conflicts - Create branches - Close/Open branches...

[Test archive.zip](https://github.com/playcanvas/editor/files/9423815/Test.archive.zip) Tested with this set of FBX's and it duplicates the the folders on Production https://user-images.githubusercontent.com/16639049/186641340-88c1df82-342a-4d40-8903-11e5895c42b8.mp4

Worth noting that deleting the child entity (`12940d9b-b4a2-4d07-85a1-030243ace31f`) in the scene hierarchy of the Editor will cause the following error to show up https://forum.playcanvas.com/t/cannot-find-child-entity-of-parent-root-editor-error-cant-delete-entities/23048

As a short term patch for this issue, we would review these exceptions for the graph node to see if they should remain exceptions: https://github.com/playcanvas/engine/issues/4228 On the Editor side, we...

Cleaned repro project: https://playcanvas.com/project/923035/ D entity is the parent and has E entity GUID twice as children. To see the issue, first select the entity D in the scene Then...

Ran into this issue again today with a client that I had to fix there and then To workaround this issue, I had to 1. Find which parent the GraphNode...

This issue should be mitigated by this PR in the engine https://github.com/playcanvas/engine/pull/4350

I've been trying various ways to reproduce this and I've managed to create various different errors by reverting a template and quickly undoing the creation of the hierarchy that it's...