All Projects → zephyo → 2d Unity Experiments

zephyo / 2d Unity Experiments

Licence: other
A collection of visual Unity experiments with latest packages (URP, Shader Graph, Cinemachine, etc).

Projects that are alternatives of or similar to 2d Unity Experiments

Hologramshader
✏️ Test of an hologram material made in Unity.
Stars: ✭ 684 (+539.25%)
Mutual labels:  unity, graphics, shader, material
Spheredissolve
Customizable procedural spherical dissolve shader for Unity3D, for all your customizable procedural spherical dissolve needs!
Stars: ✭ 311 (+190.65%)
Mutual labels:  unity, graphics, shader, material
Radialprogressbar
Customizable radial progress bar shader for Unity3D. Allows you to set arc range, minimum and maximum colors, textures, radius, and a few more things. Create HP Bars, Speedometers, rank progress, etc!
Stars: ✭ 714 (+567.29%)
Mutual labels:  unity, graphics, shader, material
Holoshield
Highly customizable sci-fi shield / force field shader for Unity3D. Allows you to set edge power & color, inner texture scrolling, waviness, scale pulsation and procedural intensity noise. Implements tessellation for low-poly base meshes.
Stars: ✭ 401 (+274.77%)
Mutual labels:  unity, graphics, vfx, material
Rimlight
Customizable rimlight shader for Unity that includes pulsation and noise scrolling. Give your scenes that extra oomph!
Stars: ✭ 170 (+58.88%)
Mutual labels:  unity, graphics, shader, material
Texturepanner
This repository hosts a shader for Unity3D whose main goal is to facilitate the creation of neon-like signs, conveyor belts and basically whatever based on scrolling textures
Stars: ✭ 528 (+393.46%)
Mutual labels:  unity, graphics, shader, material
Kinobloom
Bloom effect for Unity
Stars: ✭ 704 (+557.94%)
Mutual labels:  unity, graphics, shader
Pcx
Point cloud importer & renderer for Unity
Stars: ✭ 806 (+653.27%)
Mutual labels:  unity, graphics, shader
Shadergraphexamples
Simple examples of Unity shader graphs.
Stars: ✭ 869 (+712.15%)
Mutual labels:  unity, graphics, shader
Temporalreprojectionexample
Temporal reprojection example for Unity
Stars: ✭ 82 (-23.36%)
Mutual labels:  unity, graphics, shader
Swarm
An example of use of compute shaders and procedural instancing.
Stars: ✭ 547 (+411.21%)
Mutual labels:  unity, graphics, shader
Packedrgbmshader
32-bit packed color format with RGBM encoding for shader use
Stars: ✭ 39 (-63.55%)
Mutual labels:  unity, graphics, shader
Spriteglow
A sprite glow effect for Unity game engine
Stars: ✭ 1,287 (+1102.8%)
Mutual labels:  unity, shader, vfx
Testbedhdrp
Testbed project for Unity HDRP (High Definition Render Pipeline)
Stars: ✭ 859 (+702.8%)
Mutual labels:  unity, graphics, shader
Noiseshader
Noise shader library for Unity
Stars: ✭ 616 (+475.7%)
Mutual labels:  unity, graphics, shader
Unity Grabsquares Effect
Unity GrabSquares Effect
Stars: ✭ 39 (-63.55%)
Mutual labels:  unity, shader, vfx
Gpu Planetary Rendering
GPU atmosphertic scattering and planet generation in Unity 3D
Stars: ✭ 92 (-14.02%)
Mutual labels:  unity, graphics, shader
Kino
A collection of custom post processing effects for Unity
Stars: ✭ 1,054 (+885.05%)
Mutual labels:  unity, graphics, effects
Godot Hair Shader
My attempt at a hair shader in Godot
Stars: ✭ 91 (-14.95%)
Mutual labels:  graphics, shader, material
Drawmeshwithmotionvectors
An example showing how to generate per-object motion vectors when using DrawMesh.
Stars: ✭ 65 (-39.25%)
Mutual labels:  unity, graphics, shader

2D Unity 2020 Graphic Experiments

Includes 7 different experiments involving Unity's latest packages.

Description

Below I'll describe what each scene does uniquely.

Most scenes have a "camera follows mouse position" feature.

Dynamically Flowing Hair & Petals

  • Hair and petals flow naturally, as if in wind
  • Uses 2D animation bones / particle system, and Effector2Ds and WindZone

Light Beams

  • Light beams from eyes follow mouse
  • Light beams simulated with cylinder with a removed face and a special material

Rain Shader

Galaxy Anime

  • Reproduced shaky "eye shine" effect in anime.
  • Reflected background galaxy in eyes and hair with RenderTexture & ShaderGraph

Bloody Rain Particles

  • Blood flows from nose; red rain particles

Wiggly Text with Blend Mode

  • Text wiggles and has additive blend mode using custom TMP shader; other sprites have blend modes
  • Utilizes the Blend command

Blurry, Shaky Typewriting

  • Camera shakes and blurs sporadically; text tweens scale, opacity, and typewrites
  • Shake and blur done via Cinemachine's Noise property and dynamically setting Depth-Of-Field

Requirements

Requires the following packages -

Unity Packages:

  • 2D Animation
  • Cinemachine
  • Input System
  • Lightweight RP
  • Post Processing
  • Shader Graph
  • TextMeshPro
  • Unity UI
  • Universal RP

Asset Store:

  • DOTween

Already has the following packages included -

Licensing

Code

All scripts, shaders, and scene files are distributed under the MIT license.

Assets

All art assets are under exclusive copyright; they'll be used for future games. If they're used/sold, I will find you 👀

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].