Unity: Difference between revisions

From Game Making Tools Wiki
(→‎Linux: Little not on installing via AUR and insufficient space in /tmp)
(Added NB box, RE military involvement)
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{infobox_software
{{infobox_software
| title        = Unity 3D
  | title        = Unity (fmr. Unity 3D?)
| release_date = Current
  | logo        = [[File:Unity_logo.png|220px]]
| 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://unity.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:Android Export|Android]]<br>[[:Category:Browser Export|Browser]]<br>[[:Category:Facebook Export|Facebook]]<br>[[:Category:iOS Export|iOS]]<br>[[:Category:Linux Export|Linux]]<br>[[:Category:Mac OS Export|Mac OS]]<br>[[:Category:Windows Export|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 :)
'''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==
{{nb|Unity has no problems working with the US military:<br>
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).
[https://www.vice.com/en/article/y3d4jy/unity-workers-question-company-ethics-as-it-expands-from-video-games-to-war Unity Workers Question Company Ethics As It Expands From Video Games to War]<br>
[https://www.vice.com/en/article/xgdv8q/unity-dogfight-simulation-air-force-kill-chain Unity Made a Dogfight Simulation for the Air Force’s ‘Kill Chain’ Branch]<br>
— [[User:Rjt|rjt]] ([[User talk:Rjt|talk]])}}


* [http://forum.unity3d.com/threads/unity-on-linux-release-notes-and-known-issues.350256/ Unity on Linux: Release Notes and Known Issues] - latest builds at the bottom of the thread.
==Extending==
* [https://aur.archlinux.org/packages/unity-editor/ unity-editor] and [https://aur.archlinux.org/packages/unity-editor-beta/ unity-editor-beta] in the Arch User Repository.
Add-ons and things for adding more features to Unity.


Note that when installing through the AUR I had to use a different /tmp folder as it wasn't large enough:
===Asset store things===
 
* [https://www.assetstore.unity3d.com/en/#!/content/3197 Primitives] - There are a bunch of {{jargon|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.
<pre>yaourt -S PACKAGENAME --tmp /home/USERNAME/tmp/yaourt</pre>
* [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.
 
==Asset store things==
* Primitives
* space gravity thing
* [[NumberFlow|NumberFlow]] - [[:Category:Generative|Procedural]] [[:Category:Texture Editor|texture generation]].
* [[NumberFlow|NumberFlow]] - [[:Category:Generative|Procedural]] [[:Category:Texture Editor|texture generation]].
* 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.


==Links==
===See Also===
 
* [[Guide:Unity_3D|Unity 3D]] in the guides section: help with scripting, finding things in the UI, etc.
* [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://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]
** [https://github.com/keijiro github.com/keijiro]


[[Category:3-D]][[Category:Game Builder]][[Category:Linux]][[Category:Mac OS]][[Category:Windows]][[Category:Linux Export]][[Category:Mac OS Export]][[Category:Windows Export]]
==Export Options==
''More: [[Guide:Unity#Exporting|Exporting]] in the [[Guide:Main_Page|guides]] section.''
 
==See Also==
* [[Guide:Unity|Unity]] in the Guides section: help with scripting, finding things in the UI, etc.
* [[Guide:Assets#Shaders|Shaders]] in the Assets section.
 
[[Category:3-D]][[Category:2-D]][[Category:Game Builder]]
[[Category:Linux]][[Category:Mac OS]][[Category:Windows]]
[[Category:Android Export]][[Category:Browser Export]][[Category:Facebook Export]][[Category:iOS Export]][[Category:Linux Export]][[Category:Mac OS Export]][[Category:Windows Export]]

Latest revision as of 09:47, 31 January 2022

Unity (fmr. Unity 3D?)
Release date: Current
Made by: Unity Technologies
Runs on: Linux
Mac OS
Windows
Exports to: Android
Browser
Facebook
iOS
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 :)

NB: Unity has no problems working with the US military:
Unity Workers Question Company Ethics As It Expands From Video Games to War
Unity Made a Dogfight Simulation for the Air Force’s ‘Kill Chain’ Branch
rjt (talk)

Extending

Add-ons and things for adding more features to Unity.

Asset store things

Interface add-ons

See Also

Export Options

More: Exporting in the guides section.

See Also

  • Unity in the Guides section: help with scripting, finding things in the UI, etc.
  • Shaders in the Assets section.