Unity (game engine)
Cross-platform video game and simulation engine
Summary
Unity is a cross-platform game engine developed by Unity Technologies, first announced and released in June 2005 at the Apple Worldwide Developers Conference as a Mac OS X game engine. The engine has since been gradually extended to support a variety of desktop, mobile, console, augmented reality, and virtual reality platforms. It is particularly popular for iOS and Android mobile game development, is considered easy to use for beginner developers, and is popular for indie game development.
Originally created by Daveydweeb
6/7/2006, 10:05:04 AM
Modified
5/14/2026, 8:36:05 PM
Recent revisions
/* Supported platforms */ Updated supported platforms
Reverted edit by [[Special:Contribs/~2026-26344-26|~2026-26344-26]] ([[User talk:~2026-26344-26|talk]]) to last version by CanIChangeThisLater
Reverted 1 edit by [[Special:Contributions/~2026-27379-25|~2026-27379-25]] ([[User talk:~2026-27379-25|talk]]) to last revision by Annh07
Reverted 1 edit by [[Special:Contributions/~2026-22995-36|~2026-22995-36]] ([[User talk:~2026-22995-36|talk]]) to last revision by Giga Bang
Logo color now inverts in dark mode
Removing link(s) because [[Wikipedia:Articles for deletion/Vuforia Augmented Reality SDK (2nd nomination)]] closed as delete ([[WP:XFDC#4.0.16|XFDcloser]])
Reverted 1 edit by [[Special:Contributions/~2026-18293-00|~2026-18293-00]] ([[User talk:~2026-18293-00|talk]]) to last revision by A Frantic Turtle
using UnityEngine; public class PlayerController : MonoBehaviour { public CharacterController controller; public float speed = 12f; public float gravity = -9.81f; public float jumpHeight = 3f; Vector3 velocity; bool isGrounded; void Update() { // Zameen par hai ya nahi check karne ke liye isGrounded = controller.isGrounded; if (isGrounded && velocity.y < 0) { velocity.y = -2f; } // Keyboard inputs...
rv advertising
Learning pathways: Unity Learn
/* Unity 1.0 (2005) */
/* Unity 1.0 (2005) */
Reverted edit by [[Special:Contribs/~2025-40802-63|~2025-40802-63]] ([[User talk:~2025-40802-63|talk]]) to last version by SleepyRedHair
Rv; falsely claiming to be a "slight change"