Real time procedural mesh destruction for Unity3D
https://github.com/danbystrom/ScamScatter
https://youtu.be/Ek71arIPKZ4
#procedural #mesh #destruction
https://github.com/danbystrom/ScamScatter
https://youtu.be/Ek71arIPKZ4
#procedural #mesh #destruction
GitHub
GitHub - danbystrom/ScamScatter: Open Source Real time procedural mesh destruction for Unity3D. Created out of necessity for h…
Open Source Real time procedural mesh destruction for Unity3D. Created out of necessity for http://www.instagram.com/ungoltales - danbystrom/ScamScatter
Useful noscripts, snippets and shaders here it is gathered for free
https://github.com/UnityCommunity/UnityLibrary
#library #collection
https://github.com/UnityCommunity/UnityLibrary
#library #collection
GitHub
GitHub - UnityCommunity/UnityLibrary: :books: Library of all kind of noscripts, snippets & shaders for Unity
:books: Library of all kind of noscripts, snippets & shaders for Unity - UnityCommunity/UnityLibrary
Removing async void
When using async await we inevitably have to mark methods as async void. This leads to a lot of issues for programmers
Example how async event handlers can be made safer
https://johnthiriet.com/removing-async-void/
#async #await #void #fire #forget #safe
When using async await we inevitably have to mark methods as async void. This leads to a lot of issues for programmers
Example how async event handlers can be made safer
https://johnthiriet.com/removing-async-void/
#async #await #void #fire #forget #safe
John Thiriet
Removing async void
When using async await we inevitably have to mark methods as async void. This leads to a lot of issues for programmers…
Complex Gravity
How to implement gravity not only forcing object down the Y axis.
https://catlikecoding.com/unity/tutorials/movement/complex-gravity/
#gravity
How to implement gravity not only forcing object down the Y axis.
https://catlikecoding.com/unity/tutorials/movement/complex-gravity/
#gravity
Catlikecoding
Complex Gravity
A Unity Movement tutorial about supporting gravity planes, spheres, and boxes.
Fabulous Adventures In Coding
Eric Lippert's Erstwhile Blog
https://docs.microsoft.com/en-us/archive/blogs/ericlippert/
#lippert #blog
Eric Lippert's Erstwhile Blog
https://docs.microsoft.com/en-us/archive/blogs/ericlippert/
#lippert #blog
Docs
Fabulous Adventures In Coding
Cinemachine 2.6 brings you precision, improved workflow, and little bits of magic
https://blogs.unity3d.com/2020/05/22/cinemachine-2-6-brings-you-precision-improved-workflow-and-little-bits-of-magic/
#cinemachine #camera #works
https://blogs.unity3d.com/2020/05/22/cinemachine-2-6-brings-you-precision-improved-workflow-and-little-bits-of-magic/
#cinemachine #camera #works
Unity Technologies Blog
Cinemachine 2.6 brings you precision, improved workflow, and little bits of magic시네머신 2.6: 향상된 워크플로와 정밀도Cinemachine 2.6 のもたらす精…
Everything in your Unity project passes through the lens of a camera, so you need to squeeze everything you can out of that camera. While much of this magic is expressed through render pipelines – light, shadow, focus, color – other dimensions are critical:…
A Multithreaded Sorting Attempt
Multithreaded hybrid of merge and quick sorts using jobs and burst. Running in 0.8ms for 20k elements.
https://coffeebraingames.wordpress.com/2020/06/07/a-multithreaded-sorting-attempt/
#burst #jobs #parallel #multithreaded #sort
Multithreaded hybrid of merge and quick sorts using jobs and burst. Running in 0.8ms for 20k elements.
https://coffeebraingames.wordpress.com/2020/06/07/a-multithreaded-sorting-attempt/
#burst #jobs #parallel #multithreaded #sort
COFFEE BRAIN GAMES
A Multithreaded Sorting Attempt
In my previous post, NativeArray.SortJob() ended up running slow because it’s not being Burst compiled in the PC build. I’ve discovered that this is a known limitation. Generic…
Practical Use of Render Textures - Water Trails, Refraction
https://blog.theknightsofunity.com/practical-use-of-render-textures/
#render #texture #refraction #water #trails
https://blog.theknightsofunity.com/practical-use-of-render-textures/
#render #texture #refraction #water #trails
The Knights of U
Practical Use of Render Textures - The Knights of U
Intro Unity Engine introduces an awesome tools to empower your game development process. And even before an era of SRPs (Scriptable Render Pipelines), there was a good amount of solid features like today’s topic: Render textures.In this post I’m going to…
Shader Basics
This is where to start learning.
https://www.ronja-tutorials.com/basics.html
#shader #basic #theory
This is where to start learning.
https://www.ronja-tutorials.com/basics.html
#shader #basic #theory
Ronja's Shader Tutorials
Shader Basics
I'm making shader tutorials for Unity aimed at beginners.
Writing Shader Code for the Universal RP
Shaderlab
HLSL
Structs
Vertex Shader
Fragment Shader
Keywords & Shader Variants
Lighting Introduction
PBR Lighting
ShadowCaster & Depth Only Passes
Summary of Built-in vs URP differences
https://cyangamedev.wordpress.com/2020/06/05/urp-shader-code/
#shader #urp
Shaderlab
HLSL
Structs
Vertex Shader
Fragment Shader
Keywords & Shader Variants
Lighting Introduction
PBR Lighting
ShadowCaster & Depth Only Passes
Summary of Built-in vs URP differences
https://cyangamedev.wordpress.com/2020/06/05/urp-shader-code/
#shader #urp
Cyan
Writing Shader Code for the Universal RP
An updated version of this article can be found here : Intro A lot of shader code tutorials you’ll see online are written for Unity’s built-in pipeline and won’t really work in the Universal …
Determine Unity’s Rendering Pipeline at Compile Time
https://programinprogress.com/?p=81
https://gist.github.com/cjaube/944b0d5221808c2a761d616f29deaf49
#render #pipeline #detect
https://programinprogress.com/?p=81
https://gist.github.com/cjaube/944b0d5221808c2a761d616f29deaf49
#render #pipeline #detect
Gist
Generate Unity #define directives for selected rendering pipelines.
Generate Unity #define directives for selected rendering pipelines. - RenderingPipelineDefines.cs
How can I achieve simulated fluid surface deformation in a bottle? Like in the Half-Life: Alyx
https://gamedev.stackexchange.com/questions/182989/how-can-i-achieve-simulated-fluid-surface-deformation-in-a-bottle
#liquid #breakdown
https://gamedev.stackexchange.com/questions/182989/how-can-i-achieve-simulated-fluid-surface-deformation-in-a-bottle
#liquid #breakdown
Introducing Pausepoints for Unity in Rider 2020.2 - .NET Tools Blog.NET Tools Blog
https://blog.jetbrains.com/dotnet/2020/06/11/introducing-unity-pausepoints-for-rider/
#rider #breakpoint #pausepoint
https://blog.jetbrains.com/dotnet/2020/06/11/introducing-unity-pausepoints-for-rider/
#rider #breakpoint #pausepoint
The JetBrains Blog
Introducing Pausepoints for Unity in Rider 2020.2 | The .NET Tools Blog
We’ve only just started the EAP for Rider 2020.2, but it’s already got plenty of goodies for Unity development. For example, we’ve done a huge amount of work to reduce memory overhead when parsing you
Introducing the Editor Iteration Profiler - Unity Forum
High-level features summary
Monitor and capture profiling data from assembly reload, assembly compilation, and enter playmode.
Export captured data or Profiler data to a number of formats such as HTML, JSON (for chrome://tracing, which is a fast flame-graph style data visualizer), CSV, and Plaintext.
Export to a special type of HTML (HTML Performance Report), which attempts to minimize the number of clicks needed to get to the important areas of the profiled data, as well as aggregate possible areas of interest which could be optimized (e.g. OnEnable calls)
https://forum.unity.com/threads/introducing-the-editor-iteration-profiler.908390/
#eip #editor #iteration #profiler
High-level features summary
Monitor and capture profiling data from assembly reload, assembly compilation, and enter playmode.
Export captured data or Profiler data to a number of formats such as HTML, JSON (for chrome://tracing, which is a fast flame-graph style data visualizer), CSV, and Plaintext.
Export to a special type of HTML (HTML Performance Report), which attempts to minimize the number of clicks needed to get to the important areas of the profiled data, as well as aggregate possible areas of interest which could be optimized (e.g. OnEnable calls)
https://forum.unity.com/threads/introducing-the-editor-iteration-profiler.908390/
#eip #editor #iteration #profiler
UnityTips: How To Select The Graphics API Based On The Current Android Device
https://medium.com/@chen_jd/unitytips-how-to-select-the-graphics-api-based-on-the-current-android-device-691886cc640
#android #graphics #api
https://medium.com/@chen_jd/unitytips-how-to-select-the-graphics-api-based-on-the-current-android-device-691886cc640
#android #graphics #api
Medium
UnityTips: How To Select The Graphics API Based On The Current Android Device
With more and more Android phones supporting both GLES and Vulkan, mobile game developers often face a problem, can they select which…
Shapes
a real-time vector graphics library for Unity by Freya Holmér
https://acegikmo.com/shapes/
#shapes #vector #library
a real-time vector graphics library for Unity by Freya Holmér
https://acegikmo.com/shapes/
#shapes #vector #library
Acegikmo
Shapes
Shapes - a real-time vector graphics library for Unity
Simplify game error reporting with BacktraceBacktrace - Unity Technologies Blog
https://blogs.unity3d.com/ru/2020/06/11/simplify-game-error-reporting-with-backtrace/
#backtrace #exception #crash #reporter
https://blogs.unity3d.com/ru/2020/06/11/simplify-game-error-reporting-with-backtrace/
#backtrace #exception #crash #reporter
Unity Blog
Simplify game error reporting with Backtrace | Unity Blog
Programmers are all too familiar with the time-consuming efforts of analyzing the crash and error reports they receive during new feature development, game testing, or released play. Understanding what happened and whether it matters takes a lot of back and…
Your assets in the Unity Package manager from a git subfolder
https://medium.com/@FredericRP/your-assets-in-the-unity-package-manager-from-a-git-subfolder-1339880dd09f
#git #subfolder #upm
https://medium.com/@FredericRP/your-assets-in-the-unity-package-manager-from-a-git-subfolder-1339880dd09f
#git #subfolder #upm
Medium
Your assets in the Unity Package manager from a GiT subfolder
Since I shut down my video games studio, I managed to rebuild an upgraded version of assets we designed during that time. For my own…