Good practices for async in .NET Core
https://github.com/davidfowl/AspNetCoreDiagnosticScenarios/blob/master/AsyncGuidance.md
#async #csharp
https://github.com/davidfowl/AspNetCoreDiagnosticScenarios/blob/master/AsyncGuidance.md
#async #csharp
GitHub
AspNetCoreDiagnosticScenarios/AsyncGuidance.md at master · davidfowl/AspNetCoreDiagnosticScenarios
This repository has examples of broken patterns in ASP.NET Core applications - davidfowl/AspNetCoreDiagnosticScenarios
Do you want to add C# compiler options to your unity project? Like removing unwanted warnings from being thrown anywhere on your project?
-Create a csc.rsp file.
-Add in the compiler options u want to include.
e.g. -nowarn:0649
#compileroptions #csharp #csc
-Create a csc.rsp file.
-Add in the compiler options u want to include.
e.g. -nowarn:0649
#compileroptions #csharp #csc
Analysing Performance Problems with Xcode Performance Tools, Part 1
https://secretlab.institute/2020/01/31/analysing-performance-problems-with-xcode-performance-tools-part-1/
#xcode #profiler #analysis
https://secretlab.institute/2020/01/31/analysing-performance-problems-with-xcode-performance-tools-part-1/
#xcode #profiler #analysis
Secret Lab Institute
Analysing Performance Problems with Xcode Performance Tools, Part 1
This is the first post in a two-part series. Stay tuned for the second part. One of the projects that we’re most excited about is our ongoing work to bring Night in the Woods to iOS. This has…
SimpleMinMaxSlider for Unity
Also a simple example how custom attributes for Unity editor are made
https://github.com/GucioDevs/SimpleMinMaxSlider
#minmax #slider #editor #inspector #attribute
Also a simple example how custom attributes for Unity editor are made
https://github.com/GucioDevs/SimpleMinMaxSlider
#minmax #slider #editor #inspector #attribute
GitHub
GitHub - augustdominik/SimpleMinMaxSlider: Adds a simple MinMax slider attribute to Unity. Supports Vector2 and Vector2Int.
Adds a simple MinMax slider attribute to Unity. Supports Vector2 and Vector2Int. - GitHub - augustdominik/SimpleMinMaxSlider: Adds a simple MinMax slider attribute to Unity. Supports Vector2 and Ve...
Projection Decals for Unity's Universal Render Pipeline.
https://github.com/Kink3d/kDecals
#decals #projection
https://github.com/Kink3d/kDecals
#decals #projection
GitHub
GitHub - Kink3d/kDecals: Projection Decals for Unity's Universal Render Pipeline.
Projection Decals for Unity's Universal Render Pipeline. - Kink3d/kDecals
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