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

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

Trophies reveal

Some trophies will be easy to unlock, and some will be quite a challenge

2025

Help wanted!

Voice actor (Spanish)

More information in the article

Quests inspired by @WhitethornGames ' Spray Paint Simulator entered your quest log!

Bring color to the world! Restore worn-out surfaces with a fresh coat of paint & watch them come back to life.

Play the free demo to get started: https://bit.ly/spraypaintsimdemo

Initial list of languages ​​planned for support.

Localization turned out to be quite a challenge, but I think it's worth it! After all, it's always comfortable to play a game in your native language, isn't it?

2025

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

Help wanted!

Translator (English -> Hindi)

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!

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