Read & Write Reviews About The Tools You Use.
Sign up for free to start sharing your opinion today!

Unity


Company: Unity Technologies

Average User Rating (7 reviews)

If this is your product, you can request to edit it here.


User Reviews
Share:


    Version Reviewing: 2020.1.3

    "2D & 3D Vr Game zone "

    by SANJAY ASKAR on Aug 26, 2020 5:56 AM

    Summary:
    Unity is by far a great tool for designing and creating games, unlike Unreal, it's very friendly user, I have been with Unity for 4 years now and it's an amazing engine and getting better by the day

    Report post

    Was this review helpful? (0) (0)

    add a comment


    Version Reviewing: 5

    "A complete 3d and 2d game engine for all game-dev needs"

    by FabianSilva on Jan 10, 2019 9:42 AM

    Summary:
    Unity is a complete game development enviroment (and engine) that enable anyone to make games, it have a generous free version that allows to make any type of game. pros: - multiplatform - it have a store that have free plugins, models and addons. - you can find a lot of tutorials - good official documentation cons: - there is a learning curve to learn it, you have to start with easy stuff and start evolving from that

    Report post

    Was this review helpful? (0) (0)

    add a comment


    Version Reviewing: 2018

    "A must-try for learning game development"

    by OptimizingPrime on Oct 17, 2018 12:41 PM

    Summary:
    I was first introduced to Unity by my game development & design club at my University. The company that created Unity gave the club members free keys, so that was pretty sweet. Unity is known as a great engine for those learning game development, which was a large majority of the club members. It wasn't very complicated to use. The game engine worked fine on my 10+ year laptop. I had so much fun using it and even completed my first game at a 48-hour Hackathon :D

    Report post

    Was this review helpful? (1) (0)

    add a comment


    Version Reviewing: 2018

    "I make games for a living and I have yet to use this professionally"

    by Test script on Oct 17, 2018 12:18 AM

    Summary:
    I learned Game Dev in college. Unity was the tool we used. Five years post-graduation, I can't believe how far it's come. It's used industry-wide and is definitely THE standard for creating games for both hobbyists and professionals.

    Report post

    Was this review helpful? (0) (0)

    add a comment


    Version Reviewing: 2.4

    "Free Version, Multiplatform Support"

    by albertlee on Aug 20, 2018 11:29 AM

    Summary:
    - A lot faster and easier to use, with great quality - Premium versions have a lot more functionality

    Report post

    Was this review helpful? (0) (0)

    add a comment


    Version Reviewing: 2017.3

    "Game development for everyone"

    by risom on May 25, 2018 9:47 AM

    Summary:
    Unity is a powerful game development tool that allows creators to develop their own interactive 3D worlds. It allows you to write games and applications for cross platform development including HTML5 supported browsers, iOS, Android, macOS, Windows, and Linux. Utilize C# and other powerful scripting languages through Visual Studio or MonoDevelop IDEs that work synergistically with Unity 3D engine. My first experience was taking a games class in college and I was able to download Unity for free and work on a variety of class projects. For the final in the class we were able to create a VR game thanks to device driver support for Unity being so widely available.

    Report post

    Was this review helpful? (1) (0)

    add a comment


    Version Reviewing: 2017.3.1

    "Developing multiplatform games"

    by Mentoliptus on May 11, 2018 12:26 AM

    Summary:
    Free and powerful tool and engine to create multiplatform games and apps.

    Report post

    Was this review helpful? (0) (0)

    add a comment


Write a Review


Must be registered to add and review tools.

Have an account?
  
  
Forgot Password?

New to DevMetric?


Write Reviews

Share your opinion about the tools you use.

Join the Evans Data Developer Panel!

As a DevNet panelist you will:

1. Have your voice heard on hot topics, innovative technologies and key initiatives.
2. Receive points for every validated survey submission.
3. Redeem award points for cash.

SOLVE THIS CODE

What does this code do?

public class Demo { 
    public void method1() { 
        synchronized (String.class) { 
            System.out.println("on String.class object");       
            synchronized (Integer.class) { 
                System.out.println("on Integer.class object"); 
            } 
        } 
    }

Programming Language: Java

Newsletter

Get weekly reviews sent directly to your inbox!