-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Broken for Godot 4.3 #3
Comments
Hello @dsol-cpu there is already a branch for Godot 4.x, https://github.com/hgouveia/godot-toon-water-shader-port/tree/godot-4 please give it a try, i didnt test it yet on 4.3, please let me know if worked for you |
Hello @dsol-cpu, I just tried it myself and opened it without any issues on Windows. However, I was able to reproduce the issue using Linux. I'm not really sure what is causing this issue; it seems to be a bug in Godot 4.3. But I've found a workaround for the meantime. If you try to import it first using Godot 4.2.2-stable, and once it finishes importing, you can then try to open it again with Godot 4.3, and it works, at least in my tests. |
Thank you for your speedy reply! I'll try your workaround and I'll update if that works for me too. |
Hi @hgouveia, I tried importing with 4.2.2 and it worked, but the shader and some textures were not applied or didn't exist. I dragged and dropped the textures that did exist, changed the DEPTH_TEXTURE variable as directed by Godot 4.2.2 to:
and got this result. |
Yeap probably you just need to apply the Shader Material and fill the values and texture, this shader use NoiseTexture to generate most of the effect, but i actually think i've found the issue, it seems the issue is due the newer FBX import, if you use the old way , by using FBX2gltf, it should work directly with Godot 4.3 so first, open your Godot 4.3, setup the FBX importer, it will show you a window and a link to download the importer, after it setup, download again the sample code form my repo in the same godot-4 branch since i removed some unnecessary folder that might be causing the issue as well, and import it |
Everything seems ok, my only guess is that probably your GPU do no support that shader version of Vulkan, do you tried another shaders before and worked? what if you try to convert the project to Compatibility Mode or Mobile? could you also try the Godot 3 version with GLS3 ? |
yeap maybe, but is hard to debug, on my test using a Virtual Machine of Ubuntu, worked fine with Forward+, maybe can be a the driver you are using in linux, did you have a chance to test it over on Windows? |
I tried importing this project and converting it to 4.3, but it seems to be broken. Would like to see an update to this project
The text was updated successfully, but these errors were encountered: