All Projects → DanMillerDev → Arfoundation_vfx

DanMillerDev / Arfoundation_vfx

Licence: mit
AR Foundation setup for URP and VFX graph

Labels

Projects that are alternatives of or similar to Arfoundation vfx

Uguieffect
Stars: ✭ 22 (-46.34%)
Mutual labels:  shaderlab
Shaderlibs
topameng's shader libs
Stars: ✭ 27 (-34.15%)
Mutual labels:  shaderlab
Unity Cubeprojector
Stars: ✭ 38 (-7.32%)
Mutual labels:  shaderlab
Stylisedwater surfaceshader
Simple water shader in the style of Zelda: Wind Waker
Stars: ✭ 26 (-36.59%)
Mutual labels:  shaderlab
Geotoybox
Stars: ✭ 13 (-68.29%)
Mutual labels:  shaderlab
Npr
NPREffect
Stars: ✭ 32 (-21.95%)
Mutual labels:  shaderlab
Unity Mesh Outline
Unity Package for rendering outlines around meshes/objects
Stars: ✭ 19 (-53.66%)
Mutual labels:  shaderlab
Unity Grabsquares Effect
Unity GrabSquares Effect
Stars: ✭ 39 (-4.88%)
Mutual labels:  shaderlab
2d Shaders Book Foundations Exercises
Exercises for the first book of the 2D Shader Development series.
Stars: ✭ 15 (-63.41%)
Mutual labels:  shaderlab
Uiblur
UI Blur Shader
Stars: ✭ 35 (-14.63%)
Mutual labels:  shaderlab
Shaderlabvs
ShaderlabVS is a Visual Studio plugin for Unity Shaderlab programming
Stars: ✭ 841 (+1951.22%)
Mutual labels:  shaderlab
Testbedhdrp
Testbed project for Unity HDRP (High Definition Render Pipeline)
Stars: ✭ 859 (+1995.12%)
Mutual labels:  shaderlab
Stanford Bunny Fur With Unity
Using the Geometry Shader to generate fur on GPU.
Stars: ✭ 33 (-19.51%)
Mutual labels:  shaderlab
Npr Cartoon Shader Library
NPR-Cartoon-Shader-Library for Unity3D
Stars: ✭ 25 (-39.02%)
Mutual labels:  shaderlab
Sprites Outline
Outline effect for Unity SpriteRenderer
Stars: ✭ 39 (-4.88%)
Mutual labels:  shaderlab
Voxel Raymarching
Volemetric data raymarching renderer
Stars: ✭ 22 (-46.34%)
Mutual labels:  shaderlab
Shader101
B站视频的Code
Stars: ✭ 29 (-29.27%)
Mutual labels:  shaderlab
Mateimageeffects
Post screen effects for Unity
Stars: ✭ 39 (-4.88%)
Mutual labels:  shaderlab
Packedrgbmshader
32-bit packed color format with RGBM encoding for shader use
Stars: ✭ 39 (-4.88%)
Mutual labels:  shaderlab
Cubism Shader
A shader that creates a cubism effect based on voronoi segmentation in Unity 3d
Stars: ✭ 34 (-17.07%)
Mutual labels:  shaderlab

ARFoundation_VFX

AR Foundation setup for URP and VFX graph

gif

Current Unity version: 2019.4.15

The main scene is ARVFX Scene

This project is currently ONLY supported on ARKit because the VFX graph currently only works with Metal and Vulkan rendering. ARCore does not currently support Vulkan. Because of this I have added a small script VFXCompatibilityCheck.cs which checks the current SystemInfo.graphicsDeviceType and enables a small UI when not supported on a device or platform.

Built using preview packages for ARFoundation and ARKit package versions: 4.1.0 -preview.5

Universal Render Pipeline package version 7.3.1
Visual Effect Graph package version 7.3.1


This project shows how Universal render pipeline can be configured with AR Foundation. In order to add URP or LWRP to your AR Foundation follow the steps from the documentation here

The sample VFX graph included in the project is from Unity's VFX Samples called Unity Logo, I have modified it slightly to have less particles.


The core of this project is built from AR Foundation demos https://github.com/Unity-Technologies/arfoundation-demos which is copyright © 2019 Unity Technologies ApS

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].