Updating conversion, creating readmes

This commit is contained in:
Jonas Zeunert
2024-04-19 23:37:46 +02:00
parent 3619ac710a
commit 08e75b0f0a
635 changed files with 30878 additions and 37344 deletions

View File

@@ -5,8 +5,7 @@
A categorized community-driven collection of high-quality awesome Unity assets, projects, and resources. Free assets and resources are prioritized over paid when possible.
Suggestions and contributions are always welcome! Make sure to read the contribution guidelines (https://github.com/RyanNielson/awesome-unity/blob/master/CONTRIBUTING.md) for more information before submitting a
pull request.
Suggestions and contributions are always welcome! Make sure to read the contribution guidelines (https://github.com/RyanNielson/awesome-unity/blob/master/CONTRIBUTING.md) for more information before submitting a pull request.
Thanks to all the contributors (https://github.com/ryannielson/awesome-unity/graphs/contributors), this wouldn't be possible without you!
@@ -41,10 +40,10 @@
⟡ Ferr2D Terrain Tool (Paid) (https://assetstore.unity.com/packages/tools/level-design/ferr2d-terrain-tool-11653) - Quickly create handcrafted 2D landscapes and levels.
⟡ Pixel Camera 2D (https://github.com/RyanNielson/PixelCamera2D) - A simple pixel perfect camera with scaling options for 2D Games.
⟡ Spine (Paid) (http://esotericsoftware.com) - A skeletal animation editor with a Unity library.
⟡ Tiled2Unity (http://www.seanba.com/tiled2unity) - Takes your Tiled (http://www.mapeditor.org) files and creates Unity prefabs from them that are easily placed into your Unity scene. Complex collision is 
supported through Unitys PolygonCollider2D class.
⟡ Unity Anima2D (https://assetstore.unity.com/packages/2d/characters/anima2d-no-longer-supported-replaced-by-2d-animation-79840) - Advanced skeletal animation editor with support for both per-object and skinned 
mesh animation with an integrated in-editor skinning tool.
⟡ Tiled2Unity (http://www.seanba.com/tiled2unity) - Takes your Tiled (http://www.mapeditor.org) files and creates Unity prefabs from them that are easily placed into your Unity scene. Complex collision is supported through Unitys 
PolygonCollider2D class.
⟡ Unity Anima2D (https://assetstore.unity.com/packages/2d/characters/anima2d-no-longer-supported-replaced-by-2d-animation-79840) - Advanced skeletal animation editor with support for both per-object and skinned mesh animation with an 
integrated in-editor skinning tool.
⟡ UnityTiled (https://github.com/nickgravelyn/UnityTiled) - An importer for Tiled (http://www.mapeditor.org) maps.
AI
@@ -92,32 +91,29 @@
⟡ Nakama (https://assetstore.unity.com/packages/tools/network/nakama-81338) - Build social and realtime games with an open-source distributed server (https://github.com/heroiclabs/nakama).
⟡ Photon Bolt (Paid) (https://assetstore.unity.com/packages/tools/network/photon-bolt-free-127156) - Build networked games without having to know the details of networking or write any complex networking code.
⟡ Photon Unity Networking
 (https://assetstore.unity.com/packages/tools/network/photon-unity-networking-classic-free-1786) - Plug and play cloud networking that also works for local hosting. Free for up to 20 concurrent users.
⟡ Photon Unity Networking (https://assetstore.unity.com/packages/tools/network/photon-unity-networking-classic-free-1786) - Plug and play cloud networking that also works for local hosting. Free for up to 20 concurrent users.
Scripting
⟡ Easy Save 2 (Paid)
 (https://assetstore.unity.com/packages/tools/input-management/easy-save-the-complete-save-load-asset-768) - A fast and simple way to save and load data on all major platforms supported by Unity.
⟡ UniStorm (Paid) (https://assetstore.unity.com/packages/tools/particles-effects/unistorm-volumetric-clouds-sky-modular-weather-and-cloud-shadows-2714) - A customizable dynamic day and night weather system that 
creates realistic storms and weather.
⟡ Easy Save 2 (Paid) (https://assetstore.unity.com/packages/tools/input-management/easy-save-the-complete-save-load-asset-768) - A fast and simple way to save and load data on all major platforms supported by Unity.
⟡ UniStorm (Paid)
 (https://assetstore.unity.com/packages/tools/particles-effects/unistorm-volumetric-clouds-sky-modular-weather-and-cloud-shadows-2714) - A customizable dynamic day and night weather system that creates realistic storms and weather.
Services
⟡ Unity Analytics (https://docs.unity3d.com/Manual/UnityAnalyticsSetup.html) - Provides a dashboard with metrics to help track active players, sessions, retention, and revenue.
Tweening
⟡ DOTween (https://assetstore.unity.com/packages/tools/animation/dotween-hotween-v2-27676) - Tween any numeric property or field (including Vectors, Rectangles, etc.), plus some non-numeric ones (like strings). 
This is the follow-up to HOTween.
⟡ DOTween
 (https://assetstore.unity.com/packages/tools/animation/dotween-hotween-v2-27676) - Tween any numeric property or field (including Vectors, Rectangles, etc.), plus some non-numeric ones (like strings). This is the follow-up to HOTween.
⟡ GoKit (https://github.com/prime31/GoKit) - An open source, lightweight tween library aimed at making tweening objects dead simple.
⟡ iTween (https://assetstore.unity.com/packages/tools/animation/itween-84) - A simple, and easy to use animation system.
⟡ LeanTween
 (https://assetstore.unity.com/packages/tools/animation/leantween-3595) - FOSS, and also the most lightweight tweening library for Unity. Allows you to tween any value you have access to via the .value() method.
⟡ LeanTween (https://assetstore.unity.com/packages/tools/animation/leantween-3595) - FOSS, and also the most lightweight tweening library for Unity. Allows you to tween any value you have access to via the .value() method.
UI
⟡ NGUI (Paid) (https://assetstore.unity.com/packages/tools/gui/ngui-next-gen-ui-2413) - A powerful UI system and event notification framework.
⟡ TextMesh Pro (https://docs.unity3d.com/Packages/com.unity.textmeshpro@1.3/manual/index.html) - A alternative to render text in uGUI by using the distance field technique, which allows crisp fonts at any scale.
This was recently purchased by Unity and will be integrated into the engine in the future.
⟡ TextMesh Pro (https://docs.unity3d.com/Packages/com.unity.textmeshpro@1.3/manual/index.html) - A alternative to render text in uGUI by using the distance field technique, which allows crisp fonts at any scale. This was recently 
purchased by Unity and will be integrated into the engine in the future.
Utilities
@@ -125,8 +121,8 @@
⟡ GitHub for Unity (https://unity.github.com/) - The new GitHub for Unity extension brings the GitHub workflow and more to Unity, providing support for large files with Git LFS and file locking.
⟡ Grouping Tool (https://assetstore.unity.com/packages/tools/utilities/grouping-tool-147552) - Easily group objects together
⟡ Scene View Bookmarks (https://github.com/mminer/scene-view-bookmarks) - Editor extension to bookmark and later recall scene views.
⟡ SnazzyGrid (Paid) (https://assetstore.unity.com/packages/tools/level-design/snazzygrid2-19245) - Makes it easy to manage positions of assets in the scene with easy to use snapping tools and many more features 
to improve the scene creation workflow.
⟡ SnazzyGrid (Paid)
 (https://assetstore.unity.com/packages/tools/level-design/snazzygrid2-19245) - Makes it easy to manage positions of assets in the scene with easy to use snapping tools and many more features to improve the scene creation workflow.
⟡ UniMerge (Paid) (https://assetstore.unity.com/packages/tools/version-control/unimerge-9733) - Editor extension for merging scenes and prefabs, also integrates with VCS.
⟡ UniRx (https://github.com/neuecc/UniRx) - UniRx (Reactive Extensions for Unity) is a reimplementation of the .NET Reactive Extensions. Rx cures the "asynchronous blues" without async/await.
⟡ UnityToolbag (https://github.com/nickgravelyn/unitytoolbag) - Collection of miscellaneous open source scripts and helpers for Unity 5.0.
@@ -137,16 +133,15 @@
Visual Scripting
⟡ Playmaker (Paid)
 (https://assetstore.unity.com/packages/tools/visual-scripting/playmaker-368) - Quickly make gameplay prototypes, A.I. behaviors, animation graphs, interactive objects, and more using finite state machines.
⟡ Playmaker (Paid) (https://assetstore.unity.com/packages/tools/visual-scripting/playmaker-368) - Quickly make gameplay prototypes, A.I. behaviors, animation graphs, interactive objects, and more using finite state machines.
 Projects
 Projects
Games
⟡ Nodulus (https://github.com/Hyperparticle/nodulus) - A complete puzzle game with a clever twist. Play it online.
 Resources
 Resources
Tips and Tricks
@@ -158,8 +153,8 @@
⟡ 2D Splatter Effects Using the Stencil Buffer
 (http://nielson.dev/2015/12/splatter-effects-in-unity-using-the-stencil-buffer) - Using the stencil buffer in Unity to draw splatter effects on surfaces. This could be used for paint or blood splatter.
⟡ A Gentle Introduction to Shaders in Unity3D (http://www.alanzucconi.com/2015/06/10/a-gentle-introduction-to-shaders-in-unity3d) - This series of posts will introduce you to shader coding, and is oriented to 
developers with little to no knowledge about shaders.
⟡ A Gentle Introduction to Shaders in Unity3D
 (http://www.alanzucconi.com/2015/06/10/a-gentle-introduction-to-shaders-in-unity3d) - This series of posts will introduce you to shader coding, and is oriented to developers with little to no knowledge about shaders.
⟡ Amits Game Programming Information (http://www-cs-students.stanford.edu/~amitp/gameprog.html) - An great collection of general purpose game programming content.
⟡ Catlike Coding (http://catlikecoding.com/unity/tutorials/) - Tutorials designed for learning the C# scripting side of Unity.
⟡ Fixing Gaps Between Sprites (http://nielson.dev/2015/10/fixing-gaps-between-sprites-better-2d-in-unity-part-2) - A short tutorial about removing the small gaps that sometimes appear between adjacent sprites.
@@ -170,7 +165,7 @@
⟡ Unity in HoloLens (https://developer.microsoft.com/en-us/windows/holographic/unity_development_overview) - Official tutorials from Microsoft for creating Microsoft HoloLens applications.
⟡ Unity Virtual Reality (http://docs.unity3d.com/Manual/VROverview.html) - Unity's official documentation on developing virtual reality applications.
 Contributing
 Contributing
Please see CONTRIBUTING (https://github.com/RyanNielson/awesome-unity/blob/master/CONTRIBUTING.md) for details.
TESTING