How to Make games in unity Without coding ?

Hey, I heard about Unity and Playmaker and i want to know is it for making games without coding ? :slight_smile: Actually I want to learn Coding for unity but i am currently in High School and i dont get enough time to learn coding (though i know game maker studio pretty well (GML)) so i wanted to know is there anyway to create games with unity without coding ?
Thankyou :slight_smile:

No in unity you need to code :smiley:

Hi @shivu_98
The default way to use Unity is by getting involved with either the UnityScript or C# languages which Unity supports. This is the best and most practical manner in which to make games with the engine. That being said, it is possible to create games in Unity through the use of 3rd party assets on the Asset store as you must already know having heard of Playmaker.

Some good examples of these frameworks which allow you to create games visually are:

Playmaker

uScript Professional

GameFlow

The major problem with using these is that in many cases the types of games you can build are limited compared to what you could do with a full scripting language. But, you can make small and practical games with them. The other issue, is that you’ll have to pay above $60 for a decent framework when you could learn C# and not pay a penny.

Also, you will still need to have at least a basic understanding of computer science such as variables, functions etc. Also, some of these assets begin easy, but quickly become more and involved and complex in some cases (Playmaker especially) it is actually oft easier to use a scripting language for some parts.

I personally believe the answer is no. There is no “Drag n Drop” / “What You See Is What You Get Editor” that will allow you to make any sort of game inside of the engine.

Even the most basic things require a minimal amount of code.

Application.LoadLevel("Level2");

Something as simple as loading the next level requires a tiny bit of code.

The thing is I think you are looking at it the wrong way because you do not “technically” have to have any knowledge about programming to get started. Unity provides a ridiculous amount of examples for all of the “basic” things that are basically “copy paste” scripts.

You will never be able to make a game without code (IMO) because you need code to make basic components of the game itself. (Player movement, collision detection, spawning objects, UI buttons).

if you are at all serious about learning to use Unity then don’t worry - Unity have you covered.

They have a decent collection of tutorials (for almost every aspect) and if you ever get stuck there is Unity Answers.

Hey we can make games in unity without code its optional use code or not .So how we make games in unity without coding There,s an answer use assets and find scripts and download them and use it on unity you can also use standerd assets and download scripts and assets from asset store.

Thanks

An asset is called fungus, website is fungusgames.com, it can develop any 2D games.