Unity Gets the Vulkan Renderer Preview

A new generation graphics and compute API that provides high-efficiency, cross-platform access to modern GPUs in both PCs and on mobile platforms.

Developers from Unity Technologies have presented the first developer preview of the upcoming Vulkan renderer for Unity, previously announced at Google I/O. Vulkan is a new generation graphics and compute API that provides high-efficiency, cross-platform access to modern GPUs in both PCs and on mobile platforms. 

speedup to 35% improvement

The build is based on Unity 5.5 beta 4 release. Remember to back up your projects before trying this out!

To enable Vulkan support, open “Player Settings…”, go to the “Other Settings” pane and clear the “Auto Graphics API” checkbox. You are presented with an ordered list of graphics APIs to choose from. If Vulkan is not on that list, click the ‘+’ sign at the bottom of the list to add it. Then drag Vulkan to be the first item on the list so that it’ll be used whenever supported, and you’re done! All your existing shaders will get translated to Vulkan SPIR-V (unless specifically disabled via #pragma only_renderers or similar), and the idea is that things should “Just Work”.

Unity Technologies

aacabf26ac4f863e981d4be5ee1d681a-1

You can also experiment with the Enable Graphics Jobs checkbox, it can give a nice performance boost especially on multi-core CPUs.

NOTE! When targeting Android, make sure you never have both “Multithreaded Rendering” and “Graphics Jobs (Experimental)” settings enabled at the same time. They are mutually exclusive, and in the final version we’ll silently ignore the Multithreaded Renderer setting if Graphics Jobs are enabled.

Now, just build & run, and if everything went as planned, you should see something like this in the player log at startup:

235c803738138c489e67185497ccbd64

The preview build supports Windows, Android and Linux. The company states there some issues they’re working on, which you can check out here.

Get the experimental build from beta page.

Join discussion

Comments 0

    You might also like

    We need your consent

    We use cookies on this website to make your browsing experience better. By using the site you agree to our use of cookies.Learn more