2 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

After 3.5+ years, I changed the logo. I liked the old one quite well, but I decided to redesign it because of the upcoming change in my direction in game development.

What do I mean?

You'll find out soon.

Preparations for the release are in full swing!

A new page will be created for the new version of the game. I have already created a description for it

2025

Help wanted!

Translator (any language), Animator

More information in the article

Happy Video Game Day!

July 8 is Video Game Day, a holiday that's obviously close to our hearts at Game Jolt.

Celebrate by completing our quests! They won't be around long, so get the rewards while you can.

Help wanted!

Animator

More information in the article

@ryon is a Jolter to Watch, game dev, programmer, and artist who worked on Five Nights at Friedrich's! Follow @ryon before the quest ends on July 15 and you'll get Coins!

Help wanted!

Translator (English -> Portuguese)

More information in the article

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

Big news! @pm-studios  has joined Game Jolt! They're a video game publisher who love physical gaming and do their part to keep it alive!

Welcome them to Game Jolt by giving them a follow.

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