Steven Yau
Steven Yau
playcanvas-sync was originally designed for textural based formats such as JS and JSON. > The pcsync and pcwatch utilities allow editing copies of JavaScript and other textual files of a...
> It seems a bit weird that it has to check each file instead of just ignoring the folder completely. I have pcconfig.json with PLAYCANVAS_TARGET_DIR set to "node_modules". This sounds...
Oh, I'm wondering if it's traversing all the files and checking the regex filter on a per file basis 🤔 . It probably has to do that to apply the...
> Given that it's called "bad folder reg", it should be able to skip node_modules completely shouldn't it? I forgot about bad folder reg 🤔 @zachpeterpaul, do you have any...
Prompting the user to use maximum resolution requires too many unguided user clicks to get to the right setting. Is the issue that the scaled resolution cannot be easily retrieved?
Personal take as an end user. I think Entity.findScript and Entity.findScripts could be very useful but the * in parent don't seem as useful given that you can get the...
Does `Entity.findComponentsInParent` search all the parents? Or just the immediate parent? The name sounds like it only checks the immediate parent.
Speaking from an end user: I think the Entity.findScript and Entity.findScripts are the most useful out of the list and I'm thinking about pulling that out in a separate PR,...
Is there a need to recreate the physics shape? Can the offsets be applied to an existing shape when changed?
@willeastcott ?