Unity: Difference between revisions
(→Links: Link to Assets:Main_Page#Shaders , changed section name to 'See Also' from 'Links') |
(Added 'Browser Export' to categories, added logo. TODO: change yaourt to pacaur help) |
||
Line 1: | Line 1: | ||
{{infobox_software | {{infobox_software | ||
| title = Unity (fmr. Unity 3D?) | | title = Unity (fmr. Unity 3D?) | ||
| release_date = Current | | image = [[File:Unity_logo.png]] | ||
| made_by = Unity Technologies | | release_date = Current | ||
| runs_on = [[:Category:Linux|Linux]]<br>[[:Category:Mac OS|Mac OS]]<br>[[:Category:Windows|Windows]] | | made_by = [https://unity3d.com/ Unity Technologies] | ||
| exports_to = [[:Category:Browser Export|Browser]]<br>[[:Category:Linux Export|Linux]]<br>[[:Category:Mac OS Export|Mac OS]]<br>[[:Category:Windows Export|Windows]] | | runs_on = [[:Category:Linux|Linux]]<br>[[:Category:Mac OS|Mac OS]]<br>[[:Category:Windows|Windows]] | ||
| exports_to = [[:Category:Browser Export|Browser]]<br>[[:Category:Linux Export|Linux]]<br>[[:Category:Mac OS Export|Mac OS]]<br>[[:Category:Windows Export|Windows]] | |||
}} | }} | ||
Line 18: | Line 19: | ||
<pre>yaourt -S unity-editor --tmp /home/USERNAME/tmp</pre> | <pre>yaourt -S unity-editor --tmp /home/USERNAME/tmp</pre> | ||
(need to find how to do this with pacaur) | |||
I also did it on a drive I shared with Windows once (FAT32) but then I had to set a bunch of permissions after it was installed which was a bit annoying! You need quite a bit of free space to do all the downloading and building, maybe ~10GB+ | I also did it on a drive I shared with Windows once (FAT32) but then I had to set a bunch of permissions after it was installed which was a bit annoying! You need quite a bit of free space to do all the downloading and building, maybe ~10GB+ | ||
Line 46: | Line 49: | ||
[[Category:3-D]][[Category:2-D]][[Category:Game Builder]] | [[Category:3-D]][[Category:2-D]][[Category:Game Builder]] | ||
[[Category:Linux]][[Category:Mac OS]][[Category:Windows]] | [[Category:Linux]][[Category:Mac OS]][[Category:Windows]] | ||
[[Category:Linux Export]][[Category:Mac OS Export]][[Category:Windows Export]] | [[Category:Browser Export]][[Category:Linux Export]][[Category:Mac OS Export]][[Category:Windows Export]] |
Revision as of 15:26, 22 August 2017
Unity (fmr. Unity 3D?) | |
---|---|
Release date: | Current |
Made by: | Unity Technologies |
Runs on: | Linux Mac OS Windows |
Exports to: | Browser Linux Mac OS Windows |
Unity is a popular, free game making tool. There's lots of support availible online, and you can do quite a bit without even having to bother with JavaScript or C# :) It's real easy to just plonk some primitives or free models in and be able to walk round and have things effected by physics :)
Linux
There is actually a GNU/Linux version of Unity available, but it can be a little hidden! They only officially support Ubuntu, but . You also have the option of using it in WINE (via Play On WINE is easier).
- Unity on Linux: Release Notes and Known Issues - latest builds at the bottom of the thread.
- unity-editor and unity-editor-beta in the Arch User Repository.
Note that when installing through the AUR I had to use a different temporary folder as it wasn't large enough:
yaourt -S unity-editor --tmp /home/USERNAME/tmp
(need to find how to do this with pacaur)
I also did it on a drive I shared with Windows once (FAT32) but then I had to set a bunch of permissions after it was installed which was a bit annoying! You need quite a bit of free space to do all the downloading and building, maybe ~10GB+
Extending
Add-ons and things for adding more features to Unity.
Asset store things
- Primitives - There are a bunch of primitive sets on the asset shop, but of the two I've tried this seemed to work the best.
- World Physics System Simulates multiple gravity points, good for space games where planets effect your movement. I can confirm it still works in Unity 5.
- NumberFlow - Procedural texture generation.
- etc
Interface add-ons
- Simple Geometry Painter Some .CS scripts that add nice 3-D object drawing tools to Unity.
See Also
- Best Unity Assets by Keijiro TakahashiLots of neat Unity things (Reddit :( ).
Export Options
More: Exporting in the guides section.