https://github.com/MarkUnity/AssetAuditor
Tools to control the asset import settings in a Unity project
#optimization
Tools to control the asset import settings in a Unity project
#optimization
GitHub
MarkUnity/AssetAuditor
Tools to control the asset import settings in a Unity project - MarkUnity/AssetAuditor
Embracing nullable reference types | .NET Blog
https://devblogs.microsoft.com/dotnet/embracing-nullable-reference-types/
https://devblogs.microsoft.com/dotnet/embracing-nullable-reference-types/
Microsoft News
Embracing nullable reference types
Probably the most impactful feature of C# 8.0 is Nullable Reference Types (NRTs). It lets you make the flow of nulls explicit in your code, and warns you when you don’t act according to intent. The NRT feature holds you to a higher standard on how you deal…
https://habr.com/ru/company/pixonic/blog/481880/
Physics for a mobile shooter and how it is integrated into ECS
#ecs #physics
Physics for a mobile shooter and how it is integrated into ECS
#ecs #physics
Хабр
Физика для мобильного PvP шутера и как мы подружили её с ECS
Всем привет! В этой статье мы расскажем про личный опыт работы с физическими движками для мультиплеерного шутера и главным образом сфокусируемся на взаимодействи...
https://inthecheesefactory.com/blog/understand-android-activity-launchmode/en
Understand how launchMode affects your Android build
#android
Understand how launchMode affects your Android build
#android
Inthecheesefactory
Understand Android Activity's launchMode: standard, singleTop, singleTask and singleInstance
Activity is one of the most brilliant concept on Android from its well-design architecture on memory management which lets Multitasking works perfectly on this most popular mobile operating syste
https://devblogs.microsoft.com/premier-developer/dissecting-the-async-methods-in-c/
async/await internals
#async #await
async/await internals
#async #await
Microsoft News
Dissecting the async methods in C#
The async series Dissecting the async methods in C#. Extending the async methods in C#. The performance characteristics of the async methods in C#. One user scenario to rule them all. The C# language is great for developer’s productivity and I’m glad for…
Floating-Point Determinism | Random ASCII - tech blog of Bruce Dawson
https://randomascii.wordpress.com/2013/07/16/floating-point-determinism/
https://randomascii.wordpress.com/2013/07/16/floating-point-determinism/
Random ASCII - tech blog of Bruce Dawson
Floating-Point Determinism
Is IEEE floating-point math deterministic? Will you always get the same results from the same inputs? The answer is an unequivocal “yes”. Unfortunately the answer is also an unequivocal “no”. I’m a…
Explaining how fighting games use delay-based and rollback netcode | Ars Technica
https://arstechnica.com/gaming/2019/10/explaining-how-fighting-games-use-delay-based-and-rollback-netcode/
https://arstechnica.com/gaming/2019/10/explaining-how-fighting-games-use-delay-based-and-rollback-netcode/
Ars Technica
Explaining how fighting games use delay-based and rollback netcode
How to design your game for optimal play over a network.
GitHub - DavidArayan/ezy-slice: An open source mesh slicer framework for Unity3D Game Engine. Written in C#.
https://github.com/DavidArayan/ezy-slice
https://github.com/DavidArayan/ezy-slice
GitHub
GitHub - DavidArayan/ezy-slice: An open source mesh slicer framework for Unity3D Game Engine. Written in C#.
An open source mesh slicer framework for Unity3D Game Engine. Written in C#. - DavidArayan/ezy-slice
FMOD Unity Scripting: The Basics - Colin Vandervort - Medium
https://medium.com/@colinvandervort/fmod-unity-noscripting-the-basics-951d58b1ca8d#50f8
https://medium.com/@colinvandervort/fmod-unity-noscripting-the-basics-951d58b1ca8d#50f8
Medium
FMOD Unity Scripting: The Basics
A walkthrough of the core functions of the FMOD Unity package.
Breaking the Rules of Unity Garbage Collection - The Gamedev Guru
https://thegamedev.guru/unity-performance/garbage-collection-manually/#tve-jump-16f62f5cca2
https://thegamedev.guru/unity-performance/garbage-collection-manually/#tve-jump-16f62f5cca2
TheGamedev.Guru
Breaking the Rules of Unity Garbage Collection
What happens when memory allocations go out of hands, they are out of your control and you have to ship a game?
Creating Single .EXE from Unity Build Files | Unity Coding - Unity3D
https://unitycoder.com/blog/2019/05/09/creating-single-exe-from-unity-build-files/
https://unitycoder.com/blog/2019/05/09/creating-single-exe-from-unity-build-files/
Unity Coding - Unity3D
Creating Single .EXE from Unity Build Files
Nice single .exe file for the customer! Using Enigma Virtual Box – Select input file name: (This is .exe file from unity build)- Enter output file name: (this is the output single exe file) *…
Fur Shader Tutorial | Rafael Grochoska on Patreon
https://www.patreon.com/posts/fur-shader-26688516
https://www.patreon.com/posts/fur-shader-26688516
Patreon
Fur Shader Tutorial
Official Post from Rafael Grochoska: IntroductionFur rendering is a highly expensive thing to do in realtime. In this guide, I’ll be showing you how to implement it through the shell rendering techinique. It can achieve some really nice results with low cost.…