Unity: Difference between revisions

From Game Making Tools Wiki
(→‎Linux: Little not on installing via AUR and insufficient space in /tmp)
(→‎Asset store things: Notes and links for Primitives and World Physics System)
Line 20: Line 20:


==Asset store things==
==Asset store things==
* Primitives
* [https://www.assetstore.unity3d.com/en/#!/content/3197 Primitives] - There are a bunch of [[Glossary:Main_Page#Primitives|primitive]] sets [https://www.assetstore.unity3d.com/en/#!/search/page=1/sortby=relevance/query=primitive&category:0 on the asset shop], but of the two I've tried this seemed to work the best.
* space gravity thing
* [https://www.assetstore.unity3d.com/en/#!/content/6017 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|NumberFlow]] - [[:Category:Generative|Procedural]] [[:Category:Texture Editor|texture generation]].
* [[NumberFlow|NumberFlow]] - [[:Category:Generative|Procedural]] [[:Category:Texture Editor|texture generation]].
* etc
* etc

Revision as of 05:10, 22 July 2016

Unity 3D
Release date: Current
Made by: Unity Technologies
Runs on: Linux
Mac OS
Windows
Exports to: Browser
Linux
Mac OS
Windows


Unity 3D 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 3D 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).

Note that when installing through the AUR I had to use a different /tmp folder as it wasn't large enough:

yaourt -S PACKAGENAME --tmp /home/USERNAME/tmp/yaourt

Asset store things

Interface add-ons

Links