Resources
You can find many resources and scripts that help you with unity online, but a lot of it has a strongly varying degree of quality. This is an attempt to make the search for you easier.
Scripts
To avoid unecessary duplication of work, I intend to collect commonly useful scripts in the HFBK-Gitlab at code.hfbk.net/unity. You can see them as useful building blocks you can use for your projects. If you know how to use git you can use git clone
to download those scripts to your computer otherwise you can just copy and paste the raw text as well.
Project Files
Note: to download klick the small download icon left of the blue "Clone"-Button
Learning Resources
Advanced Topics
Title |
Description |
Link |
How to integrate Arduino with Unity |
Blog post showing how to get bidirectional communication between a computer with Unity and an Arduino |
alanzucconi.com |
Game Development Patterns in C# |
Blog post about how to structure C#-Code in general |
vironit.com |
Recommended Addons
Title |
Description |
Where |
ProGrids |
A useful Extension of the existing Grid System. Here is a tutorial video |
Package Manager (activate Advanced > Show preview packages ) |
ProBuilder |
Advanced Modelling in Unity. Watch Tutorials here |
Package Manager |
Terrain Tools |
Additional Brushes and Tools. Check this introduction |
Package Manager (activate Advanced > Show preview packages ) |
Terrain Tools Sample Asset Pack |
Example Brushes and Textures you can freely use for your Terrains. Check the Store Page |
Asset Store |
Ardity |
Enables Serial Communication with Arduino & Co. Check their site |
Asset Store |