Remove unity-c
article thumbnail

Visual Studio Code C# Dev Kit and Unity Tools

Game From Scratch

GameFromScratch.com Visual Studio Code C# Dev Kit and Unity Tools Microsoft recently announced they are killing off Visual Studio for Mac and the replacement is clearly the C# Dev Kit and updated Unity extension for Visual Studio Code.

Dev 105
article thumbnail

Unity C#: Out Parameters (C# 7.0)

The GameDev Guru

If you're using Unity C# Out Parameters, see how much they improved in C# 7.0 How do you return multiple values from your functions?

100
100
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Unity C#: Tuples — Improved (C# 7.0)

The GameDev Guru

Increase your programming productivity by learning how to use the improved version of Unity C# Tuples that came along C# 7.0.

100
100
article thumbnail

Unity C# Pattern Matching: Make It Shorter (C# 7.0)

The GameDev Guru

I've been frustrated to see how much useless repetition I had in my C# conditionals and switches, but I knew programmers could do better. In this post, I'll show you how to make your code more concise with Unity C# Pattern Matching (C# 7.0)

Code 100
article thumbnail

Unity C# Discards: Make It Crystal Clear (C# 7.0)

The GameDev Guru

In this post, I'll show you how you can make your code more explicit and simpler by using the Unity C# Discards feature (C# 7.0)

Code 100
article thumbnail

Unity C# 7.0: Reference Locals & Returns

The GameDev Guru

In this article, I'll show you how to apply Unity C# 7.0: ref locals & returns to simplify your game code and make your programming intentions clear when dealing with C# value types.

article thumbnail

High Performance Collections in Unity C#

The GameDev Guru

In this blog post I will show you how to use object pooling in Unity 2021 with this new official API so you don't have to mess with 3rd party code that breaks on every Unity upgrade.

Code 130