3 years ago

Hey! More than half of Unity game development is spent on programming.

How well do you know C#? Let's check!

What will be output to the console when the Start() method is executed? Choose the answer below!

(Full code in the article)


SampleScript.cs

		
			using UnityEngine;

namespace Assets.Samples.Sample1
{
    public class SampleScript : MonoBehaviour
    {
        private void Start()
        {
            int firstValue = 0;
            for (int i = 0; i < 5; i++)
                firstValue = PostfixIncrement(firstValue);

            int secondValue = 0;
            for (int i = 0; i < 5; i++)
                secondValue = PrefixIncrement(secondValue);

            print(quot;First value = {firstValue}, second value = {secondValue}");
        }

        private int PostfixIncrement(int value)
            => value++;

        private int PrefixIncrement(int value)
            => ++value;
    }
}
		
	
  50 votes Voting finished



9 comments

Loading...

Next up

Help wanted!

Animator

More information in the article

Help wanted!

Translator (English -> Hindi)

More information in the article

Introducing the translation team!

9 languages, 7 translators and a huge amount of content to translate. I'm sure it's worth it!

Links and contacts will be on the new game page that will be created soon

2025

@BeyondThePixels is a Jolter to Watch and a game developer re-inventing 90s retro cool for todays gaming community!

Check out their game Astro Burn: https://gamejolt.com/games/Astroburn/1023196

Follow them before the quest ends on October 21 and you'll get Coins!

The project is in the final stages of development - game balance and testing team will begin forming very soon.

But before that, some animations need to be finished.

More information in the article

Happy #WIPWednesday! Are you working on a game? Making some art? Practicing a song? Something else? Tell us in the comments!

Introducing the voice acting team!

2 roles, 4 languages, 8 voice actors. So much work went into this - all to make your gameplay even better!

Links and contacts will be on the new game page that will be created soon

2025

Help wanted!

Translator (English -> Portuguese)

More information in the article

Jet Jet Jet 🕺💨

Wishlist Hoomanz! on Steam & play the demo! Link in bio 🔗

Play as Shoo, guardian of Planet Erf with a hidden dual nature, in a cozy stealth-adventure to scare away all the invading Hoomanz!

#hoomanz #cozygame #jet2holidays #steamwishlist

Help wanted!

Voice actor (Spanish)

More information in the article