3 years ago

So, it's been 6 months since the last task. It's time for another one!

There is an active object on the scene with SampleScript component. What will be the console output after entering playmode?

Choose the answer below!

(Full code in the article)


SampleScript.cs

		
			using UnityEngine;

namespace Assets.Samples.Sample2
{
    public class SampleScript : MonoBehaviour
    {
        private void Start()
        {
            print("Start");
        }

        private void Awake()
        {
            print("Awake");
        }

        private void OnEnable()
        {
            print("OnEnable");
        }
    }
}
		
	
  40 votes Voting finished



7 comments

Loading...

Next up

Gameplay screenshots

Tutorial is an important part of almost any game.

The game has task system, marker system and voice explanation (with subtitles) - all to make it as clear and comfortable for the player to play the game

2025

Help wanted!

Translator (English -> Portuguese)

More information in the article

Help wanted!

Translator (any language), Animator

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!

Help wanted!

Animator

More information in the article

Happy Devruary! Devruary Day 12 celebrates @ddbalabag ! They're the game dev behind Book and Horn! We also have a question for the devs of Game Jolt: What tool or plugin saves you the most time in game dev?

Main menu demonstration

Interface has reached final form. Drawing icons, writing logic and supporting many languages - all this was done by me.

UI/UX design is quite an interesting experience, I'll definitely continue to learn it in my new projects

2025

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 Devruary! Devruary Day 11 celebrates @Asthon_ES ! They're an Indie studio recently created to produce their own games including Magic Frog! We also have a question for the devs of Game Jolt: How do you usually plan a game dev project?

Help wanted!

Translator (English -> Hindi)

More information in the article