Game
HOW AM I MAKING A GAME WITH UNITY?

7 years ago

[DEV. 0.1]


Character Prefab​

		
			Library Serializable Script to have informations about each evolution(Id, name, Sprite for now)​

Instances Script to get all Prefabs I need in the game

Ligne Code to check if two ID are the same I can merge them.

When 2 characters are merged I add a new Character Prefab at the position where I merged the characters with an ID +1.

I made the function to call a new Sprite from his ID.
		
	

This function looks like it:

public void ChangeSkin()
{
transform.GetChild(0).GetComponent<SpriteRenderer>().sprite = Script_Character_Library.Mine.Library[ID].Skin;
}



0 comments

Loading...

Next up

[DEV. 0.2]​

[DEV. 0.5]​

[DEV.06]

[DEV. 0.0]

[DEV. 0.3]​

[DEV. 0.4]​

Fan art for Foolish I'm feeling kinda better so I drew this

We made a lot of improvements on the Freezing Plains visual. Things like pine trees, tiny bushes, some rocks, and others game props!

#IndieGame | #IndieDev | #GameDev | #PixelArt | #WaifuQuest | #WifeQuest | #screenshotsaturday

🍒Did you like the game? A demo is available for free on Steam.

✌️ Thanks for playing IndieGameiacs!

⚙️ Free Demo: http://bit.ly/UniDuni

📺 Full Video: https://youtu.be/5qEbVXg7GaQ

#steam #uniduni #clops #screenshotsaturday

I mostly build 3D First Person Shooter game mechanics in Unity, and in this I'm just showing C4 mechanics I made for a little side project I am working on! :)