Search Unity

DirectX 12 on Xbox One now available with Unity 2018.3

December 26, 2018 in Technology | 2 min. read
Topics covered
Share

Is this article helpful for you?

Thank you for your feedback!

DirectX 12 is the latest version of Microsoft's graphics API designed to enable a reduction of driver overhead, allowing better use of multi-core systems. Depending on your project, you could see some great performance improvements with DirectX 12. For example, with our Book of the Dead: Environment scene we have seen a frame rate increase of over 8% running at 1440p on Xbox One X.

DirectX 12 on Xbox One brings with it Unity's new Native Graphics Jobs, which also contributes a significant CPU performance improvement. Alongside these performance benefits, DirectX 12 also brings support for new rendering techniques in Unity, starting with Async Compute, which is available with DirectX 12 on Xbox One out of the box. Async Compute provides valuable GPU performance improvements for any titles that make use of compute on Xbox One.

Enabling DirectX 12

In Unity 2018.3, you will need to enable DirectX 12 to use it.  Change your Player Settings located in the Edit menu.

Disable the Auto Graphics API checkbox, add XboxOneD3D12 (Experimental) to the Graphics API list, and then remove XboxOne from the same list.

DirectX Roadmap

Throughout 2019 we will make DirectX 12 the default for all new projects. While we will maintain DirectX 11 for the foreseeable future, our primary focus is on improving the performance and feature set of DirectX 12.

If you encounter any problems with DirectX 12 please contact our support team or post on the Xbox One forums and we'll be happy to look into this issue for you. We are ready and waiting to act on your feedback!

How do I bring my game to Xbox One?

Unity for Xbox One is available to anyone with a Xbox One development kit. Head over to www.xbox.com/id to sign up for Microsoft’s independent developer publishing program for Xbox One, ID@Xbox.

Once you’ve registered as a Microsoft developer, a representative will be in contact with you to let you know when you’ve been given access to the Xbox One Development forum for Unity. Here you can find an active community of other developers, get support from Unity, and download the Xbox One Unity editor add-on.

December 26, 2018 in Technology | 2 min. read

Is this article helpful for you?

Thank you for your feedback!

Topics covered