Unity For



Our new suite of Unity Reflect products help you connect BIM data, stakeholders, and every phase of the architecture, engineering and construction lifecycle in one immersive, collaborative real-time platform.

  1. Unity Forums
  2. Unity For Loop
  3. Unity Forum

If you're building for Xbox, Playstation, Nintendo or PC, Unity offers you rich visual fidelity, artist-friendly tools, and delivers ultimate performance. Unity World Headquarters 1901 NW Blue Parkway Unity Village, MO 64065 816-524-3550. Unity for Beginners. Learn how to get started creating your own games in Unity, a powerful and professional cross-platform game engine! In this Unity learning path for beginners, you will learn the fundamental techniques in Unity development, such as Animation, Sound. The Unity engine integrates into one unparalleled platform to create 2D and 3D games and interactive content. Create once and publish to 21 platforms, including all mobile platforms, WebGL, Mac, PC and Linux desktop, web or consoles. Discover the best assets for game making. Choose from our massive catalog of 2D, 3D models, SDKs, templates, and tools to speed up your game development process.

Finally create intelligent AR experiences with our new authoring environment. Unity MARS now available.

From vision to reality with Unity

Discover how industry leaders are embracing real-time 3D technology to change the way buildings are designed, created, and operated.

Unity Forums

Unity Reflect

A suite of products that helps you connect BIM data, stakeholders, and every phase of the AEC lifecycle in one immersive, collaborative real-time platform.

Unity Pro

Create and deploy enterprise applications and immersive experiences with our complete software solution for professionals across industries.

Unity Industrial Collection

This collection provides best-in-class software tools to import, optimize and visualize 3D data in Unity. Build and deploy real-time 3D, AR and VR applications to your platform of choice.

Unity MARS

Unity For Loop

Create intelligent mixed and augmented reality experiences that fully integrate with the real world.

Furioos

Stream real-time 3D experiences from Unity in any web browser and embed them onto any website.

Unity Forum

Unity ArtEngine

Automate and accelerate 3D material creation and produce ultra-realistic content with AI-assisted artistry.

VisualLive

Overlay large BIM and CAD files on the job site in AR to visualize designs and collaborate in real-time.

Trusted by thousands of industry leaders and innovators

“Unity has really given us the flexibility to completely change the way we think about visualization. In particular, where it fits into the project lifecycle. Hint, it fits in everywhere”

“Unity Reflect allows us to simplify the complexities of our work and present large scale projects in a way that is much more digestible for our customers and staff.”

Unity Success Plans

Enhance productivity and resolve issues quickly with Unity Success Plans. Get help planning, implementing, deploying and maintaining your projects from Unity experts and engineers.

Unity Solutions

Accelerate your real-time 3D transformation with Unity Solutions (formerly Finger Food Advanced Technology Group), our professional services organization that specializes in building industry-first solutions for global companies.

These solutions are proven to offer direct value to Unity developers in the industrial market and are verified to comply with Unity’s latest releases.

Interact
UnityUnity For

Interact is a powerful platform for creating advanced AR/VR and XR apps from your CAD models on any device.

Pixyz

Pixyz provides best-in-class solutions to easily import and optimize large CAD, point cloud, and mesh models for creating real-time experiences in Unity.

Prespective

Prespective is a software platform for creating virtual prototypes and digital twins for industry. It provides an interactive virtual test environment based on Unity, where users can continuously test their systems.

WEAVR
Develop and manage enterprise-scale immersive training

Pacelab WEAVR lets you quickly and easily create a personalized and engaging immersive training program. Studies have shown that using these environments for training is faster, cheaper and more effective than conventional methods.

Check out the latest content and customer stories from Unity.

SHoP Architects brings real-time BIM to AEC

Learn how this award-winning architecture firm uses Unity Pro and Unity Reflect to reduce change orders, construction time, and costs.

The future of real-time 3D in AEC

Discover insights from this commissioned study conducted by Forrester Consulting on behalf of Unity, published in March 2020.

AEC Digital Series

Learn how to build real-time 3D experiences in Unity Pro and Unity Reflect through a webinar series of expert-led walkthroughs.

Unity Technologies aims to bring video game tools into the real world

Discover why Unity’s fastest-growing business is outside of gaming.

How virtual reality is augmenting realty

“There has never been a more likely moment for virtual and augmented reality to move beyond showroom demonstrations, not just in the increasingly digital buying and selling process, but also in design and construction, which remain stubbornly analog.”

Unity unveils Reflect, to convert and link Revit models

Learn how Unity and Autodesk are working together to take Revit BIM into the Unity engine, with all of its geometry and parametric modeling data intact.

Unity Reflect gets Navisworks support for BIM coordination

Discover new Unity Reflect features, including Navisworks support, project sharing through cloud, and improved navigation and visuals.

Unity Reflect lets you create real-time BIM experiences to drive project efficiencies, conduct immersive design reviews, and connect design and construction.

-->

Note

This guide assumes you already have installed Unity using the Unity Hub program. If you are new to Unity, we recommend visiting Unity Learn and complete the Unity Essentials learning path first.

Install Unity support for Visual Studio

Visual Studio Tools for Unity is a free extension that provides support for writing and debugging C# and more. Visit the Tools for Unity overview for a complete list of what the extensions includes.

Note

This installation guide is for Visual Studio. If you're using Visual Studio Code, please visit the Unity Development with VS Code documentation.

  1. Download the Visual Studio installer, or run it if already installed.

  2. Click Modify (if already installed) or Install (for new installations) for your desired version of Visual Studio.

  3. On the Workloads tab, scroll to the Gaming section and select the Game development with Unity workload.

Note

This installation guide is for Visual Studio for Mac. If you're using Visual Studio Code, please visit the Unity Development with VS Code documentation.

Tools for Unity is included with the installation of Visual Studio for Mac and no separate installation steps are required. You can verify this in the Visual Studio for Mac > Extensions > Game Development menu. Visual Studio for Mac Tools for Unity should be enabled.

Check for updates

It's recommended to keep Visual Studio and Visual Studio for Mac updated so you have the latest bug fixes, features, and Unity support. This doesn't require an update of Unity versions.

  1. Click the Help > Check for Updates menu.

  2. If there is an update available, the Visual Studio Installer will show a new version. Click the Update button.

  1. Click the Visual Studio for Mac > Check for Updates... menu to open the Visual Studio Update dialog.
  2. If there is an update available, click the Install button.

Configure Unity to use Visual Studio

By default, Unity should already be configured to use Visual Studio or Visual Studio for Mac as a script editor. You can confirm this or change the external script editor to a specific version of Visual Studio from the Unity Editor.

  1. In the Unity Editor, select the Edit > Preferences menu..

  2. Select the External Tools tab on the left.

  3. The External Script Editor dropdown list provides a way to choose different installations of Visual Studio. You can also click Browse... from the dropdown list to add an unlisted version.

  4. If Browse... was selected, navigate to the Common7/IDE directory inside your Visual Studio installation directory and select devenv.exe. Then, click Open.

  5. Once Visual Studio is selected in the External Script Editor list, confirm that the Editor Attaching checkbox is selected.

  6. Close the Preferences dialog to complete the configuration process.

Unity technologies unity
  1. In the Unity Editor, select the Unity > Preferences menu..

  2. Select the External Tools tab on the left.

  3. The External Script Editor dropdown list provides a way to choose different installations of Visual Studio. You can also click Browse... from the dropdown list to add an unlisted version.

  4. Close the Preferences dialog to complete the configuration process.

Next steps

To learn how to work with and debug your Unity project in Visual Studio, visit Using Visual Studio Tools for Unity.