From 348492153e7d4d5823a5155fc75ab1af7ea8bfe7 Mon Sep 17 00:00:00 2001 From: Elliot Bentine <7041164+ElliotB256@users.noreply.github.com> Date: Thu, 26 Dec 2024 00:37:41 +0000 Subject: [PATCH] Renamed some paths and changed slugs for shadergraph --- content/{using_propixelizer => usage}/_index.md | 0 .../camera_setup/index.md | 0 .../eliminate_pixel_creep/index.md | 0 content/{using_propixelizer => usage}/faq/index.md | 0 .../{using_propixelizer => usage}/faq/webgl_rpa.png | Bin .../{using_propixelizer => usage}/outlines/index.md | 0 .../quick_start => usage/overview}/index.md | 10 +++++----- .../palette_tools/dither.png | Bin .../palette_tools/index.md | 0 .../palette_tools/palette.png | Bin .../pixelization/bats.gif | Bin .../pixelization/ershin1.png | Bin .../pixelization/full_screen_w_pixel_expansion.gif | Bin .../pixelization/full_screen_wo_pixel_expansion.gif | Bin .../pixelization/index.md | 0 .../shadergraph}/chip_pattern.png | Bin .../shadergraph}/chipped.png | Bin .../shadergraph}/chipped_sg.png | Bin .../shadergraph}/dashed.gif | Bin .../shadergraph}/dashed_nocp.png | Bin .../shadergraph}/dashed_sg.png | Bin .../shadergraph}/index.md | 1 + .../shadergraph}/prismatic.png | Bin .../shadergraph}/prismatic_sg.png | Bin .../shadergraph}/subtarget.png | Bin .../shadergraph}/subtarget_props.png | Bin .../shadergraph}/uber.png | Bin .../stepped_animation/index.md | 0 .../stepped_animation/stepped.png | Bin content/{using_propixelizer => usage}/tips/index.md | 0 30 files changed, 6 insertions(+), 5 deletions(-) rename content/{using_propixelizer => usage}/_index.md (100%) rename content/{using_propixelizer => usage}/camera_setup/index.md (100%) rename content/{using_propixelizer => usage}/eliminate_pixel_creep/index.md (100%) rename content/{using_propixelizer => usage}/faq/index.md (100%) rename content/{using_propixelizer => usage}/faq/webgl_rpa.png (100%) rename content/{using_propixelizer => usage}/outlines/index.md (100%) rename content/{using_propixelizer/quick_start => usage/overview}/index.md (53%) rename content/{using_propixelizer => usage}/palette_tools/dither.png (100%) rename content/{using_propixelizer => usage}/palette_tools/index.md (100%) rename content/{using_propixelizer => usage}/palette_tools/palette.png (100%) rename content/{using_propixelizer => usage}/pixelization/bats.gif (100%) rename content/{using_propixelizer => usage}/pixelization/ershin1.png (100%) rename content/{using_propixelizer => usage}/pixelization/full_screen_w_pixel_expansion.gif (100%) rename content/{using_propixelizer => usage}/pixelization/full_screen_wo_pixel_expansion.gif (100%) rename content/{using_propixelizer => usage}/pixelization/index.md (100%) rename content/{using_propixelizer/using_shadergraph => usage/shadergraph}/chip_pattern.png (100%) rename content/{using_propixelizer/using_shadergraph => usage/shadergraph}/chipped.png (100%) rename content/{using_propixelizer/using_shadergraph => usage/shadergraph}/chipped_sg.png (100%) rename content/{using_propixelizer/using_shadergraph => usage/shadergraph}/dashed.gif (100%) rename content/{using_propixelizer/using_shadergraph => usage/shadergraph}/dashed_nocp.png (100%) rename content/{using_propixelizer/using_shadergraph => usage/shadergraph}/dashed_sg.png (100%) rename content/{using_propixelizer/using_shadergraph => usage/shadergraph}/index.md (99%) rename content/{using_propixelizer/using_shadergraph => usage/shadergraph}/prismatic.png (100%) rename content/{using_propixelizer/using_shadergraph => usage/shadergraph}/prismatic_sg.png (100%) rename content/{using_propixelizer/using_shadergraph => usage/shadergraph}/subtarget.png (100%) rename content/{using_propixelizer/using_shadergraph => usage/shadergraph}/subtarget_props.png (100%) rename content/{using_propixelizer/using_shadergraph => usage/shadergraph}/uber.png (100%) rename content/{using_propixelizer => usage}/stepped_animation/index.md (100%) rename content/{using_propixelizer => usage}/stepped_animation/stepped.png (100%) rename content/{using_propixelizer => usage}/tips/index.md (100%) diff --git a/content/using_propixelizer/_index.md b/content/usage/_index.md similarity index 100% rename from content/using_propixelizer/_index.md rename to content/usage/_index.md diff --git a/content/using_propixelizer/camera_setup/index.md b/content/usage/camera_setup/index.md similarity index 100% rename from content/using_propixelizer/camera_setup/index.md rename to content/usage/camera_setup/index.md diff --git a/content/using_propixelizer/eliminate_pixel_creep/index.md b/content/usage/eliminate_pixel_creep/index.md similarity index 100% rename from content/using_propixelizer/eliminate_pixel_creep/index.md rename to content/usage/eliminate_pixel_creep/index.md diff --git a/content/using_propixelizer/faq/index.md b/content/usage/faq/index.md similarity index 100% rename from content/using_propixelizer/faq/index.md rename to content/usage/faq/index.md diff --git a/content/using_propixelizer/faq/webgl_rpa.png b/content/usage/faq/webgl_rpa.png similarity index 100% rename from content/using_propixelizer/faq/webgl_rpa.png rename to content/usage/faq/webgl_rpa.png diff --git a/content/using_propixelizer/outlines/index.md b/content/usage/outlines/index.md similarity index 100% rename from content/using_propixelizer/outlines/index.md rename to content/usage/outlines/index.md diff --git a/content/using_propixelizer/quick_start/index.md b/content/usage/overview/index.md similarity index 53% rename from content/using_propixelizer/quick_start/index.md rename to content/usage/overview/index.md index f38850c..7b5e318 100644 --- a/content/using_propixelizer/quick_start/index.md +++ b/content/usage/overview/index.md @@ -1,15 +1,15 @@ +++ -title = "Getting Started" +title = "Overview" weight = 1 +++ The ProPixelizer package includes a number of things to achieve perfect pixelisation in your game. - A [ProPixelizerUberShader](@/technical_details/ubershader/index.md) which provides control over pixelisation, color grading, outlines, cel shading and more. -- A [ShaderGraph SubTarget](@/using_propixelizer/using_shadergraph/index.md) and examples if you want to create your own shaders. -- The [ProPixelizerCamera](@/using_propixelizer/camera_setup/index.md) MonoBehavior for controlling ProPixelizer's pixelisation. -- Easy methods to [Remove Pixel Creep](@/using_propixelizer/eliminate_pixel_creep/index.md) to create crisp looking 3D pixel art. -- Custom tools for creating your own [dither patterns and color palettes](@/using_propixelizer/palette_tools/index.md), and [stepped animations](@/using_propixelizer/stepped_animation/index.md). +- A [ShaderGraph SubTarget](@/usage/shadergraph/index.md) and examples if you want to create your own shaders. +- The [ProPixelizerCamera](@/usage/camera_setup/index.md) MonoBehavior for controlling ProPixelizer's pixelisation. +- Easy methods to [Remove Pixel Creep](@/usage/eliminate_pixel_creep/index.md) to create crisp looking 3D pixel art. +- Custom tools for creating your own [dither patterns and color palettes](@/usage/palette_tools/index.md), and [stepped animations](@/usage/stepped_animation/index.md). If you need help please do contact me for support: - via email, elliot.bentine@gmail.com diff --git a/content/using_propixelizer/palette_tools/dither.png b/content/usage/palette_tools/dither.png similarity index 100% rename from content/using_propixelizer/palette_tools/dither.png rename to content/usage/palette_tools/dither.png diff --git a/content/using_propixelizer/palette_tools/index.md b/content/usage/palette_tools/index.md similarity index 100% rename from content/using_propixelizer/palette_tools/index.md rename to content/usage/palette_tools/index.md diff --git a/content/using_propixelizer/palette_tools/palette.png b/content/usage/palette_tools/palette.png similarity index 100% rename from content/using_propixelizer/palette_tools/palette.png rename to content/usage/palette_tools/palette.png diff --git a/content/using_propixelizer/pixelization/bats.gif b/content/usage/pixelization/bats.gif similarity index 100% rename from content/using_propixelizer/pixelization/bats.gif rename to content/usage/pixelization/bats.gif diff --git a/content/using_propixelizer/pixelization/ershin1.png b/content/usage/pixelization/ershin1.png similarity index 100% rename from content/using_propixelizer/pixelization/ershin1.png rename to content/usage/pixelization/ershin1.png diff --git a/content/using_propixelizer/pixelization/full_screen_w_pixel_expansion.gif b/content/usage/pixelization/full_screen_w_pixel_expansion.gif similarity index 100% rename from content/using_propixelizer/pixelization/full_screen_w_pixel_expansion.gif rename to content/usage/pixelization/full_screen_w_pixel_expansion.gif diff --git a/content/using_propixelizer/pixelization/full_screen_wo_pixel_expansion.gif b/content/usage/pixelization/full_screen_wo_pixel_expansion.gif similarity index 100% rename from content/using_propixelizer/pixelization/full_screen_wo_pixel_expansion.gif rename to content/usage/pixelization/full_screen_wo_pixel_expansion.gif diff --git a/content/using_propixelizer/pixelization/index.md b/content/usage/pixelization/index.md similarity index 100% rename from content/using_propixelizer/pixelization/index.md rename to content/usage/pixelization/index.md diff --git a/content/using_propixelizer/using_shadergraph/chip_pattern.png b/content/usage/shadergraph/chip_pattern.png similarity index 100% rename from content/using_propixelizer/using_shadergraph/chip_pattern.png rename to content/usage/shadergraph/chip_pattern.png diff --git a/content/using_propixelizer/using_shadergraph/chipped.png b/content/usage/shadergraph/chipped.png similarity index 100% rename from content/using_propixelizer/using_shadergraph/chipped.png rename to content/usage/shadergraph/chipped.png diff --git a/content/using_propixelizer/using_shadergraph/chipped_sg.png b/content/usage/shadergraph/chipped_sg.png similarity index 100% rename from content/using_propixelizer/using_shadergraph/chipped_sg.png rename to content/usage/shadergraph/chipped_sg.png diff --git a/content/using_propixelizer/using_shadergraph/dashed.gif b/content/usage/shadergraph/dashed.gif similarity index 100% rename from content/using_propixelizer/using_shadergraph/dashed.gif rename to content/usage/shadergraph/dashed.gif diff --git a/content/using_propixelizer/using_shadergraph/dashed_nocp.png b/content/usage/shadergraph/dashed_nocp.png similarity index 100% rename from content/using_propixelizer/using_shadergraph/dashed_nocp.png rename to content/usage/shadergraph/dashed_nocp.png diff --git a/content/using_propixelizer/using_shadergraph/dashed_sg.png b/content/usage/shadergraph/dashed_sg.png similarity index 100% rename from content/using_propixelizer/using_shadergraph/dashed_sg.png rename to content/usage/shadergraph/dashed_sg.png diff --git a/content/using_propixelizer/using_shadergraph/index.md b/content/usage/shadergraph/index.md similarity index 99% rename from content/using_propixelizer/using_shadergraph/index.md rename to content/usage/shadergraph/index.md index e9f3b44..8925e37 100644 --- a/content/using_propixelizer/using_shadergraph/index.md +++ b/content/usage/shadergraph/index.md @@ -1,6 +1,7 @@ +++ title = "ShaderGraph Support" weight = 6 +slug = "shadergraph" +++ Do you want to make your own shaders using ProPixelizer? No problem! ProPixelizer v2.0 introduces the `ProPixelizer SubTarget` for ShaderGraph, which lets you author your own pixelated shaders easily within ShaderGraph. You use the SubTarget the same as a URP Lit master node; simply add your surface inputs, and ProPixelizer will handle all pixelisation, dithering, outlining, cel shading and color grading for you. diff --git a/content/using_propixelizer/using_shadergraph/prismatic.png b/content/usage/shadergraph/prismatic.png similarity index 100% rename from content/using_propixelizer/using_shadergraph/prismatic.png rename to content/usage/shadergraph/prismatic.png diff --git a/content/using_propixelizer/using_shadergraph/prismatic_sg.png b/content/usage/shadergraph/prismatic_sg.png similarity index 100% rename from content/using_propixelizer/using_shadergraph/prismatic_sg.png rename to content/usage/shadergraph/prismatic_sg.png diff --git a/content/using_propixelizer/using_shadergraph/subtarget.png b/content/usage/shadergraph/subtarget.png similarity index 100% rename from content/using_propixelizer/using_shadergraph/subtarget.png rename to content/usage/shadergraph/subtarget.png diff --git a/content/using_propixelizer/using_shadergraph/subtarget_props.png b/content/usage/shadergraph/subtarget_props.png similarity index 100% rename from content/using_propixelizer/using_shadergraph/subtarget_props.png rename to content/usage/shadergraph/subtarget_props.png diff --git a/content/using_propixelizer/using_shadergraph/uber.png b/content/usage/shadergraph/uber.png similarity index 100% rename from content/using_propixelizer/using_shadergraph/uber.png rename to content/usage/shadergraph/uber.png diff --git a/content/using_propixelizer/stepped_animation/index.md b/content/usage/stepped_animation/index.md similarity index 100% rename from content/using_propixelizer/stepped_animation/index.md rename to content/usage/stepped_animation/index.md diff --git a/content/using_propixelizer/stepped_animation/stepped.png b/content/usage/stepped_animation/stepped.png similarity index 100% rename from content/using_propixelizer/stepped_animation/stepped.png rename to content/usage/stepped_animation/stepped.png diff --git a/content/using_propixelizer/tips/index.md b/content/usage/tips/index.md similarity index 100% rename from content/using_propixelizer/tips/index.md rename to content/usage/tips/index.md