Support us on Patreon to keep GamingOnLinux alive. This ensures all of our main content remains free for everyone. Just good, fresh content! Alternatively, you can donate through PayPal. You can also buy games using our partner links for GOG and Humble Store.
We do often include affiliate links to earn us some pennies. See more here.

Unity 5.5 beta released for Linux, the first release from a unified codebase

By - | Views: 19,880

The day has finally arrived! The Linux developers at Unity have shipped their first build of the Linux Unity editor that is from a unified codebase.

From the release announcement:

QuoteThis is an important milestone!
Not only is this the first beta build for Unity 5.5, but the first Linux editor build shipped from a unified codebase with mainline Unity. That may not sound exciting, but it has a lot of exciting implications. It means that, instead of starting with vanilla Unity and piling thousands of custom changes on top, all of our changes now live in the Unity mainline, where they can be constantly punished by our automated test suites across all of our platforms, and where all of our developers across Unity can easily fix, refactor, and extend Linux editor code alongside everything else.


What's in this new Unity editor version?
- 5.5.0b1
- Unity now uses the OpenGL core rendering backend. This means that your development environment must support OpenGL core profile 3.2 or later.
- Experimental iOS project deployment support
- Fix crash on entering play mode in VR-enabled projects
- Fix moving undocked editor windows by dragging the titlebar

The Linux Unity developers are also still hard at work on integrating SDL with Unity:

Today on the #unity3d #linux #SDL migration: Fixed copy/paste and got hardware cursors working again. Tomorrow: Multi-Monitor support.

— Na'Tosha Bard (@natosha_bard) August 31, 2016


This is really, really great news and I'm really pleased the Unity developers were able to reach this milestone. Hopefully this will make Linux a more enticing option to develop on if Unity on Linux is progressing so well.

Article taken from GamingOnLinux.com.
0 Likes
About the author -
author picture
I am the owner of GamingOnLinux. After discovering Linux back in the days of Mandrake in 2003, I constantly came back to check on the progress of Linux until Ubuntu appeared on the scene and it helped me to really love it. You can reach me easily by emailing GamingOnLinux directly. Find me on Mastodon.
See more from me
The comments on this article are closed.
18 comments
Page: «2/2
  Go to:

vlademir1 Sep 1, 2016
Quoting: wolfyrionNow I Am a bit confused, Which Language is the best for gaming development?
Which Language will benefit me most?

Learning C++ is a bit hard but is ok atm.
but really I cant imagine myself that I have to learn Java as well...

Stick with learning C++, it's easier to move from C++ to most other common OOP languages (C#, Java, etc) than it is to learn those and move to C++.
natewardawg Sep 1, 2016
Quoting: wolfyrionI am learning C++ from scratch because of the Unreal Engine but I thought that Unity and other gaming engines were mostly using C++... I guess I Was wrong :|

You are actually correct! :) Unity and Godot are both written in C++ too as far as the core engines go, but the scripting languages are things like C#, GDScript, Unity Script, etc. This is the ideal way to write games since it lowers the barrier of entry to more people and significantly lowers the build times for the game developers. So, the engine developers use C++ and the game developers use C# (or whatever scripting language).

Quoting: vlademir1Stick with learning C++, it's easier to move from C++ to most other common OOP languages (C#, Java, etc) than it is to learn those and move to C++.

100% Agreed!


Last edited by natewardawg on 1 September 2016 at 8:06 pm UTC
wolfyrion Sep 1, 2016
Thank you all for your advice...! ^_^
ElectricPrism Sep 1, 2016



Last edited by ElectricPrism on 1 September 2016 at 8:22 pm UTC
c600411 Sep 1, 2016
@wolfyrion: Dont listen to those guys, take C# and learn it, C# and DirectX is best for Linux gaming, just pack your shit in eON or Wine bottle and attach bunch of useless third party dependencies and GoL community will be crazy about it!!! Multilib is a must, if your application/game does not have BOTH 32 and 64 bit dependencies you are obviously not thinking straight. Also forget about optimization and bug fixing, Linux gamers dont care about bad performance or bugs. Wanna free PR, make a game that accidentally deletes ~/ and you are good to go!
[email protected] Sep 2, 2016
Finally.
aL Sep 2, 2016
now we only need vr linux support and my life will be complete again
While you're here, please consider supporting GamingOnLinux on:

Reward Tiers: Patreon. Plain Donations: PayPal.

This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!

You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
The comments on this article are closed.