Unity: Difference between revisions
From Game Making Tools Wiki
(→Asset store things: Notes and links for Primitives and World Physics System) |
(Put all the add-ons stuff into one 'Extending' section) |
||
Line 19: | Line 19: | ||
<pre>yaourt -S PACKAGENAME --tmp /home/USERNAME/tmp/yaourt</pre> | <pre>yaourt -S PACKAGENAME --tmp /home/USERNAME/tmp/yaourt</pre> | ||
==Asset store things== | ==Extending== | ||
Add-ons and things for adding more features to Unity 3D | |||
===Asset store things=== | |||
* [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. | * [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. | ||
* [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. | * [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. | ||
Line 25: | Line 28: | ||
* etc | * etc | ||
==Interface add-ons== | ===Interface add-ons=== | ||
* [https://gist.github.com/phosphoer/8cccb00e20d9892af1438a795779bee0 Simple Geometry Painter] Some .CS scripts that add nice 3-D object drawing tools to Unity. | * [https://gist.github.com/phosphoer/8cccb00e20d9892af1438a795779bee0 Simple Geometry Painter] Some .CS scripts that add nice 3-D object drawing tools to Unity. | ||
===See Also=== | |||
* [https://www.reddit.com/r/gamedev/comments/3hst9l/best_unity_assets_by_keijiro_takahashi_including/ Best Unity Assets by Keijiro Takahashi]Lots of neat Unity things (Reddit :( ). | |||
** [https://github.com/keijiro github.com/keijiro] | |||
==Links== | ==Links== | ||
* [[Guide:Unity_3D|Unity 3D]] in the guides section: help with scripting, finding things in the UI, etc. | * [[Guide:Unity_3D|Unity 3D]] in the guides section: help with scripting, finding things in the UI, etc. | ||
[[Category:3-D]][[Category:Game Builder]][[Category:Linux]][[Category:Mac OS]][[Category:Windows]][[Category:Linux Export]][[Category:Mac OS Export]][[Category:Windows Export]] | [[Category:3-D]][[[Category:2-D]][[Category:Game Builder]] | ||
[[Category:Linux]][[Category:Mac OS]][[Category:Windows]] | |||
[[Category:Linux Export]][[Category:Mac OS Export]][[Category:Windows Export]] |
Revision as of 05:13, 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).
- 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 /tmp folder as it wasn't large enough:
yaourt -S PACKAGENAME --tmp /home/USERNAME/tmp/yaourt
Extending
Add-ons and things for adding more features to Unity 3D
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 :( ).
Links
- Unity 3D in the guides section: help with scripting, finding things in the UI, etc.[[[Category:2-D]]