CapersProject/Assets/Toon Water URP
2025-02-24 15:37:43 +09:00
..
DemoScene 최신화 2024-09-02 14:06:21 +09:00
Editor 최신화 2024-09-02 14:06:21 +09:00
Functions 최신화 2024-09-02 14:06:21 +09:00
Mobile version 최신화 2024-09-02 14:06:21 +09:00
Scripts 타이쿤 기능 붙이는 중 2024-09-23 11:00:21 +09:00
Underwater Post-Processing 최신화 2024-09-02 14:06:21 +09:00
Curved Toon Water Material 1.mat 항해씬 중간제작 2025-02-24 15:37:43 +09:00
Curved Toon Water Material 1.mat.meta 최신화 2024-09-02 14:06:21 +09:00
Curved Toon Water Shader.shadergraph 항해씬 임시 동결 2024-09-05 18:33:06 +09:00
Curved Toon Water Shader.shadergraph.meta 최신화 2024-09-02 14:06:21 +09:00
DemoScene.meta 최신화 2024-09-02 14:06:21 +09:00
Editor.meta 최신화 2024-09-02 14:06:21 +09:00
Functions.meta 최신화 2024-09-02 14:06:21 +09:00
Mobile version.meta 최신화 2024-09-02 14:06:21 +09:00
README.txt 최신화 2024-09-02 14:06:21 +09:00
README.txt.meta 최신화 2024-09-02 14:06:21 +09:00
Scripts.meta 최신화 2024-09-02 14:06:21 +09:00
Toon Water Material 1.mat 임시 2025-02-12 16:33:04 +09:00
Toon Water Material 1.mat.meta 최신화 2024-09-02 14:06:21 +09:00
Toon Water Material 2.mat 최신화 2024-09-02 14:06:21 +09:00
Toon Water Material 2.mat.meta 최신화 2024-09-02 14:06:21 +09:00
Toon Water Material 3.mat 최신화 2024-09-02 14:06:21 +09:00
Toon Water Material 3.mat.meta 최신화 2024-09-02 14:06:21 +09:00
Toon Water Shader.shadergraph 최신화 2024-09-02 14:06:21 +09:00
Toon Water Shader.shadergraph.meta 최신화 2024-09-02 14:06:21 +09:00
Underwater Post-Processing.meta 최신화 2024-09-02 14:06:21 +09:00

Hello, thank you for purchasing my asset!
If you have questions or problems please let me know at piotrtplaystore@gmail.com

If you like my asset don't forget to write a review it helps me and my future customers a lot :)!

Setup for mobile & normal version of the shader:
I) Make sure you have URP version at least 7.2.1 (it will work on older version but shadow problem can occur when using cascades) to do so:
    1. Go to Package Manager
    2. Search for Universal RP on the list
    3. If your version if under 7.2.1:
        - Click on Universal RP
        - Click the arrow on the left side to show more options
        - Click on the newer version number that just showed 
        - Click 'Update to <version_you_selected>' on the right side under description of package

II) Now we have to make sure that depth texture and opaque texture option (only if you use refraction) is enabled:
    1. Go to your URP settings files (usually they should be in the folder called Settings folder in the Project inspector)
    2. In every settings file (UniversalRP-HighQuality, UniversalRP-LowQuality, UniversalRP-MediumQuality) 
    make sure the option called Depth Texture and option called Opaque Texture is checked (you can leave the second setting disabled if don't want refractions)
    3. When you enabled the Opaque Texture option you can see you can choose Opaque Downsampling option 4x Bilinear is the fastest but will result in pixelated refractions, 
    None is the slowest but will make refractions look the best. Setting this option is up to you and your performance preferences.

IIIA) If you want to use Planar Reflections:
	1. Select your scene camera
	2. Add script called "Planar Reflections Renderer" to the camera
	3. Remember this effect is resources intense (this option renders again everything above water surface) play around with settings in Planar Reflections Renderer to get better performance
	4. To make the reflection of the water visible Fresnel Power parameter must be above 0! 

IIIB) If you don't want to use Planar Reflections:
	1. MAKE SURE THE PARAMETER Reflection Visibility IN WATER MATERIAL YOU'RE USING IS SET TO 0 TO AVOID ARTIFACTS!

IV) Create material or apply premade by me Toon Water Material to surface that should be water in your scene! 

V) Done I hope you will like my asset. Remember to write me an email if you have any problems. 

When using ORTHOGRAPHIC CAMERA and mobile version of the shader be sure to check the option called Using Orthographic Camera in your material!!!!


When using the mobile version:
The Mobile version of the shader is designed to give you the ability to control what features of the shader are enabled/disabled here are available options:
-Stylized Specular Enabled - decide if you want to use stylized specular or unity build in, leaving this option disabled will give you a performance boost
-Refraction Enabled - performance heavy option if enabled, if this option is enabled you have to have opaque texture option enabled!!
-Using Orthographic Camera - to squeeze out every performance bit I could you have to switch from perspective to orthographic mode manually
-Use Normal Texture - performance heavy option if enabled, should surface of water be flat or have waves?

What mobile version lacks compared to normal:
-Support for stylized specular for point lights 
-Procedurally generated foam & normals, mobile version uses textures
-Automatic switch from orthographic to perspective, in the mobile version you have to click the checkbox manually in material inspector
-Fresnel effect
-Planar reflections

Useful pieces of information:
- When Fresnel Power is set to 0 it means Fresnel effect and Planar Reflections are disabled 
- To control the transparency of the water use alpha values of Shallow and Deep watercolor
- Specular Edges Smoothness Factor - is used to smooth out the edges of toon specular highlight however setting this value too big will make your highlight look not sharp
- Use Refraction In Depth Based Water Color - decide whether depth gradient should also wave or be static

How to setup postprocessing volume for simple underwater effects:

If you don't want to set up the volume from scratch please look up how it's done in the demo scene (you can find it here Pool 1 or Pool 2 -> Underwater Effect Post-process Volume), you can copy it and paste it into your scene and only adjust box volume dimensions and position.

I) Right mouse click on objects tree Volume -> Box Volume
II) Click on the newly created object and adjust its settings:
	-Mode - Local
	-Blend Distance - I would suggest 0.1 but you can try other values
	-Weight - 1
	-Priority - 2 or higher
	-Profile - create your own profile or made premade one called "Underwater Effect Post-process Profile
III) Adjust position and size using scale tool of your Box volume created in point I) to be just under your water plane.
IV) Experiment with post-processing Profile effects to get the effect you're looking for.