Sergey Y
Sergey Y
Hi! Thanks for doing this! It did not work out fo the box, unfortunately. Should I also change js extensions accordingly? https://github.com/daterre/Cradle/blob/master/Editor/js/StoryFormats/Sugar/sugar.extensions.js_ Meanwhile I tested it by changing my imported...
StoryVarExtensions needed minor fix on line 254 (Max to Min). Likely the same issue for the other operations? Now I'm stuck with lack of vars capturing support in my story,...
Hey mate, anything I could help with?
suggesting fix that worked for me: ``` $el.modal('hide'); Modal.count--; + if (Modal.count >0){ + $(document.body).addClass( "modal-open" ); + } + }, /** * Stop the modal from closing. * Can...
@ajay-fuji is this still a pressing issue?
@htz2507 could you please check whether this was fixed?
@celojevic did you get this to work? I seem to be following the same route: - found problem with space cleanup on forums as a 1st step - rolled back...
I got things working by adding SetDirty and RefreshParticles before the Play, also added StartEmission at the end. No idea which item helps, so any suggestions how to make it...
@jingxu10 how do I correctly choose the oneAPI version to follow [this guide ](https://www.intel.com/content/www/us/en/developer/articles/technical/stable-diffusion-with-intel-arc-gpus.html ) ? Can it be updated maybe? I know the resources are scarce, but with the...