Deform: A fully-featured deformer system for Unity.
Deform is multi-threaded with the Job System, compiled with Burst and calculations are done using the Mathematics library.
https://github.com/keenanwoodall/Deform
#deformation #jobs #burst
Deform is multi-threaded with the Job System, compiled with Burst and calculations are done using the Mathematics library.
https://github.com/keenanwoodall/Deform
#deformation #jobs #burst
GitHub
GitHub - keenanwoodall/Deform: A fully-featured deformer system for Unity that lets you stack effects to animate models in real…
A fully-featured deformer system for Unity that lets you stack effects to animate models in real-time - keenanwoodall/Deform
👍9
Optimizing Unity Projects by Removing Additional Cameras
The issue here is not the time it takes to render the actual geometry, but rather the overhead incurred when switching between multiple cameras. Luckily, most cameras can be removed by replacing them with custom render passes.
https://agentlien.github.io/cameras/
#camera #optimization #renderpass
The issue here is not the time it takes to render the actual geometry, but rather the overhead incurred when switching between multiple cameras. Luckily, most cameras can be removed by replacing them with custom render passes.
https://agentlien.github.io/cameras/
#camera #optimization #renderpass
agentlien.github.io
Avoiding CPU Overhead in Unity by Replacing Cameras with Renderer Features
Replacing additional Unity cameras with custom render passes in Wavetale.
👍4
This media is not supported in your browser
VIEW IN TELEGRAM
medium-addressables-chunk-system: How to make a chunk system in Unity using addressables
https://github.com/Anthelmed/medium-addressables-chunk-system
#worldstreaming #addressables
https://github.com/Anthelmed/medium-addressables-chunk-system
#worldstreaming #addressables
👍8
Anaglyph 3D (red/cyan) render feature for Unity's URP
Another sample on how to use a custom render feature in URP
https://github.com/ryanslikesocool/Anaglyph3D
#renderfeature #urp
Another sample on how to use a custom render feature in URP
https://github.com/ryanslikesocool/Anaglyph3D
#renderfeature #urp
GitHub
GitHub - ryanslikesocool/Anaglyph3D: Anaglyph 3D (red/cyan) render feature for Unity's URP
Anaglyph 3D (red/cyan) render feature for Unity's URP - ryanslikesocool/Anaglyph3D
👍4
This media is not supported in your browser
VIEW IN TELEGRAM
PrimoToon
Shader for Unity (Built-in Rendering Pipeline) attempting to replicate the shading of Genshin Impact developed by miHoYo. This is for datamined assets, not custom-made ones nor the MMD variants.
https://github.com/festivize/PrimoToon
#urp #shader #toon #shading #builtin
Shader for Unity (Built-in Rendering Pipeline) attempting to replicate the shading of Genshin Impact developed by miHoYo. This is for datamined assets, not custom-made ones nor the MMD variants.
https://github.com/festivize/PrimoToon
#urp #shader #toon #shading #builtin
👍4👎1
This media is not supported in your browser
VIEW IN TELEGRAM
OToon - URP Toon Shading | VFX Shaders
https://assetstore.unity.com/packages/vfx/shaders/otoon-urp-toon-shading-216102
#toon #shader #vfx #urp
https://assetstore.unity.com/packages/vfx/shaders/otoon-urp-toon-shading-216102
#toon #shader #vfx #urp
👍5
Unity pixelated rendering in URP using custom renderer features
https://youtu.be/-8xlPP4qgVo
Repo: https://github.com/whateep/unity-simple-URP-pixelation
#renderfeature #urp #pixelated
https://youtu.be/-8xlPP4qgVo
Repo: https://github.com/whateep/unity-simple-URP-pixelation
#renderfeature #urp #pixelated
YouTube
Unity PIXELATED RENDERING in URP Using Custom Renderer Features (Code Walkthrough)
Today I'm walking you through my new pixelated rendering code. I opted for this new approach to solve a couple issues I had with the old one.
This is NOT a tutorial: I've got plenty to learn about this subject and I don't feel qualified to talk about it…
This is NOT a tutorial: I've got plenty to learn about this subject and I don't feel qualified to talk about it…
👍5
This media is not supported in your browser
VIEW IN TELEGRAM
PipeMeshBuilder: Package for Unity which allows to contruct meshes in an adjustable shape of pipe and generate LOD
https://github.com/paSushkov/PipeMeshBuilder
#pcg #generation #pipe
https://github.com/paSushkov/PipeMeshBuilder
#pcg #generation #pipe
👍4
Portal Rendering with Offscreen Render Targets
https://pr0g.github.io/mathematics/portal/rendering/2019/04/21/portal-rendering-offscreen-render-targets.html
Repo: https://github.com/pr0g/unity-portal-rendering
#portal
https://pr0g.github.io/mathematics/portal/rendering/2019/04/21/portal-rendering-offscreen-render-targets.html
Repo: https://github.com/pr0g/unity-portal-rendering
#portal
👍4
Unity Main Thread Dispatcher
Provides a simple, thread safe, non monobehaviour service for managing the queue of work items on unity main thread using PlayerLoopSystem. Can be also used as an example of PlayerLoopSystem usage which is around for quite a while already.
https://github.com/gustavopsantos/UnityMainThreadDispatcher
#mainthread #dispatcher #playerloopsystem
Provides a simple, thread safe, non monobehaviour service for managing the queue of work items on unity main thread using PlayerLoopSystem. Can be also used as an example of PlayerLoopSystem usage which is around for quite a while already.
https://github.com/gustavopsantos/UnityMainThreadDispatcher
#mainthread #dispatcher #playerloopsystem
GitHub
GitHub - gustavopsantos/UnityMainThreadDispatcher: Provides a simple, thread safe, non monobehaviour service for managing the queue…
Provides a simple, thread safe, non monobehaviour service for managing the queue of work items on unity main thread - gustavopsantos/UnityMainThreadDispatcher
👍4
RealTimeAtmosphere: real-time atmosphere rendering in Unity URP
https://github.com/AKGWSB/RealTimeAtmosphere
#weather #atmosphere #urp
https://github.com/AKGWSB/RealTimeAtmosphere
#weather #atmosphere #urp
👍3
This media is not supported in your browser
VIEW IN TELEGRAM
Hey-Area-Object-Spawner: Procedural Area Spawner Tool
A level design tool that allows you to create random objects inside a complex area on the terrain. In addition, spawning allows you to create complex area (Polygon from points) spawning systems, saving your time designing levels
https://github.com/JahnStar/Hey-Area-Object-Spawner
#spawner #leveldesign
A level design tool that allows you to create random objects inside a complex area on the terrain. In addition, spawning allows you to create complex area (Polygon from points) spawning systems, saving your time designing levels
https://github.com/JahnStar/Hey-Area-Object-Spawner
#spawner #leveldesign
👍6
Using Command Buffers in Unity: Selective Bloom
https://lindenreidblog.com/2018/09/13/using-command-buffers-in-unity-selective-bloom/
Repo: https://github.com/lindenreid/pipelinestuff
#bloom #commandbuffer #postprocess
https://lindenreidblog.com/2018/09/13/using-command-buffers-in-unity-selective-bloom/
Repo: https://github.com/lindenreid/pipelinestuff
#bloom #commandbuffer #postprocess
Linden Reid
Using Command Buffers in Unity: Selective Bloom
How to add steps to Unity’s graphics pipeline using a selective bloom effect as an example.
👍2
This media is not supported in your browser
VIEW IN TELEGRAM
GrassBending: A replacement for Unity's terrain grass shader with alpha blended rendering and touch bending effect
https://github.com/Elringus/GrassBending
#terrain #grass #shader
https://github.com/Elringus/GrassBending
#terrain #grass #shader
👍3
Are Vampire Survivor-Likes Dead? – How To Market A Game
It's surprising how games that have a tiny fraction of action roguelike market share become very successful financially.
https://howtomarketagame.com/2023/01/09/are-vampire-survivor-likes-dead/
#marketing #roguelike #gamedesign
It's surprising how games that have a tiny fraction of action roguelike market share become very successful financially.
https://howtomarketagame.com/2023/01/09/are-vampire-survivor-likes-dead/
#marketing #roguelike #gamedesign
👍3
This media is not supported in your browser
VIEW IN TELEGRAM
Unity-UI-Rounded-Corners: This component and shader allows you to add rounded corners to UI elements
https://github.com/kirevdokimov/Unity-UI-Rounded-Corners
#ui #roundedcorners #roundedrect
https://github.com/kirevdokimov/Unity-UI-Rounded-Corners
#ui #roundedcorners #roundedrect
👍5
This media is not supported in your browser
VIEW IN TELEGRAM
Unity-Procedural-IK-Wall-Walking-Spider: A Unity Engine Project in which a controllable wall-walking spider uses inverse kinematics (IK) to position its legs to its surroundings, such that it moves realistically.
https://github.com/PhilS94/Unity-Procedural-IK-Wall-Walking-Spider
#ik #procedural #spider
https://github.com/PhilS94/Unity-Procedural-IK-Wall-Walking-Spider
#ik #procedural #spider
👍5
UnityILWeaver: A sample on how to do il weaving inside unity
https://github.com/gustavopsantos/UnityILWeaver
#ilweaving
https://github.com/gustavopsantos/UnityILWeaver
#ilweaving
GitHub
GitHub - gustavopsantos/Cadabra: Unity il/assembly weaving poc
Unity il/assembly weaving poc. Contribute to gustavopsantos/Cadabra development by creating an account on GitHub.
👍3
This media is not supported in your browser
VIEW IN TELEGRAM
object-pooling-in-unity-demo: This demo project shows custom implementation of Object Pooling used in our upcoming game: Pelagos: Rise of Greece
A great example of object pooling. And since Unity 2021.x we got the built-in object pool functionality.
https://github.com/keypax/object-pooling-in-unity-demo
#objectpool #optimization
A great example of object pooling. And since Unity 2021.x we got the built-in object pool functionality.
https://github.com/keypax/object-pooling-in-unity-demo
#objectpool #optimization
👍9