NewboO
NewboO
So, last try to make everyone happy. I considered `find`, `findOne` and `forEach` as legacy, so the only changes in them are now the refactoring. There are now `findDescendant[s]`, `findAncestor[s]`,...
Indeed, forgot to check if this was reported.
Wouldn't yellow parent and blue child end up black instead of green? Yellow is (1, 1, 0) and blue is (0, 0, 1) so yellow * blue = (0, 0,...
Oh, I see, we're in the designer vs. developer zone 😄 Unfortunately, in PlayCanvas (and in most if not all game engines), if you set up an element component with...
Finally took time to break down this PR. So 2 new PR : #5850 for the optimization #5851 for the most consensual new feature And a discussion #5852 for the...