If you look in \Flexproject\Documentation there is a tutorial on authoring flex assets in UE4.
If you create something cool, please make a video tutorial.
Cheers
If you look in \Flexproject\Documentation there is a tutorial on authoring flex assets in UE4.
If you create something cool, please make a video tutorial.
Cheers
Thanks for the tipā¦kind of missed it
Is anyone else getting a 404 in the Github link?
Is you GitHub account linked and logged in?
Yeah Iām logged inā¦ it even says NvPhysX has no activity, repositories, anything. Weird.
Odd. /NvPhysX/UnrealEngine works fine for me.
Works fine for me as well.
Go to www.unrealengine and sign in, then click on the āProfileā tab. Make sure your GitHub user name is typed into the āGitHub Account Nameā box, and it is case sensitive so make sure it is exactly the same, and then hit save.
After that you should be able to access the repo, entering your account into that field enters you into the āEpic Gamesā organization on GitHub. Hope that helps!
Ahh, yes, thatās what was missing. Thanks for the help!
Itās broken for me too. I filed a support request with Github.
Github Issues are fixed now! Many thanks to the prompt support at Github! Please feel free to file new issues, and weāll try to get to them ASAP.
Help! I builded the VXGI branch in Visual Studio with no problems, but when I try to run it, it says that āUE4Editor.exe has triggered a breakpointā and it will either exit if I try to continue or hold the executionā¦ Any clues on what to do?
Edit: Apparently it says āRan out of memory allocating 58731628704 bytes with alignment 0ā. Is 8GB of RAM not enough to run build?
Look for āShaderCompilerWorkerā in the Visual Studio solution explorer and build it.
Yup, nailed it. Thanks!
So no matter what I do, I cannot build the VXGI branch at allā¦ am I missing something obvious?
://i.imgur/NGLQuBu.jpg
I think some files were overwritten by the Setup utility. Did you switch to the VXGI branch before or after running Setup.bat? The way I do is
(1) git clone the default release branch
(2) run setup.bat;
(3) git branch VXGI origin/VXGI
(4) git checkout VXGI
(5) generate project files
(6) build
ā
Ah great, Iāll give that a go. Thanks .
Nice video, thanks for sharing. Could you please be more specific about āā¦some minor issues with the VXGI specularity.ā?
Thanks,
quick question ā¦
can flex handle water drops simulation. like water droplets on windshield. kinda like how driveclub does it?
We havenāt provided the fluid surface rendering solution yet, but once we do, yes, that should work I think. You can adjust viscosity and adhesion, etc.