HolonProduction
HolonProduction
Starting from 72f9faf4820a2c905aabb33b8c45ccabf115e359 all files are loaded with utf-8 encoding. The file will load without problems on the `master` branch. So basically this commit needs to be backported or cherrypicked...
I have not looked into it but #149 and #167 seem to be encoding related as well. Maybe they are obsolete as well.
This is clearly not a problem of gdtoolkit. The GDScript code in the example is missing a closing parenthesis and that is what the exception complains about. ``` Expected one...
I think this would be possible. But I am currently working on some refactoring (coming soonTM) which is more needed than this. I'll keep it in mind though.
Just wanted to point out, that I have a PR which addresses the same issue: #76993. If this gets merged the other one should be closed.
Looking at this I think it is not quite clear which issue we are talking about. The OP looks like a reload problem with Cyclic references. > I confirm that...
I tried to reproduce on `master` using the scripts that have no cyclic reference, and wasn't able to. Using the mrp from the original issue which has cyclic references, I...
Im open to renaming the signal. I just took the name from the old implementation in #7887. The signal is one shot only so `finished` seems fitting.
I can extend the documentation to mention that it is `one_shot` only if desired.
> Do you think it's possible to have the signal emit also for non-oneshot particles? I can see usage of this for baking flipbook animations for lower LOD vfx Should...