Closed brnkhy closed 3 years ago
I think this is happening because of encoding (Turkish local by the way)
as soon as I open a vfx file on editor, bunch of changes like below happens and of course breaks the vfx;
capital i and I are different chars in Turkish so I suspect that's the problem.
Little strange though
PARTICLEID
becomes PART\u0130CLEID
so first I
changes to \u0130
but not the second one.
Edit; PARTICLEID
was just one example, there's a bunch of those like POSITION
in there.
Yes indeed, actually more a general unity3d / vfx graph issue that should be reported using the bug reporter (Menu Help/Report a bug).
This is an issue we already addressed and as you said, due to some locale encoding (turkish among others). It should be fixed in the future.
I will keep this issue open and once we have a fix push an update of this project so you can confirm it fixed.
thanks a lot for the response @peeweek! I'm really looking forward to play with new samples.
Hello, I just downloaded Samples 4.9 Preview rev1 and having a little problems. Samples run fine initially but as soon as I open VFX files in the vfx editor, they are permanently broken. I guess editor overrides some parameters or something on window initialization or something?
In example, voxel terrain demo looks like this after loading graph;
Genie
Radar;
I'm using 2018.3.3f1 Visual Effect Graph 4.9.0