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

Demonstration of a piece of gameplay

The game is still alive (x2)

Also, some information in the article

Gameplay screenshot

(The game is still alive)

Help wanted!

3D environment artist, 2D artist

Check out the article

Our 2024 Advent Calendar has opened! Day 28: @Silentfaith is a great Creator and comic artist who also codes fan games! Accept the quest and give them a follow to get Coins and a seasonal sticker!

Help wanted!

3D environment artist, 2D artist

More info in the article

Happy #WIPWednesday!

Are you working on a game?

Making some art?

Practicing a song?

Something else?

Tell us in the comments!

Need an 3D animator (more details in the article)

Getting closer

Character animation (WIP) by @EonOfTheNeon

Our 2024 Advent Calendar has opened! Day 29: @Dungeonation is a great Creator who draws cartoons and dabbles in making games! Accept the quest and give them a follow to get Coins and a seasonal sticker!

Well, it's time to introduce you to the game I've been working on for the past 3 months.

This is a puzzle mobile game with very simple gameplay. It's free, so give it a try!

https://gamejolt.com/games/connect-it/813494