kreso22
kreso22
@accidentalrebel I can't seem to find how to remove "useLegacyAOT=true" from "index.js". Could you tell me where I can find the file index.js? Thanks!! Kreso
Thank you for the answer Bruno. I know flambe is a passion project, but I am just curious if you have any guestimate for this feature? Thanks again, Kreso
> Only workaround I'm aware of is revert the extension to a version prior to the issue. I tried reverting up to 10.2., no success. I reverted VS Code to...
Hi, no idea why, sorry. I would need to look into it. However, I am using Console Pro from asset store now since it is much more improved version of...
> ```js > Assets.addBundle('fonts', { > Roboto: { > src: 'https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxK.woff2', > data: { family: 'Roboto Regular' }, > }, > }); > ``` Couldn't get Text to work, spent...
What is your target platform? You may need to change Unity -> Window -> Decals -> Settings -> Shader Method. If your target platform is Mobile or WebGL you need...
> But delays is one of the reasons Sequences exist :B I chose to leave a Tweener's delay as a one-off because that's the most frequent use-case, and imo it...
Ah! Thanks for the prompt response. I built this level editor with a system. Using dotween I can do anything (I'm in awe of the power and extensibility). But using...