Unity: Difference between revisions
From Game Making Tools Wiki
m (Glossary link update) |
(Special Linux info no longer needed, expanded list of exports, updated homepage link) |
||
Line 3: | Line 3: | ||
| logo = [[File:Unity_logo.png|220px]] | | logo = [[File:Unity_logo.png|220px]] | ||
| release_date = Current | | release_date = Current | ||
| made_by = [https:// | | made_by = [https://unity.com/ Unity Technologies] | ||
| runs_on = [[:Category:Linux|Linux]]<br>[[:Category:Mac OS|Mac OS]]<br>[[:Category:Windows|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]] | | 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''' 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 :) | ||
==Extending== | ==Extending== | ||
Line 45: | Line 31: | ||
==See Also== | ==See Also== | ||
* [[Guide:Unity|Unity]] in the Guides section: help with scripting, finding things in the UI, etc. | * [[Guide:Unity|Unity]] in the Guides section: help with scripting, finding things in the UI, etc. | ||
* [[Assets | * [[Guide:Assets#Shaders|Shaders]] in the Assets section. | ||
[[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:Browser Export]][[Category:Linux Export]][[Category:Mac OS Export]][[Category:Windows Export]] | [[Category:Android Export]][[Category:Browser Export]][[Category:Facebook Export]][[Category:iOS Export]][[Category:Linux Export]][[Category:Mac OS Export]][[Category:Windows Export]] |
Revision as of 05:35, 16 August 2021
Unity (fmr. Unity 3D?) | |
---|---|
Release date: | Current |
Made by: | Unity Technologies |
Runs on: | Linux Mac OS Windows |
Exports to: | Android Browser 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 :)
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.