├── .github
└── ISSUE_TEMPLATE
│ ├── bug_report.md
│ └── feature_request.md
├── Assets
└── Readme.md
├── Games
└── Readme.md
├── LICENSE
├── NonGames
└── Readme.md
├── Pipelines
└── Readme.md
├── README.md
├── Scripts
├── AI.md
├── Algorithms.md
├── Animator.md
├── Audio.md
├── C#.md
├── Camera.md
├── Coroutine.md
├── Data.md
├── Dialog.md
├── ECS.md
├── Editor.md
├── Effects.md
├── Frameworks.md
├── GamePlay.md
├── Input-Output.md
├── Interactables.md
├── JobSystem.md
├── Libraries.md
├── Light.md
├── LineOfSight.md
├── Math.md
├── Mesh.md
├── Mixed.md
├── Mobile.md
├── Movement.md
├── Network.md
├── Particles.md
├── Physics.md
├── PlayableGraph.md
├── Procedural.md
├── Readme.md
├── Scene.md
├── Social.md
├── Terrain.md
├── Textures.md
├── Threading.md
├── TileMap.md
├── Timeline.md
├── UI.md
├── Vehicles.md
├── Video.md
└── VisualEffects.md
├── Shaders
├── Collections.md
├── Effects.md
├── Environment.md
├── Fog of War.md
├── Fur.md
├── Holographic.md
├── Noise.md
├── Readme.md
└── Toon.md
├── Tools
└── Readme.md
├── Troubleshooting
└── Readme.md
└── Tutorials
├── Mixed.md
├── Projects.md
├── Readme.md
├── Text.md
└── Video.md
/.github/ISSUE_TEMPLATE/bug_report.md:
--------------------------------------------------------------------------------
1 | ---
2 | name: Bug report
3 | about: Create a report to help us improve
4 | title: ''
5 | labels: ''
6 | assignees: ''
7 |
8 | ---
9 |
10 | **Describe the bug**
11 | A clear and concise description of what the bug is.
12 |
13 | **To Reproduce**
14 | Steps to reproduce the behavior:
15 | 1. Go to '...'
16 | 2. Click on '....'
17 | 3. Scroll down to '....'
18 | 4. See error
19 |
20 | **Expected behavior**
21 | A clear and concise description of what you expected to happen.
22 |
23 | **Screenshots**
24 | If applicable, add screenshots to help explain your problem.
25 |
26 | **Desktop (please complete the following information):**
27 | - OS: [e.g. iOS]
28 | - Browser [e.g. chrome, safari]
29 | - Version [e.g. 22]
30 |
31 | **Smartphone (please complete the following information):**
32 | - Device: [e.g. iPhone6]
33 | - OS: [e.g. iOS8.1]
34 | - Browser [e.g. stock browser, safari]
35 | - Version [e.g. 22]
36 |
37 | **Additional context**
38 | Add any other context about the problem here.
39 |
--------------------------------------------------------------------------------
/.github/ISSUE_TEMPLATE/feature_request.md:
--------------------------------------------------------------------------------
1 | ---
2 | name: Feature request
3 | about: Suggest an idea for this project
4 | title: ''
5 | labels: ''
6 | assignees: ''
7 |
8 | ---
9 |
10 | **Is your feature request related to a problem? Please describe.**
11 | A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12 |
13 | **Describe the solution you'd like**
14 | A clear and concise description of what you want to happen.
15 |
16 | **Describe alternatives you've considered**
17 | A clear and concise description of any alternative solutions or features you've considered.
18 |
19 | **Additional context**
20 | Add any other context or screenshots about the feature request here.
21 |
--------------------------------------------------------------------------------
/Assets/Readme.md:
--------------------------------------------------------------------------------
1 |
2 | * [Level Design Repo](https://github.com/Josiahms/LevelDesignRepo)
3 | * [Asset Store - All Free](https://assetstore.unity.com/?free=true&orderBy=3&rows=96)
4 | # Reviews
5 | * [Best Free Assets](http://www.procedural-worlds.com/blog/best-free-unity-assets-categorised-mega-list/)
6 |
7 | ## [The Messy Coder](https://www.youtube.com/channel/UCeXJl4hWkgS-wvtvRtS_y2w)
8 | * [Asset Reviews](https://www.youtube.com/watch?v=vtAT3TDmcWY&list=PL2R4tvBs-r1mlUZ1JRVdwhG7__h5AQuXI)
9 | ## [Speed Tutor](https://www.youtube.com/user/SpeedTutor/playlists)
10 | * [Free Unity Asset Store Content](https://www.youtube.com/watch?v=jGy4htAuDY4&list=PLb34wPRpZdVdi5i4Kp6NFwusZtHSHfvkN)
11 |
--------------------------------------------------------------------------------
/Games/Readme.md:
--------------------------------------------------------------------------------
1 | Here are some game projects that are underwork in Unity.
2 |
3 |
4 | # Example Projects
5 |
6 | * [The Stanley Parable Clone](https://github.com/Adamaximum/TheStanleyParableClone)
7 | * [Turn Based Game](https://github.com/VietTho1989/TurnBasedGame)
8 | * [BotMender](https://github.com/Trigary/BotMender)
9 | * [Arena Defense](https://github.com/Senexis/ArenaDefense)
10 | * [Angry Birds style game](https://github.com/dgkanatsios/AngryBirdsStyleGame)
11 | * [Match Three Game](https://github.com/dgkanatsios/MatchThreeGame)
12 | * [Hogwarts](https://github.com/OpenHogwarts/hogwarts)
13 | * [Attack on Titan fan game](https://github.com/Symon799/AoT_FanGame)
14 | * [Hidden Object Game](https://github.com/cabrennan/HiddenObjGame)
15 | * [Mafia Unity](https://github.com/OpenMafia/MafiaUnity)
16 | * [Bright Souls](https://github.com/leotgo/BrightSouls) - An indie game based on Dark Souls.
17 | * [3D Mininig Game](https://github.com/DaKo51/3D-Mining-Game)
18 | * [Dune of Arrakis](https://github.com/daniloabella18/Dune-of-Arrakis-Unity3D)
19 | * [void fire - Top Dungeon](https://github.com/voidfire/TopDungeon)
20 | * [RSG](https://github.com/IliaBahmutov/RSG) - Retro Stealth Game, like Metal Gear on NES.
21 | * [GTA - San Andreas](https://github.com/GTA-ASM/SanAndreasUnity)
22 | * [Watson Simulator](https://github.com/BenoitBellegarde/Watson-simulator) - A simple multi-level game where you play as a cat.
23 |
24 | * [Open Ski Jumping](https://github.com/Jonek2208/Open-Ski-Jumping)
25 |
26 | * [Lego Game](https://github.com/ditzel/LegoGame)
27 | * [Diablerie](https://github.com/mofr/Diablerie) - Diablo 2 in Unity
28 | * [Armor Critical](https://github.com/jamesh38/ArmorCritical)
29 | # Splatoon
30 | * [UnityDemo Splatoon](https://github.com/xieliujian/UnityDemo_Splatoon)
31 | * [Splatoon-2d](https://github.com/NamanHegde38/splatoon-2d)
32 | # Block Breaker
33 | * [Block Break Original](https://github.com/CompleteUnityDeveloper/Block-Breaker-Original)
34 | * [Complete Unity Developer - Block Breaker](https://github.com/CompleteUnityDeveloper/05-Block-Breaker)
35 | * [JtMeulen - Block Breaker](https://github.com/JtMeulen/unity-block-breaker)
36 | * [S4ND1X - Block Breaker](https://github.com/S4ND1X/UnityProjects-BlockBreaker)
37 |
38 | # Tower Defense
39 | * [Overhead](https://github.com/CarlosMatheus/Overhead)
40 | # RTS (Real Time Strategy)
41 | * [Hyperion](https://github.com/fededevi/Hyperion) - Space based RTS. It is old, but has a lot of code that could be used as a starting point.
42 | * [Urius - Unity RTS Game Prototype](https://github.com/urius/unity-rts-game-prototype) - Uses DOTs.
43 | * [Daniel KM - Unity RTS](https://github.com/DanielKM/unity-RTS)
44 | # Horror
45 | * [Doppelganger Effect](https://github.com/ddrocco/doppelganger_effect)
46 | * [Room 613](https://github.com/IliaBahmutov/Room613)
47 | # Rythm Games
48 | * [Rhythm Game Project](https://github.com/erlhuang/rhythm-game-project)
49 | * [RhythmSystem](https://github.com/williamrjackson/RhythmSystem) Beat Saber clone.
50 |
51 | # RPG (Role-Playing Game)
52 | * [Unity RPG](https://github.com/Denzic/UnityRPG)
53 | * [Another Unity Thing](https://github.com/zombietfk/AnotherUnityThing) - ARPG
54 | * [JRPG](https://github.com/blkFinch/JRPG)
55 |
56 | # Remakes of existing games
57 |
58 | * [Darkest Dungeon Unity](https://github.com/Reinisch/Darkest-Dungeon-Unity)
59 | * [Megaman Unity](https://github.com/ManuelIribe18/Megaman_Unity)
60 | * [Pikmin 1](https://github.com/JohnFiddleystein/Pikmin-1-High-Definition)
61 | ## Asteroid
62 | * [BobNobrain](https://github.com/BobNobrain/Asteroids) - A procedural generated version of the game.
63 |
64 | ## Mario
65 | * [Super Mario Bros NES](https://github.com/raulruizbarea/supermariobrosnesunity)
66 | * [Super Mario Bros](https://github.com/Claudiocdj/Super-Mario-Bros-Unity)
67 |
68 | ## The Binding of Isaac
69 | * [The Binding of Isaac Unity](https://github.com/zengge77/The-Binding-of-Isaac-Unity)
70 |
71 | # Simulator
72 |
73 | * [Railroad Station Tychoon](https://github.com/Pilus/RailroadStationTychoon)
74 | * [Prosperity Wars](https://github.com/Nashet/Prosperity-Wars)
75 | * [Unity SimCity](https://github.com/geronimo-lisboa/unity-simcity)
76 | * [City Builder](https://github.com/pepeizq/City-Builder)
77 | * [SimUnity 2](https://github.com/LazyDuchess/SimUnity2)
78 |
79 | # Arcade
80 |
81 | * [Flappy Bird Style Game](https://github.com/dgkanatsios/FlappyBirdStyleGame)
82 | * [Unity Fruit Cutter](https://github.com/tutsplus/UnityFruitCutter)
83 |
84 | # Driving
85 |
86 | * [Driving Simulator](https://github.com/DingYiWen/Driving-simulator)
87 | * [Karting](https://github.com/SocketWeaver/karting) - Multiplayer racing game using SocketWeaver SDK
88 | * [Generative Racer](https://github.com/pulinho/generative-racer)
89 |
90 | # Card Games
91 | * [Card Game Simulator](https://github.com/finol-digital/Card-Game-Simulator) - Includes links to documentation
92 | * [Card Example](https://github.com/rygo6/CardExample-Unity)
93 | * [ycarowr - UiCard](https://github.com/ycarowr/UiCard)
94 | * [CrandellWS - Unity Card Basic](https://github.com/CrandellWS/Unity-Card-Basics)
95 | * [Cythia Card Unity](https://github.com/DeusSeuca/Cynthia.Card.Unity)
96 | * [HMY777 - UnityGame - Card War](https://github.com/HMY777/UnityGame-CardWar)
97 |
98 | ## Clones
99 |
100 | * [Muskson - Gwent Clone](https://github.com/Muskson/gwent-clone)
101 | * [Gwent Card](https://github.com/664235822/GwentCard) - Japanese
102 |
103 | # Tower Defense
104 |
105 | * [Cat-like Coding - Tower Defense](https://catlikecoding.com/unity/tutorials/tower-defense/the-board/) - A tutorial series on tower defense games. Includes files.
106 | # FPS
107 |
108 | * [Multiplayer FPS](https://github.com/Armour/Multiplayer-FPS) - A First Person Shooter game with multiplayer support.
109 | * [Learning Unity First Person Shooter](https://github.com/shacharoz/Learning-Unity-First-Person-Shooter)
110 |
111 | # Pokemon
112 | * [Pokemon Red in Unity](https://github.com/CelestialAmber/Pokemon-Red-Unity)
113 | * [Pokemon Unity](https://github.com/PokemonUnity/PokemonUnity)
114 | * [Pokemon Game](https://github.com/shashankgupta06/Pokemon-Game)
115 | * [Pokemon Battle Simulator](https://github.com/RandomDo/Pokemon-Battle-Simulator)
116 | * [sahmed19 - Pokemon in Unity](https://github.com/sahmed19/PokemonInUnity)
117 | # Game Kits
118 |
119 | * [Tactical Role Playing Game Maker](https://github.com/Narratech/TRPGMaker)
120 |
121 | * [Machine Learning Rogue Like](https://github.com/UnityTechnologies/MachineLearningRoguelike)
122 |
123 | * [Classic StarCraft in Unity](https://github.com/coconauts/startcraft-unity3d)
124 |
125 | * [Arena Game](https://github.com/NFMynster/ArenaGame) -First person shooter
126 |
127 |
128 | # MMO
129 |
130 | * [Action RGP MMO](https://github.com/insthync/UnityMultiplayerARPG_MMO)
131 | * [UnityMMO](https://github.com/liuhaopen/UnityMMO) - An MMO in Unity example. Written in Japanese, I think.
132 |
133 |
134 | # Demos
135 |
136 | * [Unity RTS Demo](https://github.com/stormtek/unity-rts-demo)
137 |
138 | # Tutorials
139 | * [Brackeys Tower Defense Tutorial](https://github.com/Brackeys/Tower-Defense-Tutorial)
140 |
--------------------------------------------------------------------------------
/LICENSE:
--------------------------------------------------------------------------------
1 | GNU GENERAL PUBLIC LICENSE
2 | Version 3, 29 June 2007
3 |
4 | Copyright (C) 2007 Free Software Foundation, Inc.
5 | Everyone is permitted to copy and distribute verbatim copies
6 | of this license document, but changing it is not allowed.
7 |
8 | Preamble
9 |
10 | The GNU General Public License is a free, copyleft license for
11 | software and other kinds of works.
12 |
13 | The licenses for most software and other practical works are designed
14 | to take away your freedom to share and change the works. By contrast,
15 | the GNU General Public License is intended to guarantee your freedom to
16 | share and change all versions of a program--to make sure it remains free
17 | software for all its users. We, the Free Software Foundation, use the
18 | GNU General Public License for most of our software; it applies also to
19 | any other work released this way by its authors. You can apply it to
20 | your programs, too.
21 |
22 | When we speak of free software, we are referring to freedom, not
23 | price. Our General Public Licenses are designed to make sure that you
24 | have the freedom to distribute copies of free software (and charge for
25 | them if you wish), that you receive source code or can get it if you
26 | want it, that you can change the software or use pieces of it in new
27 | free programs, and that you know you can do these things.
28 |
29 | To protect your rights, we need to prevent others from denying you
30 | these rights or asking you to surrender the rights. Therefore, you have
31 | certain responsibilities if you distribute copies of the software, or if
32 | you modify it: responsibilities to respect the freedom of others.
33 |
34 | For example, if you distribute copies of such a program, whether
35 | gratis or for a fee, you must pass on to the recipients the same
36 | freedoms that you received. You must make sure that they, too, receive
37 | or can get the source code. And you must show them these terms so they
38 | know their rights.
39 |
40 | Developers that use the GNU GPL protect your rights with two steps:
41 | (1) assert copyright on the software, and (2) offer you this License
42 | giving you legal permission to copy, distribute and/or modify it.
43 |
44 | For the developers' and authors' protection, the GPL clearly explains
45 | that there is no warranty for this free software. For both users' and
46 | authors' sake, the GPL requires that modified versions be marked as
47 | changed, so that their problems will not be attributed erroneously to
48 | authors of previous versions.
49 |
50 | Some devices are designed to deny users access to install or run
51 | modified versions of the software inside them, although the manufacturer
52 | can do so. This is fundamentally incompatible with the aim of
53 | protecting users' freedom to change the software. The systematic
54 | pattern of such abuse occurs in the area of products for individuals to
55 | use, which is precisely where it is most unacceptable. Therefore, we
56 | have designed this version of the GPL to prohibit the practice for those
57 | products. If such problems arise substantially in other domains, we
58 | stand ready to extend this provision to those domains in future versions
59 | of the GPL, as needed to protect the freedom of users.
60 |
61 | Finally, every program is threatened constantly by software patents.
62 | States should not allow patents to restrict development and use of
63 | software on general-purpose computers, but in those that do, we wish to
64 | avoid the special danger that patents applied to a free program could
65 | make it effectively proprietary. To prevent this, the GPL assures that
66 | patents cannot be used to render the program non-free.
67 |
68 | The precise terms and conditions for copying, distribution and
69 | modification follow.
70 |
71 | TERMS AND CONDITIONS
72 |
73 | 0. Definitions.
74 |
75 | "This License" refers to version 3 of the GNU General Public License.
76 |
77 | "Copyright" also means copyright-like laws that apply to other kinds of
78 | works, such as semiconductor masks.
79 |
80 | "The Program" refers to any copyrightable work licensed under this
81 | License. Each licensee is addressed as "you". "Licensees" and
82 | "recipients" may be individuals or organizations.
83 |
84 | To "modify" a work means to copy from or adapt all or part of the work
85 | in a fashion requiring copyright permission, other than the making of an
86 | exact copy. The resulting work is called a "modified version" of the
87 | earlier work or a work "based on" the earlier work.
88 |
89 | A "covered work" means either the unmodified Program or a work based
90 | on the Program.
91 |
92 | To "propagate" a work means to do anything with it that, without
93 | permission, would make you directly or secondarily liable for
94 | infringement under applicable copyright law, except executing it on a
95 | computer or modifying a private copy. Propagation includes copying,
96 | distribution (with or without modification), making available to the
97 | public, and in some countries other activities as well.
98 |
99 | To "convey" a work means any kind of propagation that enables other
100 | parties to make or receive copies. Mere interaction with a user through
101 | a computer network, with no transfer of a copy, is not conveying.
102 |
103 | An interactive user interface displays "Appropriate Legal Notices"
104 | to the extent that it includes a convenient and prominently visible
105 | feature that (1) displays an appropriate copyright notice, and (2)
106 | tells the user that there is no warranty for the work (except to the
107 | extent that warranties are provided), that licensees may convey the
108 | work under this License, and how to view a copy of this License. If
109 | the interface presents a list of user commands or options, such as a
110 | menu, a prominent item in the list meets this criterion.
111 |
112 | 1. Source Code.
113 |
114 | The "source code" for a work means the preferred form of the work
115 | for making modifications to it. "Object code" means any non-source
116 | form of a work.
117 |
118 | A "Standard Interface" means an interface that either is an official
119 | standard defined by a recognized standards body, or, in the case of
120 | interfaces specified for a particular programming language, one that
121 | is widely used among developers working in that language.
122 |
123 | The "System Libraries" of an executable work include anything, other
124 | than the work as a whole, that (a) is included in the normal form of
125 | packaging a Major Component, but which is not part of that Major
126 | Component, and (b) serves only to enable use of the work with that
127 | Major Component, or to implement a Standard Interface for which an
128 | implementation is available to the public in source code form. A
129 | "Major Component", in this context, means a major essential component
130 | (kernel, window system, and so on) of the specific operating system
131 | (if any) on which the executable work runs, or a compiler used to
132 | produce the work, or an object code interpreter used to run it.
133 |
134 | The "Corresponding Source" for a work in object code form means all
135 | the source code needed to generate, install, and (for an executable
136 | work) run the object code and to modify the work, including scripts to
137 | control those activities. However, it does not include the work's
138 | System Libraries, or general-purpose tools or generally available free
139 | programs which are used unmodified in performing those activities but
140 | which are not part of the work. For example, Corresponding Source
141 | includes interface definition files associated with source files for
142 | the work, and the source code for shared libraries and dynamically
143 | linked subprograms that the work is specifically designed to require,
144 | such as by intimate data communication or control flow between those
145 | subprograms and other parts of the work.
146 |
147 | The Corresponding Source need not include anything that users
148 | can regenerate automatically from other parts of the Corresponding
149 | Source.
150 |
151 | The Corresponding Source for a work in source code form is that
152 | same work.
153 |
154 | 2. Basic Permissions.
155 |
156 | All rights granted under this License are granted for the term of
157 | copyright on the Program, and are irrevocable provided the stated
158 | conditions are met. This License explicitly affirms your unlimited
159 | permission to run the unmodified Program. The output from running a
160 | covered work is covered by this License only if the output, given its
161 | content, constitutes a covered work. This License acknowledges your
162 | rights of fair use or other equivalent, as provided by copyright law.
163 |
164 | You may make, run and propagate covered works that you do not
165 | convey, without conditions so long as your license otherwise remains
166 | in force. You may convey covered works to others for the sole purpose
167 | of having them make modifications exclusively for you, or provide you
168 | with facilities for running those works, provided that you comply with
169 | the terms of this License in conveying all material for which you do
170 | not control copyright. Those thus making or running the covered works
171 | for you must do so exclusively on your behalf, under your direction
172 | and control, on terms that prohibit them from making any copies of
173 | your copyrighted material outside their relationship with you.
174 |
175 | Conveying under any other circumstances is permitted solely under
176 | the conditions stated below. Sublicensing is not allowed; section 10
177 | makes it unnecessary.
178 |
179 | 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
180 |
181 | No covered work shall be deemed part of an effective technological
182 | measure under any applicable law fulfilling obligations under article
183 | 11 of the WIPO copyright treaty adopted on 20 December 1996, or
184 | similar laws prohibiting or restricting circumvention of such
185 | measures.
186 |
187 | When you convey a covered work, you waive any legal power to forbid
188 | circumvention of technological measures to the extent such circumvention
189 | is effected by exercising rights under this License with respect to
190 | the covered work, and you disclaim any intention to limit operation or
191 | modification of the work as a means of enforcing, against the work's
192 | users, your or third parties' legal rights to forbid circumvention of
193 | technological measures.
194 |
195 | 4. Conveying Verbatim Copies.
196 |
197 | You may convey verbatim copies of the Program's source code as you
198 | receive it, in any medium, provided that you conspicuously and
199 | appropriately publish on each copy an appropriate copyright notice;
200 | keep intact all notices stating that this License and any
201 | non-permissive terms added in accord with section 7 apply to the code;
202 | keep intact all notices of the absence of any warranty; and give all
203 | recipients a copy of this License along with the Program.
204 |
205 | You may charge any price or no price for each copy that you convey,
206 | and you may offer support or warranty protection for a fee.
207 |
208 | 5. Conveying Modified Source Versions.
209 |
210 | You may convey a work based on the Program, or the modifications to
211 | produce it from the Program, in the form of source code under the
212 | terms of section 4, provided that you also meet all of these conditions:
213 |
214 | a) The work must carry prominent notices stating that you modified
215 | it, and giving a relevant date.
216 |
217 | b) The work must carry prominent notices stating that it is
218 | released under this License and any conditions added under section
219 | 7. This requirement modifies the requirement in section 4 to
220 | "keep intact all notices".
221 |
222 | c) You must license the entire work, as a whole, under this
223 | License to anyone who comes into possession of a copy. This
224 | License will therefore apply, along with any applicable section 7
225 | additional terms, to the whole of the work, and all its parts,
226 | regardless of how they are packaged. This License gives no
227 | permission to license the work in any other way, but it does not
228 | invalidate such permission if you have separately received it.
229 |
230 | d) If the work has interactive user interfaces, each must display
231 | Appropriate Legal Notices; however, if the Program has interactive
232 | interfaces that do not display Appropriate Legal Notices, your
233 | work need not make them do so.
234 |
235 | A compilation of a covered work with other separate and independent
236 | works, which are not by their nature extensions of the covered work,
237 | and which are not combined with it such as to form a larger program,
238 | in or on a volume of a storage or distribution medium, is called an
239 | "aggregate" if the compilation and its resulting copyright are not
240 | used to limit the access or legal rights of the compilation's users
241 | beyond what the individual works permit. Inclusion of a covered work
242 | in an aggregate does not cause this License to apply to the other
243 | parts of the aggregate.
244 |
245 | 6. Conveying Non-Source Forms.
246 |
247 | You may convey a covered work in object code form under the terms
248 | of sections 4 and 5, provided that you also convey the
249 | machine-readable Corresponding Source under the terms of this License,
250 | in one of these ways:
251 |
252 | a) Convey the object code in, or embodied in, a physical product
253 | (including a physical distribution medium), accompanied by the
254 | Corresponding Source fixed on a durable physical medium
255 | customarily used for software interchange.
256 |
257 | b) Convey the object code in, or embodied in, a physical product
258 | (including a physical distribution medium), accompanied by a
259 | written offer, valid for at least three years and valid for as
260 | long as you offer spare parts or customer support for that product
261 | model, to give anyone who possesses the object code either (1) a
262 | copy of the Corresponding Source for all the software in the
263 | product that is covered by this License, on a durable physical
264 | medium customarily used for software interchange, for a price no
265 | more than your reasonable cost of physically performing this
266 | conveying of source, or (2) access to copy the
267 | Corresponding Source from a network server at no charge.
268 |
269 | c) Convey individual copies of the object code with a copy of the
270 | written offer to provide the Corresponding Source. This
271 | alternative is allowed only occasionally and noncommercially, and
272 | only if you received the object code with such an offer, in accord
273 | with subsection 6b.
274 |
275 | d) Convey the object code by offering access from a designated
276 | place (gratis or for a charge), and offer equivalent access to the
277 | Corresponding Source in the same way through the same place at no
278 | further charge. You need not require recipients to copy the
279 | Corresponding Source along with the object code. If the place to
280 | copy the object code is a network server, the Corresponding Source
281 | may be on a different server (operated by you or a third party)
282 | that supports equivalent copying facilities, provided you maintain
283 | clear directions next to the object code saying where to find the
284 | Corresponding Source. Regardless of what server hosts the
285 | Corresponding Source, you remain obligated to ensure that it is
286 | available for as long as needed to satisfy these requirements.
287 |
288 | e) Convey the object code using peer-to-peer transmission, provided
289 | you inform other peers where the object code and Corresponding
290 | Source of the work are being offered to the general public at no
291 | charge under subsection 6d.
292 |
293 | A separable portion of the object code, whose source code is excluded
294 | from the Corresponding Source as a System Library, need not be
295 | included in conveying the object code work.
296 |
297 | A "User Product" is either (1) a "consumer product", which means any
298 | tangible personal property which is normally used for personal, family,
299 | or household purposes, or (2) anything designed or sold for incorporation
300 | into a dwelling. In determining whether a product is a consumer product,
301 | doubtful cases shall be resolved in favor of coverage. For a particular
302 | product received by a particular user, "normally used" refers to a
303 | typical or common use of that class of product, regardless of the status
304 | of the particular user or of the way in which the particular user
305 | actually uses, or expects or is expected to use, the product. A product
306 | is a consumer product regardless of whether the product has substantial
307 | commercial, industrial or non-consumer uses, unless such uses represent
308 | the only significant mode of use of the product.
309 |
310 | "Installation Information" for a User Product means any methods,
311 | procedures, authorization keys, or other information required to install
312 | and execute modified versions of a covered work in that User Product from
313 | a modified version of its Corresponding Source. The information must
314 | suffice to ensure that the continued functioning of the modified object
315 | code is in no case prevented or interfered with solely because
316 | modification has been made.
317 |
318 | If you convey an object code work under this section in, or with, or
319 | specifically for use in, a User Product, and the conveying occurs as
320 | part of a transaction in which the right of possession and use of the
321 | User Product is transferred to the recipient in perpetuity or for a
322 | fixed term (regardless of how the transaction is characterized), the
323 | Corresponding Source conveyed under this section must be accompanied
324 | by the Installation Information. But this requirement does not apply
325 | if neither you nor any third party retains the ability to install
326 | modified object code on the User Product (for example, the work has
327 | been installed in ROM).
328 |
329 | The requirement to provide Installation Information does not include a
330 | requirement to continue to provide support service, warranty, or updates
331 | for a work that has been modified or installed by the recipient, or for
332 | the User Product in which it has been modified or installed. Access to a
333 | network may be denied when the modification itself materially and
334 | adversely affects the operation of the network or violates the rules and
335 | protocols for communication across the network.
336 |
337 | Corresponding Source conveyed, and Installation Information provided,
338 | in accord with this section must be in a format that is publicly
339 | documented (and with an implementation available to the public in
340 | source code form), and must require no special password or key for
341 | unpacking, reading or copying.
342 |
343 | 7. Additional Terms.
344 |
345 | "Additional permissions" are terms that supplement the terms of this
346 | License by making exceptions from one or more of its conditions.
347 | Additional permissions that are applicable to the entire Program shall
348 | be treated as though they were included in this License, to the extent
349 | that they are valid under applicable law. If additional permissions
350 | apply only to part of the Program, that part may be used separately
351 | under those permissions, but the entire Program remains governed by
352 | this License without regard to the additional permissions.
353 |
354 | When you convey a copy of a covered work, you may at your option
355 | remove any additional permissions from that copy, or from any part of
356 | it. (Additional permissions may be written to require their own
357 | removal in certain cases when you modify the work.) You may place
358 | additional permissions on material, added by you to a covered work,
359 | for which you have or can give appropriate copyright permission.
360 |
361 | Notwithstanding any other provision of this License, for material you
362 | add to a covered work, you may (if authorized by the copyright holders of
363 | that material) supplement the terms of this License with terms:
364 |
365 | a) Disclaiming warranty or limiting liability differently from the
366 | terms of sections 15 and 16 of this License; or
367 |
368 | b) Requiring preservation of specified reasonable legal notices or
369 | author attributions in that material or in the Appropriate Legal
370 | Notices displayed by works containing it; or
371 |
372 | c) Prohibiting misrepresentation of the origin of that material, or
373 | requiring that modified versions of such material be marked in
374 | reasonable ways as different from the original version; or
375 |
376 | d) Limiting the use for publicity purposes of names of licensors or
377 | authors of the material; or
378 |
379 | e) Declining to grant rights under trademark law for use of some
380 | trade names, trademarks, or service marks; or
381 |
382 | f) Requiring indemnification of licensors and authors of that
383 | material by anyone who conveys the material (or modified versions of
384 | it) with contractual assumptions of liability to the recipient, for
385 | any liability that these contractual assumptions directly impose on
386 | those licensors and authors.
387 |
388 | All other non-permissive additional terms are considered "further
389 | restrictions" within the meaning of section 10. If the Program as you
390 | received it, or any part of it, contains a notice stating that it is
391 | governed by this License along with a term that is a further
392 | restriction, you may remove that term. If a license document contains
393 | a further restriction but permits relicensing or conveying under this
394 | License, you may add to a covered work material governed by the terms
395 | of that license document, provided that the further restriction does
396 | not survive such relicensing or conveying.
397 |
398 | If you add terms to a covered work in accord with this section, you
399 | must place, in the relevant source files, a statement of the
400 | additional terms that apply to those files, or a notice indicating
401 | where to find the applicable terms.
402 |
403 | Additional terms, permissive or non-permissive, may be stated in the
404 | form of a separately written license, or stated as exceptions;
405 | the above requirements apply either way.
406 |
407 | 8. Termination.
408 |
409 | You may not propagate or modify a covered work except as expressly
410 | provided under this License. Any attempt otherwise to propagate or
411 | modify it is void, and will automatically terminate your rights under
412 | this License (including any patent licenses granted under the third
413 | paragraph of section 11).
414 |
415 | However, if you cease all violation of this License, then your
416 | license from a particular copyright holder is reinstated (a)
417 | provisionally, unless and until the copyright holder explicitly and
418 | finally terminates your license, and (b) permanently, if the copyright
419 | holder fails to notify you of the violation by some reasonable means
420 | prior to 60 days after the cessation.
421 |
422 | Moreover, your license from a particular copyright holder is
423 | reinstated permanently if the copyright holder notifies you of the
424 | violation by some reasonable means, this is the first time you have
425 | received notice of violation of this License (for any work) from that
426 | copyright holder, and you cure the violation prior to 30 days after
427 | your receipt of the notice.
428 |
429 | Termination of your rights under this section does not terminate the
430 | licenses of parties who have received copies or rights from you under
431 | this License. If your rights have been terminated and not permanently
432 | reinstated, you do not qualify to receive new licenses for the same
433 | material under section 10.
434 |
435 | 9. Acceptance Not Required for Having Copies.
436 |
437 | You are not required to accept this License in order to receive or
438 | run a copy of the Program. Ancillary propagation of a covered work
439 | occurring solely as a consequence of using peer-to-peer transmission
440 | to receive a copy likewise does not require acceptance. However,
441 | nothing other than this License grants you permission to propagate or
442 | modify any covered work. These actions infringe copyright if you do
443 | not accept this License. Therefore, by modifying or propagating a
444 | covered work, you indicate your acceptance of this License to do so.
445 |
446 | 10. Automatic Licensing of Downstream Recipients.
447 |
448 | Each time you convey a covered work, the recipient automatically
449 | receives a license from the original licensors, to run, modify and
450 | propagate that work, subject to this License. You are not responsible
451 | for enforcing compliance by third parties with this License.
452 |
453 | An "entity transaction" is a transaction transferring control of an
454 | organization, or substantially all assets of one, or subdividing an
455 | organization, or merging organizations. If propagation of a covered
456 | work results from an entity transaction, each party to that
457 | transaction who receives a copy of the work also receives whatever
458 | licenses to the work the party's predecessor in interest had or could
459 | give under the previous paragraph, plus a right to possession of the
460 | Corresponding Source of the work from the predecessor in interest, if
461 | the predecessor has it or can get it with reasonable efforts.
462 |
463 | You may not impose any further restrictions on the exercise of the
464 | rights granted or affirmed under this License. For example, you may
465 | not impose a license fee, royalty, or other charge for exercise of
466 | rights granted under this License, and you may not initiate litigation
467 | (including a cross-claim or counterclaim in a lawsuit) alleging that
468 | any patent claim is infringed by making, using, selling, offering for
469 | sale, or importing the Program or any portion of it.
470 |
471 | 11. Patents.
472 |
473 | A "contributor" is a copyright holder who authorizes use under this
474 | License of the Program or a work on which the Program is based. The
475 | work thus licensed is called the contributor's "contributor version".
476 |
477 | A contributor's "essential patent claims" are all patent claims
478 | owned or controlled by the contributor, whether already acquired or
479 | hereafter acquired, that would be infringed by some manner, permitted
480 | by this License, of making, using, or selling its contributor version,
481 | but do not include claims that would be infringed only as a
482 | consequence of further modification of the contributor version. For
483 | purposes of this definition, "control" includes the right to grant
484 | patent sublicenses in a manner consistent with the requirements of
485 | this License.
486 |
487 | Each contributor grants you a non-exclusive, worldwide, royalty-free
488 | patent license under the contributor's essential patent claims, to
489 | make, use, sell, offer for sale, import and otherwise run, modify and
490 | propagate the contents of its contributor version.
491 |
492 | In the following three paragraphs, a "patent license" is any express
493 | agreement or commitment, however denominated, not to enforce a patent
494 | (such as an express permission to practice a patent or covenant not to
495 | sue for patent infringement). To "grant" such a patent license to a
496 | party means to make such an agreement or commitment not to enforce a
497 | patent against the party.
498 |
499 | If you convey a covered work, knowingly relying on a patent license,
500 | and the Corresponding Source of the work is not available for anyone
501 | to copy, free of charge and under the terms of this License, through a
502 | publicly available network server or other readily accessible means,
503 | then you must either (1) cause the Corresponding Source to be so
504 | available, or (2) arrange to deprive yourself of the benefit of the
505 | patent license for this particular work, or (3) arrange, in a manner
506 | consistent with the requirements of this License, to extend the patent
507 | license to downstream recipients. "Knowingly relying" means you have
508 | actual knowledge that, but for the patent license, your conveying the
509 | covered work in a country, or your recipient's use of the covered work
510 | in a country, would infringe one or more identifiable patents in that
511 | country that you have reason to believe are valid.
512 |
513 | If, pursuant to or in connection with a single transaction or
514 | arrangement, you convey, or propagate by procuring conveyance of, a
515 | covered work, and grant a patent license to some of the parties
516 | receiving the covered work authorizing them to use, propagate, modify
517 | or convey a specific copy of the covered work, then the patent license
518 | you grant is automatically extended to all recipients of the covered
519 | work and works based on it.
520 |
521 | A patent license is "discriminatory" if it does not include within
522 | the scope of its coverage, prohibits the exercise of, or is
523 | conditioned on the non-exercise of one or more of the rights that are
524 | specifically granted under this License. You may not convey a covered
525 | work if you are a party to an arrangement with a third party that is
526 | in the business of distributing software, under which you make payment
527 | to the third party based on the extent of your activity of conveying
528 | the work, and under which the third party grants, to any of the
529 | parties who would receive the covered work from you, a discriminatory
530 | patent license (a) in connection with copies of the covered work
531 | conveyed by you (or copies made from those copies), or (b) primarily
532 | for and in connection with specific products or compilations that
533 | contain the covered work, unless you entered into that arrangement,
534 | or that patent license was granted, prior to 28 March 2007.
535 |
536 | Nothing in this License shall be construed as excluding or limiting
537 | any implied license or other defenses to infringement that may
538 | otherwise be available to you under applicable patent law.
539 |
540 | 12. No Surrender of Others' Freedom.
541 |
542 | If conditions are imposed on you (whether by court order, agreement or
543 | otherwise) that contradict the conditions of this License, they do not
544 | excuse you from the conditions of this License. If you cannot convey a
545 | covered work so as to satisfy simultaneously your obligations under this
546 | License and any other pertinent obligations, then as a consequence you may
547 | not convey it at all. For example, if you agree to terms that obligate you
548 | to collect a royalty for further conveying from those to whom you convey
549 | the Program, the only way you could satisfy both those terms and this
550 | License would be to refrain entirely from conveying the Program.
551 |
552 | 13. Use with the GNU Affero General Public License.
553 |
554 | Notwithstanding any other provision of this License, you have
555 | permission to link or combine any covered work with a work licensed
556 | under version 3 of the GNU Affero General Public License into a single
557 | combined work, and to convey the resulting work. The terms of this
558 | License will continue to apply to the part which is the covered work,
559 | but the special requirements of the GNU Affero General Public License,
560 | section 13, concerning interaction through a network will apply to the
561 | combination as such.
562 |
563 | 14. Revised Versions of this License.
564 |
565 | The Free Software Foundation may publish revised and/or new versions of
566 | the GNU General Public License from time to time. Such new versions will
567 | be similar in spirit to the present version, but may differ in detail to
568 | address new problems or concerns.
569 |
570 | Each version is given a distinguishing version number. If the
571 | Program specifies that a certain numbered version of the GNU General
572 | Public License "or any later version" applies to it, you have the
573 | option of following the terms and conditions either of that numbered
574 | version or of any later version published by the Free Software
575 | Foundation. If the Program does not specify a version number of the
576 | GNU General Public License, you may choose any version ever published
577 | by the Free Software Foundation.
578 |
579 | If the Program specifies that a proxy can decide which future
580 | versions of the GNU General Public License can be used, that proxy's
581 | public statement of acceptance of a version permanently authorizes you
582 | to choose that version for the Program.
583 |
584 | Later license versions may give you additional or different
585 | permissions. However, no additional obligations are imposed on any
586 | author or copyright holder as a result of your choosing to follow a
587 | later version.
588 |
589 | 15. Disclaimer of Warranty.
590 |
591 | THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
592 | APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
593 | HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
594 | OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
595 | THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
596 | PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
597 | IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
598 | ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
599 |
600 | 16. Limitation of Liability.
601 |
602 | IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
603 | WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
604 | THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
605 | GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
606 | USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
607 | DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
608 | PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
609 | EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
610 | SUCH DAMAGES.
611 |
612 | 17. Interpretation of Sections 15 and 16.
613 |
614 | If the disclaimer of warranty and limitation of liability provided
615 | above cannot be given local legal effect according to their terms,
616 | reviewing courts shall apply local law that most closely approximates
617 | an absolute waiver of all civil liability in connection with the
618 | Program, unless a warranty or assumption of liability accompanies a
619 | copy of the Program in return for a fee.
620 |
621 | END OF TERMS AND CONDITIONS
622 |
623 | How to Apply These Terms to Your New Programs
624 |
625 | If you develop a new program, and you want it to be of the greatest
626 | possible use to the public, the best way to achieve this is to make it
627 | free software which everyone can redistribute and change under these terms.
628 |
629 | To do so, attach the following notices to the program. It is safest
630 | to attach them to the start of each source file to most effectively
631 | state the exclusion of warranty; and each file should have at least
632 | the "copyright" line and a pointer to where the full notice is found.
633 |
634 |
635 | Copyright (C)
636 |
637 | This program is free software: you can redistribute it and/or modify
638 | it under the terms of the GNU General Public License as published by
639 | the Free Software Foundation, either version 3 of the License, or
640 | (at your option) any later version.
641 |
642 | This program is distributed in the hope that it will be useful,
643 | but WITHOUT ANY WARRANTY; without even the implied warranty of
644 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
645 | GNU General Public License for more details.
646 |
647 | You should have received a copy of the GNU General Public License
648 | along with this program. If not, see .
649 |
650 | Also add information on how to contact you by electronic and paper mail.
651 |
652 | If the program does terminal interaction, make it output a short
653 | notice like this when it starts in an interactive mode:
654 |
655 | Copyright (C)
656 | This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
657 | This is free software, and you are welcome to redistribute it
658 | under certain conditions; type `show c' for details.
659 |
660 | The hypothetical commands `show w' and `show c' should show the appropriate
661 | parts of the General Public License. Of course, your program's commands
662 | might be different; for a GUI interface, you would use an "about box".
663 |
664 | You should also get your employer (if you work as a programmer) or school,
665 | if any, to sign a "copyright disclaimer" for the program, if necessary.
666 | For more information on this, and how to apply and follow the GNU GPL, see
667 | .
668 |
669 | The GNU General Public License does not permit incorporating your program
670 | into proprietary programs. If your program is a subroutine library, you
671 | may consider it more useful to permit linking proprietary applications with
672 | the library. If this is what you want to do, use the GNU Lesser General
673 | Public License instead of this License. But first, please read
674 | .
675 |
--------------------------------------------------------------------------------
/NonGames/Readme.md:
--------------------------------------------------------------------------------
1 | * [Star Field](https://github.com/piratesjustar/starfield) A project for rendering thousands of stars using real astronomical data.
2 | * [Playing with Nibs](https://github.com/playingwithnibs/playingwithnibs) - simulates electromangics.
3 | * [Weeb Master](https://github.com/azoor-guy/WeebMaster) - A tool for helping memorize Japanese characters.
4 | * [Candy Rock Star](https://github.com/unity3d-jp/unitychan-crs)
5 | # Scene Examples
6 |
7 | * [Sanjulapro - Unity Island Landscape](https://github.com/Sanjulapro/Unity-Island-Landscape)
8 | * [humbertodias - Unity Island](https://github.com/humbertodias/unity-island)
9 | * [Yagami19 - TerrainExample](https://github.com/Yagami19/TerrainExample)
10 |
--------------------------------------------------------------------------------
/Pipelines/Readme.md:
--------------------------------------------------------------------------------
1 | * [Scriptable Renderer Pipeline (Offical)](https://github.com/Unity-Technologies/ScriptableRenderPipeline)
2 | # Custom Pipeline
3 | * [RP](https://github.com/What-a-stupid-username/RP) - Custom renderer pipeline
4 | * [GPU Driven Pipeline](https://github.com/MaxwellGengYF/Unity-GPU-Driven-Pipeline)
5 | * [Retro 3D Pipeline](https://github.com/keijiro/Retro3DPipeline)
6 | * [SRP VXGI](https://github.com/Looooong/Unity-SRP-VXGI) - Voxel-based Global Illumination
7 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # Unity_Resources
2 | This repository holds links to articles, tutorials, and code that I have found helpful while working on the Unity engine or that I have found while doing research. I will try to keep this repository updated as often as I can. I hope you find something here helpful for whatever you are working on. If you have any suggestions, please post them as an Issue and I will look into them. You can also submit suggestions as Pull Requests. Because of the amount of items, I am breaking the lists into multiple pages.
3 |
4 | Thank you for all the stars! I am happy that people were able to find this repository helpful.
5 |
6 | # Table of Contents
7 | - [Tutorial Sites](https://github.com/Endarren/Unity_Resources/tree/master/Tutorials) - Various tutorial sites. Including Video, Text, and Project formats.
8 | - [Scripts](https://github.com/Endarren/Unity_Resources/tree/master/Scripts) - Scripts from various sources that have been useful.
9 | - [Games](https://github.com/Endarren/Unity_Resources/tree/master/Games) - A list of games, both original or ports, that people have made or are making in Unity.
10 | - [Tools](https://github.com/Endarren/Unity_Resources/blob/master/Tools/Readme.md) - Various tools to help you build your game.
11 | - [Shaders](https://github.com/Endarren/Unity_Resources/tree/master/Shaders) - Various shaders and shader tutorials made by others.
12 | - [Search Tools](#searchtools)
13 | - [Trouble Shooting](https://github.com/Endarren/Unity_Resources/tree/master/Troubleshooting) - Answers to errors, exceptions, or problems in Unity.
14 | - [Performance Tips](#performance-tips)
15 |
16 |
17 |
18 |
19 |
20 | ## Search Tools
21 | * [GitHub](github.com) - An obvious one, especially if you are reading this page.
22 | * [UnityList](http://unitylist.com/) - A search engine that looks over sites with Unity content to find what you are looking for.
23 |
24 |
25 | ## Performance Tips
26 | ### [Gamasutra](https://www.gamasutra.com/)
27 | * [C# Memory Management for Unity Developers](https://www.gamasutra.com/blogs/WendelinReich/20131109/203841/C_Memory_Management_for_Unity_Developers_part_1_of_3.php)
28 | * [50 Tips and Best Practices for Unity](https://www.gamasutra.com/blogs/HermanTulleken/20160812/279100/50_Tips_and_Best_Practices_for_Unity_2016_Edition.php)
29 | * [How to Fix Common Physics Problems in Your Game](https://gamedevelopment.tutsplus.com/articles/how-to-fix-common-physics-problems-in-your-game--cms-21418)
30 | * [fliperamma - Performance tips for Unity3D](http://fliperamma.com/performance-tips-for-unity3d/)
31 |
--------------------------------------------------------------------------------
/Scripts/AI.md:
--------------------------------------------------------------------------------
1 | * [Simple Tactical Shooter](https://github.com/AlexJohnKennedy/SimpleTacticalShooter)
2 | * [Knowledge Representation](https://github.com/chris-gong/knowledge-representation)
3 | * [Realistic-Artificially-Intelligent-Objects-Within-a-Top-Down-Survival-Game-Unity](https://github.com/CBerger1997/Realistic-Artificially-Intelligent-Objects-Within-a-Top-Down-Survival-Game-Unity-)
4 | * [How to make enemy kill you if starring at it](https://answers.unity.com/questions/319733/how-to-make-enemy-kill-you-if-starring-at-it.html)
5 | * [Particle System](https://github.com/JoachimLaviolette/particle-system) - This is a prototype project that involves AI and particles. It looks like it does detection and motion prediction with the particles for the AI to shot at them.
6 |
7 | # Guides
8 | | Name | Source | Description |
9 | | ------------- |-------------| -----|
10 | |[Tactical and Strategical AI](http://www.cse.scu.edu/~tschwarz/COEN129/PPT/Tactical%20and%20Strategical%20AI.pdf)| Santa Clara University |
11 | |[Human Enemy AI in The Last of Us](http://www.gameaipro.com/GameAIPro2/GameAIPro2_Chapter34_Human_Enemy_AI_in_The_Last_of_Us.pdf)| Game AI Pro - Chapter 34 Travis McIntosh | Goes over how AI was used in Last of Us for human NPCs
12 | |[The Last of Us: Human Enemy AI](https://www.gdcvault.com/play/1020338/The-Last-of-Us-Human)| Travis McIntosh | Video Recording of presentation with slides.
13 | |[Complex Behaviours for Autonomous Agents in Unity](http://pievisdev.blogspot.com/2015/05/complex-behaviours-for-autonomous.html)| Blog |
14 | |[Programming a Hearthstone agent using Monte Carlo Tree Search](https://pdfs.semanticscholar.org/7815/dfed6cf222ff6bd3f80a7f88d26a58b8c28b.pdf)| Norwegian University of Science and Technology | A research paper on using MCTS in Hearthstone.
15 | |[Unity Artifical Intelligence Programming, Fourth Edition](https://github.com/PacktPublishing/Unity-Artificial-Intelligence-Programming-Fourth-Edition)| PacktPublishing | Contains the example code used in the book.
16 |
17 |
18 |
19 | # Components
20 |
21 | ## Movement
22 | | Name | Description |
23 | | ------------- |-------------|
24 | |[How to make enemy avoid player field of view](https://answers.unity.com/questions/988301/how-to-make-enemy-avoid-player-field-of-view.html)| Approaches for how to make an AI avoid a player's FOV.
25 | |[Make AI move randomly around the player's last Known position](https://answers.unity.com/questions/1264164/making-the-ai-move-randomly-around-the-players-las.html) | How to make an AI move around the last position it saw the player.
26 | |[AI Converging on a target - Obstacle avoidance or pathfinding?](https://answers.unity.com/questions/396309/ai-converging-on-a-target-obstacle-avoidance-or-pa.html)| How to get AI to get in sight of player.
27 | |[How to make an enemy AI that would follow the player without rotating or looking at the player?](https://stackoverflow.com/questions/16844020/how-to-make-an-enemy-ai-that-would-follow-the-player-without-rotating-or-looking) |
28 |
29 | ### Jumping
30 | | Name | Description |
31 | | ------------- |-------------|
32 | |[How to make my enemy jump over obstacles](https://answers.unity.com/questions/172740/finalyy-my-first-game-in-unity-you-must-see-this.html) |
33 | |[How to make an AI jump on a spot effectively](https://gamedev.stackexchange.com/questions/37916/making-ai-jump-on-a-spot-effectively) |
34 | |[Calculate AI Jumping the Gap](https://answers.unity.com/questions/973058/calculate-ai-jumping-the-gap.html)|
35 |
36 |
37 | ## Sensors
38 | | Name | Description |
39 | | ------------- |-------------|
40 | |[Cone of Sight](https://gist.github.com/grimmdev/76668ee44bf7c62bdc26)| Script to determine if a point is within the field of view angle. Does not check for line of sight.
41 | |[Perceptual System](https://github.com/IceLanguage/LinHoweGameAlgorithm/tree/master/Assets/Scripts/08-PerceptualSystem) | An AI sensor system for sight and sound. Comments are in Japanese, I think.
42 | |[Unity Stealth Plugin](https://github.com/JoshuaTanner/Unity-Stealth-Plugin) | Has some AI sensors.
43 |
44 | ## Aiming
45 | | Name | Description |
46 | | ------------- |-------------|
47 | |[How to make an enemy lead his shots](https://answers.unity.com/questions/506772/how-do-i-make-an-enemy-lead-his-shots.html)|
48 | | [Enemy Aim AI in Unity](http://www.theappguruz.com/blog/enemy-aim-ai-unity)|
49 |
50 | # Types of AI
51 |
52 | * [AI System](https://github.com/BuildingBetterGames/AISystem) - Opensource AI system using ECS.
53 |
54 | ## GOAP (Goal Oriented Action Planning)
55 | | Name | Description |
56 | | ------------- |-------------|
57 | |[GOAP](https://github.com/sploreg/goap)
58 | |[HappieGOAPGame](https://github.com/anneomcl/HappieGOAPGame)
59 | |[ReGOAP](https://github.com/luxkun/ReGoap)
60 |
61 | ## FMS (Finite-State Machine)
62 | | Name | Description |
63 | | ------------- |-------------|
64 | | [SwissArmyLib - Automata](https://github.com/ArchonInteractive/SwissArmyLib/tree/master/Archon.SwissArmyLib/Automata)
65 | | [Finite State Machine - Unify Wiki](http://wiki.unity3d.com/index.php?title=Finite_State_Machine)
66 |
67 |
68 | ## Utility Theory
69 | | Name | Description |
70 | | ------------- |-------------|
71 | | [AI Decision System](https://github.com/vichasselmann/aidecisionsystem)
72 | | [Crystal AI](https://github.com/igiagkiozis/CrystalAI)
73 | ## Behaviour Tree
74 | | Name | Description |
75 | | ------------- |-------------|
76 | | [Behaviac](https://github.com/Tencent/behaviac)
77 | ## Machine Learning
78 | | Name | Description |
79 | | ------------- |-------------|
80 | |[Obstacle Tower Source](https://github.com/Unity-Technologies/obstacle-tower-source) | Official Example. Tests machine learning with procedurally created levels.
81 | | [Unity - Machine Learning Rogue Like](https://github.com/UnityTechnologies/MachineLearningRoguelike) | Official Example
82 | | [MarcoMeter - Unity ML Environments](https://github.com/MarcoMeter/Unity-ML-Environments)
83 | | [Maze Game AI](https://github.com/tavik000/MazeGameAI)
84 | | [Generic Neural Network](https://github.com/JonasBeduschi/Genetic-Neural-Network)
85 |
86 |
87 |
88 |
89 | # Tools
90 |
91 | * [qAI](https://github.com/jlreymendez/qAI) - xNode based tool for designing AI graphs like behaviour trees and finite state machines.
92 | * [Unity Tensorflow Keras](https://github.com/tcmxx/UnityTensorflowKeras) - Unity In Editor Deep Learning Tools. Using KerasSharp, TensorflowSharp, Unity MLAgent. In-Editor training and no python needed.
93 |
94 | * [droid](https://github.com/sintefneodroid/droid)
95 |
96 | # Examples
97 |
98 | * [Miner FSM](https://github.com/igna92ts/unity_miner_fsm)
99 | * [Racer AI](https://github.com/jcbang/RacerAI) - AI for racing games
100 | * [Synert - AT - AI-Squad](https://github.com/Synert/AT-AI-Squad) - A university project for controlling a squad of AI. Includes a YouTube playlist with dev diary.
101 | * [FeraTaTa - AI in Unity](https://github.com/FeraTaTa/AI-in-Unity) - A collection of AI examples in Unity.
102 |
--------------------------------------------------------------------------------
/Scripts/Algorithms.md:
--------------------------------------------------------------------------------
1 |
2 | * [NStar](https://github.com/gadominas/nstar) - Star map generator.
3 |
4 | # Collection
5 |
6 | * [William Fieset - Algorithms](https://github.com/williamfiset/Algorithms) - An extensive collection of algorithms. While they are written in Java, it would not be hard to remake them in C# for Unity.
7 | * [Unity Coder - Advanced Algorithms](https://github.com/unitycoder/Advanced-Algorithms) - A collection of algorithms in C#.
8 |
9 | * [justcoding121 - Advanced Algorithms](https://github.com/justcoding121/Advanced-Algorithms) - A collection of algorithms in C#.
10 | # Minmax
11 |
12 | * [Tic-Tac-Toe MinMax](https://github.com/tclemente/TicTacToeMinimax)
13 |
14 |
15 | * [Genetic Travelling Salesman Problem](https://github.com/jonasstr/Genetic-Algorithm-TSP-Unity)
16 |
17 | # Hull
18 |
19 | * [OskarSigvardsson - Unity - Quick Hull](https://github.com/OskarSigvardsson/unity-quickhull)
20 |
--------------------------------------------------------------------------------
/Scripts/Animator.md:
--------------------------------------------------------------------------------
1 | * [Animation Player](https://github.com/Baste-RainGames/AnimationPlayer) - Replacement for Animator
2 | * [N-AxisRoboticArmControl](https://github.com/Brenocq/N-AxisRoboticArmControl)
3 |
4 | # Animator
5 | * [Unity Animator Tutorial – Comprehensive Guide](https://gamedevacademy.org/unity-animator-tutorial/)
6 | * [How to Use Animator Controllers and Triggers](http://www.studica.com/blog/unity-tutorial-animator-controllers)
7 | # Tools
8 | * [Runtime Retargeting](https://github.com/fengkan/RuntimeRetargeting) - Works for Humanoid rigs.
9 |
10 | ## Ik (Inverse Kinematics)
11 | * [Unity 5 Tutorial The Build-In IK System](https://www.youtube.com/watch?v=EggUxC5_lGE) - By Sharp Accent
12 | * [Basic IK Tutorial](https://www.youtube.com/watch?v=6UgB7TMk3Bg)
13 | * [SA Full Body IK](https://github.com/Stereoarts/SAFullBodyIK)
14 | * [ehsan-mohammadi - Aim-IK](https://github.com/ehsan-mohammadi/Aim-IK) - Head and chest aiming without animation data.
15 | * [Unity Humanoid Transport Objects](https://github.com/mariusrubo/Unity-Humanoid-TransportObjects)
16 |
17 |
18 | ## Animation Masks
19 | * [Creating Animation Layers and Masks in Unity 5](https://www.youtube.com/watch?v=-SAnr8-Xfgg)
20 | ## State Machine Behaviour
21 | * [Repurpose Animator for Finite State Machines](https://medium.com/the-unity-developers-handbook/dont-re-invent-finite-state-machines-how-to-repurpose-unity-s-animator-7c6c421e5785)
22 |
23 | # [Live2D (L2D)](https://www.live2d.com/)
24 | ## Articles
25 | * [Live2D Wikipedia](https://en.wikipedia.org/wiki/Live2D)
26 | * [Live2D Animation Controller Structure in Unity](https://medium.com/akatsuki-taiwan-technology/live2d-animation-controller-structure-in-unity-part-1-3124977fc3bc)
27 | ## Help
28 | * [Collision with Live2D](https://www.tutorialfor.com/questions-96624.htm)
29 | * [Cubism SDK - Getting Started - English](https://docs.live2d.com/cubism-sdk-tutorials/getting-started/?locale=en_us#)
30 | ## Code
31 | * [Cubism Unity Components](https://github.com/Live2D/CubismUnityComponents)
32 | * [Cubism Framework CS](https://github.com/Nkyoku/CubismFrameworkCS)
33 | * [Live2D Lighting](https://github.com/DenchiSoft/Live2DLighting)
34 | * [Live2D Frequency LipSync](https://github.com/DenchiSoft/Live2DFrequencyLipSync)
35 | * [Unity Live2D uGUI](https://github.com/akof1314/Unity-Live2D-uGUI)
36 | * [Live2D](https://github.com/jethummer/Live2D)
37 | * [Interactive Login](https://github.com/iodes/InteractiveLogin)
38 | ## Software
39 | * [Cubism SDK](https://www.live2d.com/en/download/cubism-sdk/)
40 |
--------------------------------------------------------------------------------
/Scripts/Audio.md:
--------------------------------------------------------------------------------
1 | * [Beat Synchronizer](https://github.com/cfloisand/BeatSynchronizer)
2 | * [Beat Detection](https://github.com/allanpichardo/Unity-Beat-Detection)
3 |
4 | * [Unity MS Speech SDK](https://github.com/ActiveNick/Unity-MS-SpeechSDK)
5 |
6 | * [Audio Importer](https://github.com/Hello-Meow/AudioImporter)
7 |
8 | * [Lip Sync Lite](https://github.com/larrymario/LipSyncLite)
9 |
10 | * [Unity Audio Meters](https://github.com/EcraxOfficial/Unity-AudioMeters)
11 |
12 | # Audio Pool
13 | * [Soundkraft](https://github.com/Kodhan/Soundkraft)
14 |
--------------------------------------------------------------------------------
/Scripts/C#.md:
--------------------------------------------------------------------------------
1 |
2 | * [Unity 3D C# Syntax guidelines](https://github.com/samuelgoldenbaum/unity3D-csharp-syntax-guidelines)
3 | * [Unity C# Style Guide](https://github.com/jsc334/Unity-Style-Guide)
4 | # Resources
5 | * [Dot Net Perls](www.dotnetperls.com)
6 | Contains tutorials on many C# topics.
7 |
8 | # Strings
9 | * [.NET String.Format() to add commas in thousands place for a number](https://stackoverflow.com/questions/105770/net-string-format-to-add-commas-in-thousands-place-for-a-number)
10 | # DateTime
11 | * [Calculate difference between two dates in number of days](https://stackoverflow.com/questions/1607336/calculate-difference-between-two-dates-number-of-days)
12 | # Func
13 | * [Using func delegate with async method](https://stackoverflow.com/questions/37280405/using-func-delegate-with-async-method)
14 | # Extensions
15 |
16 | * [Endarren - ListExtension](https://github.com/Endarren/ListExtension)
17 | # Regex
18 | * [Regexone](https://regexone.com/references/csharp) - A tutorial with lessons on using Regex.
19 | * [Regex Tester](http://regexstorm.net/tester) - Lets you regex patterns.
20 |
--------------------------------------------------------------------------------
/Scripts/Camera.md:
--------------------------------------------------------------------------------
1 | # Forum Posts
2 | * [Calculating 2D Camera Bounds](https://answers.unity.com/questions/501893/calculating-2d-camera-bounds.html)
3 | * [Limit Camera Movement](https://answers.unity.com/questions/1243099/limit-camera-movement-1.html)
4 | * [Help with Camera Zoom, Rotate, and Follow Player](https://forum.unity.com/threads/last-bit-of-camera-help-with-zoom-rotate-and-follow-player-functionality.488236/)
5 | * [Mega Man 2 Camera Help](https://stackoverflow.com/questions/30024525/mega-man-2-camera-help-unity)
6 |
7 | # Scripts
8 |
9 | * [Multi Target Camera](https://github.com/lopespm/unity-camera-multi-target)
10 |
11 | * [MSG Camera](https://github.com/mogoson/MGS-Camera)
12 | * [Unity Snap Camera to Canvas](https://github.com/JamesVeug/UnitySnapCameraToCanvas)
13 | * [Detect object in a specific part of the screen](https://answers.unity.com/questions/495102/detect-object-in-a-specific-part-of-the-screen.html)
14 |
15 | * MISSING [Camera Mesh Fitter](https://github.com/unity-packages/camera-mesh-fitter) - Positions mesh in front of the camera and fitting in the viewport.
16 | * [Advanced Camera Controls](https://github.com/Xerios/AdvancedCameraControls) - RTS like camera
17 |
18 | * [Kodhan - Camera Kraft](https://github.com/Kodhan/CameraKraft) - Weighted perspective camera for 2D.
19 | ## Pixel
20 | | Name | Source | Description |
21 | | --- | --- | --- |
22 | |[DeadSimple Pixel Perfect Camera](https://github.com/cmilr/DeadSimple-Pixel-Perfect-Camera)|[cmilr](https://github.com/cmilr)|
23 | |[Pixel Camera Behaviour](https://github.com/jwkontti/Unity-PixelCameraBehaviour/blob/master/PixelCameraBehaviour.cs)|[jwkontti](https://github.com/jwkontti)|
24 |
25 |
26 | ## Shaking
27 | | Name | Source | Description |
28 | | --- | --- | --- |
29 | |[Camera Shake](https://github.com/ewersp/CameraShake)|[Ewersp](https://github.com/ewersp)|
30 | |[Camera Shake](https://github.com/IronWarrior/UnityCameraShake)|[IronWarrior](https://github.com/IronWarrior)|
31 | |[EZ Camera Shake](https://github.com/andersonaddo/EZ-Camera-Shake-Unity)|[andersonaddo](https://github.com/andersonaddo)|
32 |
33 |
34 | ## First Person
35 | * [First Person Unity Camera](https://github.com/PanMig/First-Person-Unity-Camera)
36 | ## Third Person
37 | | Name | Source | Description |
38 | | --- | --- | --- |
39 | |[Third Person Camera Tutorial](https://github.com/Ardathalion/UnityThirdPersonCameraTutorial)|[Ardathalion](https://github.com/Ardathalion)|
40 | |[ Unity Third Person Tutorial](https://github.com/jm991/UnityThirdPersonTutorial)|[jm991](https://github.com/jm991)|
41 | |[Third Person Camera](https://github.com/RelentlessAF/third-person-camera)|[RelentlessAF](https://github.com/RelentlessAF)| Tomb Raider/ The Witcher-esque Camera movement for Unity 3D
42 | |[WoW Camera](https://github.com/UnityCommunity/UnityLibrary/blob/master/Assets/Scripts/Camera/WowCamera.cs)|[UnityCommunity](https://github.com/UnityCommunity)|
43 | ### Souls-Like
44 | | Name | Source | Description | Clipping? | Collsion? | Lock On? |
45 | | --- | --- | --- | --- | --- | --- |
46 | | [Unity Third Person Camera](https://github.com/SirObvious/UnityThirdPersonCamera)| [SirObvious](https://github.com/SirObvious)| A Dark Souls like camera controller. It is pretty old code| Yes| Yes| No |
47 | | [SoulsLike CameraManager](https://github.com/Gigadros/SoulsLike/blob/master/Soulslike/Assets/Scripts/Controller/CameraManager.cs)| [Gigadros](https://github.com/Gigadros)| | No | No| No |
48 | |[DarkSoul Camera](https://github.com/a1064137887/DarkSoul/blob/master/Assets/Scripts/CameraController.cs)|[a1064137887](https://github.com/a1064137887) | | Yes | Yes | No |
49 | | [Souls-like CameraMovement](https://github.com/Datedsandwich/souls-like/blob/master/Assets/Scripts/Camera/CameraMovement.cs)| [Datedsandwich](https://github.com/Datedsandwich) | Based on tutorial series by www.sharpaccent.com| Yes | Yes | No |
50 | | [Souls Like CameraManager](https://github.com/Smeagle657/nani/blob/master/Souls%20Like/Assets/Scripts/Controller/CameraManager.cs)| [Smeagle657 ](https://github.com/Smeagle657) | | No | No | No |
51 | |[Souls CameraController](https://github.com/CSaratakij/Souls/blob/develop/Assets/Scripts/Camera/CameraController.cs)|[CSaratakij](https://github.com/CSaratakij) | | Yes | Yes | Yes |
52 |
53 |
--------------------------------------------------------------------------------
/Scripts/Coroutine.md:
--------------------------------------------------------------------------------
1 | * [Continue Coroutine after game object was disabled](https://unitycoder.com/blog/2019/06/19/continue-coroutine-after-gameobject-was-disabled/)
2 |
3 | # Custom Coroutine
4 | * [zigaosolin Coroutines](https://github.com/zigaosolin/Coroutines)
5 |
--------------------------------------------------------------------------------
/Scripts/Data.md:
--------------------------------------------------------------------------------
1 | These are scripts used to store and represent data or data structures.
2 |
3 | * [DataBind](https://github.com/tinrab/DataBind)
4 |
5 | # Maps
6 | ## Influence Map/HeatMap
7 | * [Influence Map](https://github.com/AliKarimi74/InfluenceMap)
8 | * [Heat Map](https://github.com/karl-/unity-heatmap)
9 | * [Heat Map - Unity-Technologies](https://bitbucket.org/Unity-Technologies/heatmaps)
10 |
11 | ## Hex Map
12 | * [Unity Hex Map](https://github.com/DerTraveler/unity-hex-map)
13 |
14 | # Lists
15 |
16 | ## Linked List
17 |
18 | * [Unity Linked List](https://github.com/derzorngottes/unity_linked_list)
19 |
20 | # Trees
21 |
22 | ## Minmax Tree
23 |
24 | * [Minmax Implementation](https://fr.coursera.org/lecture/data-structures-design-patterns/minimax-implementation-t7RCW)
25 |
26 | ## KD Tree
27 | * [kd Tree](https://github.com/nobnak/KdTree)
28 | * [Closest Point on Mesh](https://github.com/StudioTechtrics/closestPointOnMesh)
29 | * [kd Tree Unity 3D](https://github.com/milad440550/KdTree-Unity3D)
30 |
31 | ## Quad Tree
32 | * [Quad Tree Terrain Demo](https://github.com/jonbinliu/QuadTreeTerrainDemo_Unity)
33 | * [Unity Quad Tree Collision Detection](https://github.com/Chabinka/Unity3d-QuadTree-Collision-Detection)
34 | * [Quad Tree](https://github.com/yangyonggit/QuadTree)
35 | * [Quad Tree in Unity3D](https://github.com/BeBeetleBird/QuadTree-in-Unity3d)
36 | * [Simple Quad Tree](https://github.com/Amre-Amer/QuadTree)
37 | * [Unity Quad Tree Planet](https://github.com/Tiggilyboo/UnityQuadTreePlanet)
38 | * [Quad Tree Wulcat](https://github.com/wulcat/QuadTree-in-Unity3d)
39 | * [Jormii's Quad Tree](https://github.com/Jormii/QuadtreeUnity)
40 |
41 | ## Octree
42 | * [Unity Octree](https://github.com/douduck08/Unity-Octree)
43 | * [OctTree](https://github.com/Amre-Amer/OctTree)
44 | * [Unity Voxel Octree](https://github.com/samuelfvlcastro/UnityVoxelOctree)
45 |
46 | ## Binary Tree
47 | * [Binary Search Trees with Unity](https://github.com/ChrisAntaki/binary-search-trees-with-unity)
48 | * [Augtel Unity Binary Tree](https://github.com/Falmouth-Games-Academy/augtel-unity-binary-tree)
49 |
50 | # Misc
51 | * [Graphs](https://github.com/ItsRhetorical/Graphs)
52 | * [Unity Data Structures Algorithms](https://github.com/joesphbreslin/UnityDataStructuresAlgorithms)
53 | * [Unity Data Structure Implementations](https://github.com/spiderlili/Unity-DS-Implementation) - Stacks, Queues, Hash Tables, Binary Search Trees, Dynamic Arrays, Linked Lists
54 |
--------------------------------------------------------------------------------
/Scripts/Dialog.md:
--------------------------------------------------------------------------------
1 |
2 | * [Diplomata Unity ](https://github.com/brunurd/diplomata-unity) - multi language dialogues content management system and editor extension
3 | * [Yarn Spinner](https://github.com/thesecretlab/YarnSpinner) - This was used in Night In The Woods.
4 | * [Merino](https://github.com/radiatoryang/merino) - Write Yarn scripts in the Unity Editor.
5 | * [Ricardo Bustos2 - Unity Dialogue System](https://github.com/RicardoBustos2/UnityDialogueSystem)
6 | * [Unity Rumor](https://github.com/exodrifter/unity-rumor) - Dialogue using custom API in text files.
7 | * [Dialogue Smiith](https://github.com/code51/dialoguesmith) - Dialogue tree editor.
8 | * [ChoiHeeR - UnityDialogueSystem](https://github.com/ChoiHeeR/UnityDialogueSystem)
9 |
10 | * [JasonSkillman - Dialogue Manager](https://github.com/JasonSkillman/Dialogue-Manager)
11 | # Node Based
12 | * [Siccity - Dialogue](https://github.com/Siccity/Dialogue) - Node-based dialogue.
13 | * [Dialog Node Editor](https://github.com/alee12131415/Dialog-Node-Editor)
14 |
15 | * [Fluid Dialogue](https://github.com/ashblue/fluid-dialogue)
16 |
17 | # Visual Novel
18 |
19 | * [DEVN Dialogue Editor](https://github.com/DillonHandyside/DEVN-DialogueEditorForVisualNovels)
20 | * [Fungus](https://github.com/snozbot/fungus) - Includes other features in addition to dialog. http://fungusgames.com/ Also on the asset store. https://assetstore.unity.com/packages/templates/systems/fungus-34184
21 |
22 |
--------------------------------------------------------------------------------
/Scripts/ECS.md:
--------------------------------------------------------------------------------
1 | Resources on the Entity-Component System that Unity is working on.
2 | Note: Due to the large number of changes in ECS, some of these examples are out of date. Check the last updated date on the project to get an idea on how up to date it is on ECS
3 | # Offical
4 | * [Entity Component System Samples](https://github.com/Unity-Technologies/EntityComponentSystemSamples)
5 | * [Unity Physics Examples](https://github.com/Unity-Technologies/EntityComponentSystemSamples/blob/master/UnityPhysicsExamples/Documentation/samples.md)
6 | * [Angry Bots ECS](https://github.com/UnityTechnologies/AngryBots_ECS)
7 |
8 | # Examples
9 |
10 | * [MathF Unity ECS](https://github.com/SuronDark/Mathf-unity-ECS)
11 | * [Svelto ECS Examples - Mini Examples](https://github.com/sebas77/Svelto.MiniExamples)
12 | * [ECS 101](https://github.com/ArturoNereu/ECS_101)
13 | * [ECS Samples](https://github.com/alexnown/EcsSamples)
14 | * [ECS-Example](https://github.com/FaizanDurrani/ECS-Example) - Spawns and moves 100,000 cubes. Also uses Entity Component System.
15 | * [Unity ECS Tutorial](https://github.com/kushinn/Unity_ECS_Tutorials) - A simple tutorial on how to set up and use ECS in Unity.
16 | * [Unity ECS Instanced Sprite Renderer](https://github.com/paullj/unity-ecs-instanced-sprite-renderer)
17 | * [Svelto ECS Examples - Survival](https://github.com/sebas77/Svelto.ECS.Examples.Survival)
18 |
19 | * [Unity ECS Demos](https://github.com/bwheatley/Unity_ECS_Demos)
20 | * [UnityEcsMatchExample](https://github.com/GreatVV/UnityEcsMatchExample)
21 |
22 |
23 | ## Nav
24 |
25 | * [Unity Path AI](https://github.com/anueves1/Unity-Path-AI)
26 | An ECS example using navmesh agents.
27 | * [Unity ECS Navmesh](https://unitylist.com/p/eng/Unity-ecs-navmesh)
28 |
29 | * [Unity 2D Pathfinding Grid ECS Job](https://github.com/Omniaffix-Dave/Unity-2D-Pathfinding-Grid-ECS-Job) - Uses pure ECS.
30 |
31 |
32 | # Games
33 | * [Cool ECS Game](https://github.com/skhamis/cool_ecs_game) - A Management game made using ECS - Removed since 7/22/2019
34 | * [Shooter With ECS](https://github.com/RLefrancoise/ShooterWithECS)
35 | * [ECS Game of Life](https://github.com/alexnown/EcsGameOfLife)
36 | * [Unity ECS Topdown Template](https://github.com/nickkorta/Unity_ECSTopdownTemplate) - A Top Down game template using the entity component system. - Removed since 7/22/2019
37 |
38 | * [Unity ECS Basic Platform Game](https://github.com/MathijsvandeVen/Unity-ECS-Basic-Platform-Game)
39 |
40 | # Tools
41 | * [Ecs Testing](https://github.com/5argon/EcsTesting) - Queries the EntityManager.
42 |
--------------------------------------------------------------------------------
/Scripts/Editor.md:
--------------------------------------------------------------------------------
1 |
2 | * [Example of a custom Transform Editor](https://github.com/Bebimbop/UnityEditorTools/blob/master/RawScripts/TransformEditor.cs)
3 |
4 | * [How to create LayerMask field in a custom EditorWindow?](https://answers.unity.com/questions/42996/how-to-create-layermask-field-in-a-custom-editorwi.html?page=1&pageSize=5&sort=votes)
5 |
6 | * [EnumSelection](https://github.com/mattak/EnumSelection)
7 |
8 |
9 | # Node Window
10 |
11 | * [Node Graph Frame](https://github.com/zouhunter/unity-nodegraph-frame)
12 | * [Action Flow](https://github.com/piruzhaolu/ActionFlow)
13 |
14 | * [Reorderable Inspector](https://github.com/SubjectNerd-Unity/ReorderableInspector)
15 |
16 | # Tools
17 |
18 | * [Unity Curvers](https://github.com/jeffcampbellmakesgames/unity-curves) - Bezier curve editor tool.
19 |
20 | # Replacements
21 | * [ColorBands](https://github.com/rstecca/ColorBands) - Improved version of Gradient.
22 |
23 | # Plug ins
24 |
25 | * [Unity Compact Field Attribute](https://github.com/AnomalousUnderdog/UnityCompactFieldAttribute) - Allows each property label to have its own width.
26 |
27 | # Libraries
28 |
29 | * [Unity Editor Toolbox](https://github.com/arimger/Unity-Editor-Toolbox)
30 |
--------------------------------------------------------------------------------
/Scripts/Effects.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | * [Unity Abstract Wire](https://github.com/qine/unity-abstract-wire)
4 | * [Unity Skidmarks](https://github.com/Nition/UnitySkidmarks)
5 |
6 | * [Unity Replay System](https://github.com/RyanAlexanderSingh/UnityReplaySystem)
7 |
8 | * [Photosynthesizer](https://github.com/alexismorin/Photosynthesizer) - Procedural sprout foliage in a scene.
9 | * [Spektr Lightning](https://github.com/keijiro/SpektrLightning)
10 | * [Kawase Light Streak](https://github.com/nobnak/KawaseLightStreakUnity)
11 | * [Mirror Reflection](https://github.com/fuqunaga/MirrorReflection)
12 | * [Cone of Sight FX](https://github.com/joscanper/unity_coneofsightfx)
13 | # People
14 | [Keijiro](https://github.com/keijiro) A github user who has made several interesting effects in Unity.
15 | [Alan Zucconi](https://www.alanzucconi.com/) - Has blog posts on effects, mostly involving shaders.
16 | # Effects
17 |
18 | * [Alan Zucconi - Fortnite Procedural Animations](https://www.alanzucconi.com/2018/09/17/shader-showcase-saturday-10/)
19 |
20 | ## Offscreen Indicators - Without Unity UI
21 | * [offscreen_markers
22 | ](https://github.com/zloedi/offscreen_markers)
23 | ## Sprite
24 |
25 | * [Sprite Glow](https://github.com/Elringus/SpriteGlow)
26 |
27 | ## Liquid/Fluid
28 |
29 | * [MatchaChoco010 - UnityHDRPPseudoFluidRendering](https://github.com/MatchaChoco010/UnityHDRPPseudoFluidRendering)
30 |
31 | ## Decal/ Splat
32 |
33 | * [Unity Splatter Effect](https://github.com/axelbjornsson/UnitySplatterEffect)
34 | * [Decals Demo](https://github.com/stefanvelnita/Decals-Demo)
35 |
36 | ## Portal
37 | * [Unity Portal Rendering](https://github.com/pr0g/unity-portal-rendering)
38 | * [Brackey's Portals In Unity](https://github.com/Brackeys/Portal-In-Unity)
39 | * [Unity Easy Portals](https://github.com/williambl/unity-easy-portals)
40 | * [Portal System Unity](https://github.com/zachdavids/PortalSystemUnity)
41 |
42 | ## Weather
43 |
44 | * [cathean - Unity VFX - Siegschals](https://github.com/cathean/UnityVFX-siegschals) - A rain and wind effect.
45 |
46 | ### Fog
47 |
48 | * [Unity Volumetric Fog](https://github.com/SiiMeR/unity-volumetric-fog)
49 | * [Vapor](https://github.com/ArthurBrussee/Vapor)
50 | * [UnityVolumetricFogDemo](https://github.com/uhiko512/UnityVolumetricFogDemo)
51 | * [Keijiro - KinoFog](https://github.com/keijiro/KinoFog)
52 |
53 | ### Lightning
54 |
55 | * [Fractal Lightning](https://github.com/noobdawn/Fractal-Lightning-Unity)
56 | * [willFederer- Lightning Rendering](https://github.com/willFederer/LightningRendering)
57 | # Lines
58 |
59 | ### Line Renderer
60 | * [Unity Draw Line](https://github.com/mitsuyacider/UnityDrawLine) Can be used to create a radar like effect.
61 | * [Easy Curved Line](https://github.com/gpvigano/EasyCurvedLine) - Easy rendering and editing of curved lines.
62 | * [Parabola](https://github.com/KimHeeRyeong/Parabola)
63 | * [ECS LineRenderer](https://github.com/5argon/ECSLineRenderer)
64 | ### Lines and Curves
65 | * [Bezier Laser](https://github.com/sunduk/BezierLaser)
66 | * [UnityFoggyBoundary](https://github.com/vdvman1/UnityFoggyBoundary)
67 |
68 | ### Lightsaber / Beamsaber
69 | * [Unity Laser Lines](https://github.com/williamrjackson/UnityLaserLines)
70 | * [Lightbar Unity](https://github.com/maydinunlu/lightbar-unity)
71 | * [Lightsabers Tutorial](https://github.com/Roland09/Lightsabers-Tutorial)
72 | * [VRTK 3Lightsabers Training](https://github.com/pickettd/vrtk3-lightsaber-training)
73 | * [Unity Laser Sword](https://github.com/jjxtra/UnityLaserSword)
74 |
75 | ## Outline
76 | * [Outline Effect](https://github.com/cakeslice/Outline-Effect)
77 | * [Rimlight](https://github.com/AdultLink/Rimlight)
78 |
79 |
80 | ## Other
81 |
82 | * [Unity Crowd Visualizer](https://github.com/hsaikia/Unity-Crowd-Visualizer)
83 | * [Time Stop - Dishonored](https://github.com/Iria-Dev/Unity-TimeStop-Example)
84 | * [Mine Explosition with Effect](https://github.com/leventeren/Unity-Mine-Explosion-With-Effect)
85 |
86 | # Plugin
87 | * [Effekseer For Unity](https://github.com/effekseer/EffekseerForUnity)
88 |
--------------------------------------------------------------------------------
/Scripts/Frameworks.md:
--------------------------------------------------------------------------------
1 | * [Unity Rhythm Engine](https://github.com/RobertG-H/unity-rhythm-engine) - Framework for rhythm games.
2 | * [Play Games for Unity](https://github.com/playgameservices/play-games-plugin-for-unity)
3 |
4 | * [Fungus](https://github.com/snozbot/fungus) - a free, open source tool for creating interactive storytelling games in Unity 3D Also check out their website http://fungusgames.com/
5 |
6 | * [Actors-Unity3d-Framework](https://github.com/dimmpixeye/Actors-Unity3d-Framework)
7 |
8 | * [Unity Gameplay Ability System](https://github.com/sjai013/UnityGameplayAbilitySystem)
9 |
10 | * [Supreme ECS Rx](https://github.com/yy1985710/SupremeEcsRx) - A game framework based on ECS with dependency inject and unirx.
11 | * [route1rodent - newbark](https://github.com/route1rodent/newbark) - Retro RPG game engine
12 |
13 | * [U Raider](https://github.com/TiernanWatson/uraider) - Tomb Raider framework
14 |
15 | * [Unity Gal Framework](https://github.com/lshy1993/UnityGalFramework)
16 |
17 | # Inventory
18 | | Name | Source | Description |
19 | | --- | --- | --- |
20 | |[GInventory](https://github.com/mathiassiig/GInventory)|[mathiassiig](https://github.com/mathiassiig)|
21 | |[Inventory and Stats Sytem in Unity](https://github.com/IndieDeveloper-Mans/Inventory-and-stats-system-in-Unity3D)|[IndieDeveloper-Mans](https://github.com/IndieDeveloper-Mans)| Formerly a premium product
22 |
23 | # Event System
24 | | Name | Source | Description |
25 | | --- | --- | --- |
26 | |[Enhanced Unity ScriptableObject Game Event System](https://github.com/MechWarrior99/Enhanced-Unity-ScriptableObject-Game-Event-System) |[MechWarrior99](https://github.com/MechWarrior99) |Uses ScriptableObjects as the events |
27 | |[Unity Events](https://github.com/GalvanicGames/unity-events) | [GalvanicGames](https://github.com/GalvanicGames)| |
28 | |[Unity Event Manager](https://github.com/alexmuab/unity-event-manager) |[alexmuab](https://github.com/alexmuab) | |
29 |
30 |
31 | # RPG
32 | * [Fydar's RPG Core](https://github.com/Fydar/RPGCore)
33 | * [MaximeGiguere9 - rpg framework](https://github.com/MaximeGiguere9/rpg-framework) - Archived. Includes quest, inventory, loot, abilities, equipment, attributes, etc.
34 | * [delmarle's RPGStationUnity](https://github.com/delmarle/RpgStationUnity)
35 |
36 | # RTS
37 |
38 | * [Lockstep RTS Engine](https://github.com/mrdav30/LockstepRTSEngine)
39 |
40 | # Object Pool
41 | | Name | Source | Description |
42 | | --- | --- | --- |
43 | |[Generic Pool](https://github.com/Danand/GenericPool) |[Danand](https://github.com/Danand) |
44 | | [Generic Unity Object Pool](https://github.com/Rfrixy/Generic-Unity-Object-Pooler)|[Rfrixy](https://github.com/Rfrixy) |
45 | | [Unity Object Pool](https://github.com/jeffvella/UnityObjectPooler)| [Jeffvella](https://github.com/jeffvella)|
46 | | [Unity Generic Pool](https://github.com/yasirkula/UnityGenericPool)|[Yasirula](https://github.com/yasirkula) |
47 |
48 |
49 | # Quest
50 |
51 | * [devdogio - Quest System Pro](https://github.com/devdogio/Quest-System-Pro) - A former premium Unity asset gone open source.
52 |
53 | * [MaximeGiguere9 - rpg framework](https://github.com/MaximeGiguere9/rpg-framework/tree/master/Assets/Scripts/Definitions/Quests) - Archived
54 |
55 | * [IndieDeveloper-Mans - Quest System in Unity 3D](https://github.com/IndieDeveloper-Mans/Quest-system-in-Unity3D)
56 |
--------------------------------------------------------------------------------
/Scripts/GamePlay.md:
--------------------------------------------------------------------------------
1 | # Combat
2 | * [Unity-Chan Battle](https://github.com/HuangqunStudio/UnityChanBattle)
3 | * [Yika-aizi - Ic Skill System](https://github.com/yika-aixi/IcSkillSystem)
4 | * [KDSBest - Skill System Unity](https://github.com/KDSBest/SkillSystemUnity)
5 | * [sjai013 - Unity Gameplay Ability System](https://github.com/sjai013/UnityGameplayAbilitySystem)
6 | * [DylanYasen - Unity Ability System](https://github.com/DylanYasen/unity-ability-system)
7 | # Crafting
8 | * [Simple Craft](https://github.com/RaulMrSouza/SimpleCraft)
9 | # Inventory
10 | * [Unity Simple Inventory System](https://github.com/HectorPulido/UnitySimpleInventorySystem)
11 | * [GInventory](https://github.com/mathiassiig/GInventory)
12 | * [Doctor Wolfy 121 - Unity Inventory System](https://github.com/DoctorWolfy121/Unity-Inventory-System)
13 | * [Inventory Pro](https://github.com/devdogio/Inventory-Pro) - Former Unity premium asset gone open source.
14 |
15 |
--------------------------------------------------------------------------------
/Scripts/Input-Output.md:
--------------------------------------------------------------------------------
1 |
2 | * [UniJSON](https://github.com/ousttrue/UniJSON)
3 | * [Utf8 Json](https://github.com/neuecc/Utf8Json)
4 |
5 | ## Saving
6 |
7 | * [Save Game Free](https://github.com/BayatGames/SaveGameFree)
8 |
9 | * [prashant's Save Game Data](https://github.com/prashant-singh/SaveGameData) - Includes encryption
10 |
11 | * [Component Save System](https://github.com/AlexMeesters/Component-Save-System) - Save the Unity component data.
12 |
--------------------------------------------------------------------------------
/Scripts/Interactables.md:
--------------------------------------------------------------------------------
1 | * [Sphere Raycasting](https://github.com/ALee1303/Sphere-Raycasting) Contains scripts to use casting to detect interactable objects and use them.
2 |
--------------------------------------------------------------------------------
/Scripts/JobSystem.md:
--------------------------------------------------------------------------------
1 | Here are some links to pages on the Job System. There are also some references to the Entity Component System in here, because the Job System is usually used with ECS.
2 |
3 | ## Examples
4 |
5 | * [Native Collections](https://github.com/jacksondunstan/NativeCollections) - A set of NativeCollections, similar to NativeArray. Does not require ECS or Burst.
6 |
7 | * [job-system-cookbook](https://github.com/stella3d/job-system-cookbook)
8 | Contains a handful of example implementations of the Unity Job System. These are simple examples and are good for those start out with the job system.
9 |
10 | * [Unity Test - Job System](https://github.com/douduck08/UnityTest-JobSystem)
11 | Does a test comparing how moving cubes in a wave differ between the old approach and the job approach.
12 |
13 | * [Conway Game of Life](https://github.com/Endarren/Conway-Game-of-Life-NP) - Implementation of Conway Game of Life using Job system.
14 |
15 | * [UniteAustinTechnicalPresentation](https://github.com/Unity-Technologies/UniteAustinTechnicalPresentation)
16 | This is the game scene show in the announcement.
17 |
18 | * [SimpleECSAndJobsystemSample](https://github.com/yasuohasegawa/SimpleECSAndJobsystemSample)
19 | Also uses Entity Component System.
20 |
21 | * [Voxelman](https://github.com/keijiro/Voxelman)
22 | A visual effect using the job system and the Entity Component System.
23 |
24 | * [Unity Fluid Sim](https://github.com/RoryDungan/unity-fluid-sim)
25 | A fluid simulator using the job system.
26 |
27 | * [RaycastCommand Demo](https://github.com/Endarren/Unity_RaycastCommand_Demo)
28 | An example of how to use the RaycastCommand.
29 |
30 | * [Unity Path AI](https://github.com/anueves1/Unity-Path-AI)
31 | An ECS example using navmesh agents.
32 |
33 | * [Unity Job System Mesh Deformer](https://github.com/aquarterofpixel/unity-job-system-mesh-deformer)
34 |
35 | * [Raycast Jobs](https://github.com/cerea1/RaycastJobs)
36 |
--------------------------------------------------------------------------------
/Scripts/Libraries.md:
--------------------------------------------------------------------------------
1 | * [Useful Unity Code](https://github.com/Niquillas/UsefulUnityCode) - Camera Panner, Custom Lerp, NGUI Procedurally Generated Button grid, NGUI Widnow Scaler
2 |
3 | * [Unity Repository](https://github.com/hu243285237/UnityRepository)
4 |
5 | * [RPG Core](https://github.com/Fydar/RPGCore)
6 |
7 | * [unitycoder - GetNearestObjectsWithCullingGroup](https://github.com/unitycoder/GetNearestObjectsWithCullingGroup)
8 |
--------------------------------------------------------------------------------
/Scripts/Light.md:
--------------------------------------------------------------------------------
1 | * [Nigiri](https://github.com/ninlilizi/Nigiri) - Global Illumination system. Work in progress.
2 |
3 | # Volumetric Light
4 | | Name | Source | Description |
5 | | --- | --- | --- |
6 | | [Volumetric Lights for Unity 5](https://github.com/SlightlyMad/VolumetricLights)|[SlightlyMad](https://github.com/SlightlyMad)
7 | |[Aura](https://github.com/raphael-ernaelsten/Aura)|[raphael-ernaelsten](https://github.com/raphael-ernaelsten/)
8 | |[Unity Simple Volumetric Lightning](https://github.com/ShadedSelf/Unity-Simple-Volumetric-Lightning)|[ShadedSelf](https://github.com/ShadedSelf/)
9 |
10 | # Light Map
11 | | Name | Source | Description |
12 | | --- | --- | --- |
13 | |[Lightmap Switching Tool](https://github.com/laurenth-unity/lightmap-switching-tool)|[laurenth-unit](https://github.com/laurenth-unity)|
14 | |[Light Probe Placement](https://github.com/laurenth-unity/LightProbesPlacement)|[laurenth-unity](https://github.com/laurenth-unity)|
15 |
16 | # Effects
17 | | Name | Source | Description |
18 | | --- | --- | --- |
19 | | [Light Shafts](https://github.com/robertcupisz/LightShafts)|[robertcupisz](https://github.com/robertcupisz)
20 | |[Lightflood](https://github.com/huwb/lightflood)|[huwb](https://github.com/huwb)|
21 | |[Cinelights](https://github.com/laurenth-unity/Cinelights)|[laurenth-unity](https://github.com/laurenth-unity/)
22 | |[Unity Light Animation Script](https://github.com/LinaAdkins/UnityLightAnimationScript)|[LinaAdkins](https://github.com/LinaAdkins)
23 | |[LightLeaksUnity](https://github.com/danielzeller/LightLeaksUnity)|[danielzeller](https://github.com/danielzeller)|
24 |
--------------------------------------------------------------------------------
/Scripts/LineOfSight.md:
--------------------------------------------------------------------------------
1 |
2 | * [Viewpoint Computation](https://github.com/robertoranon/Unity-ViewpointComputation)
3 | * [Line of Sight](https://github.com/eoger/unity-lineofsight)
4 | * [gutoplusgamedev's LineOfSight.cs](https://gist.github.com/gutoplusgamedev/d29b63bfa74395c335b9)
5 | * [2D Line of Sight](https://github.com/f15gdsy/2D-Light-of-Sight-Unity)
6 | * [LuisResco Line of Sight](https://github.com/LuisResco/unity-line-of-sight-v1)
7 | * [Sight Cone](https://gist.github.com/grimmdev/76668ee44bf7c62bdc26)
8 | * [Player FOV](https://github.com/Dechichi01/PlayerFOV)
9 | * [EllipticalViewCone](http://ringofblades.com/Blades/Code/EllipticalViewCone.cs)
10 | * [Field of View & Fog of War](https://github.com/Kellojo/Unity---Field-of-View-Fog-of-War)
11 | * [Sebastian Lague - Field of View](https://github.com/philippds/field-of-view_unity)
12 | * [Stealth Mechanic](https://github.com/coxlin/StealthMechanic) - Uses colliders for detecting if the player is in the light
13 | * [Mesh Triangluation](https://github.com/IMGSaibh/MeshTriangluation) - Mesh-Triangluation in Unity with Raycast obstacle detection. Comments are written in German.
14 | * [Field of View Visualization](https://github.com/WeH1D/Field-of-view-visualisation-Unity)
15 |
--------------------------------------------------------------------------------
/Scripts/Math.md:
--------------------------------------------------------------------------------
1 | * [Math Utilities](https://github.com/zalo/MathUtilities)
2 | * [Unity Math References](https://github.com/zezba9000/UnityMathReference)
3 | * [Calculate Firing Position](https://answers.unity.com/questions/296949/how-to-calculate-a-position-to-fire-at.html)
4 |
5 | * [Field Layout](https://github.com/nobnak/FieldLayout) - Point-in-Polygon (2D Polygon, 2-Polytope) solver for Unity
6 |
7 | * [Unity Utilities](https://github.com/LifeandStyleMedia/UnityUtilities)
8 |
9 | * [Simultaneous Equations Solver](https://github.com/IRCSS/simultaneous-equations-solver)
10 | * [Unity 3D Curves](https://github.com/gabrielgiordan/unity3d-curves)
11 |
12 | # Random
13 |
14 | * [Weighted Random](https://github.com/m3rt32/WeightedRandom)
15 |
16 | # Expression Parsing
17 | * [Fydar's Expresser](https://github.com/Fydar/Expresser)
18 | * [Expression Parser](http://wiki.unity3d.com/index.php/ExpressionParser)
19 |
20 | # Angles
21 | * [Angle between two game objects in 0 to 360 degrees](http://unitycoder.com/blog/2015/12/17/get-angle-between-2-gameobjects-in-degrees-0-360/)
22 |
23 | # Parabola
24 |
25 | * [Math Parabola](https://github.com/nkpark/Unity3D-MathParabola) Movement script
26 |
27 | # Lines
28 |
29 | * [Unity Line Segment Intersection](https://github.com/setchi/Unity-LineSegmentsIntersection)
30 |
31 |
32 | # Spirals
33 | * [Make Object Move in an expanding spiral](https://forum.unity.com/threads/make-object-move-in-an-expanding-spiral.47342/)
34 | * [Moving a particle around an Archimedean spiral at a constant speed](https://gamedev.stackexchange.com/questions/16745/moving-a-particle-around-an-archimedean-spiral-at-a-constant-speed) - Not written for Unity, but can be easily converted to C#.
35 |
36 |
37 | # Tween
38 | * [Unity Tweening](https://github.com/Danta1st/Unity-Tweening)
39 |
--------------------------------------------------------------------------------
/Scripts/Mesh.md:
--------------------------------------------------------------------------------
1 |
2 | * [Mesh Cloud Rendering](https://github.com/maajor/Mesh-Cloud-Rendering) - Reimplement Sea of Thieves's Cloud in Unity
3 | * [Mesh Utilities](https://github.com/P-5/MeshUtilities-Unity) - Includes decal, puncturing, splitting
4 | * [Unity Mesh Simplify](https://github.com/ecidevilin/UnityMeshSimplify)
5 | * [Dynamic Mesh](https://github.com/mariusrubo/Unity-Dynamic-Mesh)
6 | * [Pottery](https://github.com/vmp1r3/Pottery) - Pottery mesh making framework.
7 |
8 | * [Mesh Boolean](https://github.com/KaimaChen/MeshBoolean)
9 |
10 | * [Piranha](https://github.com/keenanwoodall/Piranha) - Causes rigidbodies to swarm a mesh.
11 |
12 | # Mesh Deforming
13 | * [Deform](https://github.com/keenanwoodall/Deform)
14 | * [keenanwoodall - Deform Prototype](https://github.com/keenanwoodall/Deform-Prototype)
15 |
16 |
17 | # Mesh Destruction
18 | * [danbystrom - ScamScatter](https://github.com/danbystrom/ScamScatter)
19 | # Editors
20 | * [Unity Mesh Builder and Editor](https://github.com/KrystianSzumski/Unity-Mesh-Builder-And-Editor)
21 | * [Game Editors Technologies - Mesh Editor](https://github.com/GamEditorsTechnolegies/Unity-Mesh-Editor)
22 | * [SebLague - Path Creator](https://github.com/SebLague/Path-Creator)
23 |
24 | # Cutting Meshes
25 | * [Ezy Slice](https://github.com/DavidArayan/EzySlice)
26 | * [Splitting Mesh into Chunks](https://answers.unity.com/questions/629793/splitting-mesh-into-chunks.html)
27 | * [Subdivide a Mesh](https://answers.unity.com/questions/259127/does-anyone-have-any-code-to-subdivide-a-mesh-and.html)
28 | * [Explode a Mesh into Polygons](https://answers.unity.com/questions/338819/explode-a-mesh-into-polygons-efffect.html)
29 | * [Create Mesh by Defining Points](https://answers.unity.com/questions/585948/create-mesh-by-defining-points.html)
30 | * [Unity Plane Mesh Splitter](https://github.com/artnas/Unity-Plane-Mesh-Splitter)
31 | * [Cutting Solids](https://github.com/SnowDC93/CuttingSolids)
32 | * [LimbHacker](https://github.com/NobleMuffins/LimbHacker)
33 |
34 | # Saving Meshes
35 | * [Mesh Saver](https://github.com/pharan/Unity-MeshSaver)
36 |
37 | # Combining Meshes
38 | * [Dynamic Outline Mesh Combining](https://github.com/TheBusyBiscuit/Unity-DynamicOutline-MeshCombining)
39 | * [Mesh Combiner](https://github.com/mogoson/MeshCombiner)
40 |
41 | # Mesh Generation
42 |
43 | | Name | Source | Description |
44 | | --- | --- | --- |
45 | |[Crest Oceanreader](https://github.com/huwb/crest-oceanrender)| [huwb](https://github.com/huwb) | Creates an ocean. |
46 | |[Generative Geametry](https://github.com/notno/GenerativeGeometry-Unity) |[Notno](https://github.com/notno) | Several useful mesh generation. Gears (2D & 3D), Gear Chain, Circle|
47 | |[Tube Generator](https://github.com/sshumihin/TubeGenerator) | [sshumihin](https://github.com/sshumihin/)| Tool for making pipe meshes |
48 | |[Procedural Shape Generation](https://github.com/Wawrzyn321/Procedural-Shape-Generation)|[Wawrzyn321](https://github.com/Wawrzyn321)| Cake, Circle, Convex, Elipse, Gear, Line, Pointed Circle, Quadrangle, Rectangle, Ring, Star, and Triangle
49 | |[Spline Mesh](https://github.com/benoit-dumas/SplineMesh)|[benoit-dumas](https://github.com/benoit-dumas)| Spline Mesh|
50 | |[Unity Road Generator](https://github.com/JPBotelho/Unity-Road-Generator)|[JPBotelho](https://github.com/JPBotelho)| Road Catmul-Rom spline Mesh|
51 | |[Geometric Shape Scripts](https://github.com/GaelleMarais/geometric-shape-scripts)|[GaelleMarais](https://github.com/GaelleMarais)| Rectangle, Cylinder, Sphere, Load .off file,
52 | |[Rounded Quad Mesh](https://github.com/bburrough/RoundedQuadMesh)|[bburrough](https://github.com/bburrough)| Rounded Quad Mesh
53 | |[Procedurally generated spike mesh](https://github.com/tenevdev/procedural-spikes)|[tenevdev](https://github.com/tenevdev)| Creates spikes
54 | |[modelisation - geometrique](https://github.com/rroyromain/modelisation-geometrique)|[rroyromain](https://github.com/rroyromain)| Plane, Cylinder, Sphere, Cone, custom meshes. Non-English
55 |
56 |
57 | * [Curved Mesh Generator](https://github.com/nrj/UnityCurvedMeshGenerator)
58 | * [Mesh Presentations](https://github.com/parahunter/mesh-presentation)
59 | * [Mesh Triangluation](https://github.com/IMGSaibh/MeshTriangluation) - Mesh-Triangluation in Unity with Raycast obstacle detection. Comments are written in German.
60 |
61 | * [Henrihanot - Unity Procedural Cables](https://github.com/henrihanot/unity-procedural-cables)
62 |
63 |
64 |
65 | ## Spline
66 |
67 | * [BG Curve](https://github.com/bansheeGz/BGCurve)
68 | ## Planet
69 | * [Procedural Planet](https://github.com/paolorussian/proceduralplanet)
70 | * [Planet ring editing in play mode](https://www.youtube.com/watch?v=WmWMC6iq7Y0) - Continuation of "Making a Custom Planet Ring in Unity"
71 | * [Making a Custom Planet Ring in Unity](https://www.youtube.com/watch?v=Rze4GEFrYYs) - Creating a ring mesh, with visibility on both sides, at start.
72 | ## Shape
73 | * [Procedurally Generate a Sphere](https://stackoverflow.com/questions/4081898/procedurally-generate-a-sphere-mesh)
74 | * [Create Octahedron Sphere](https://www.binpress.com/tutorial/creating-an-octahedron-sphere/162)
75 | * [Polyhydra](https://github.com/IxxyXR/Polyhydra)
76 |
77 | # Modification
78 | * [Conforming a Mesh Path to Arbitrary Surface on Runtime](https://answers.unity.com/questions/46457/conforming-a-mesh-path-to-arbitrary-surface-runtim.html)
79 |
--------------------------------------------------------------------------------
/Scripts/Mixed.md:
--------------------------------------------------------------------------------
1 | * [Unity Awesome Scripts](https://github.com/RedDude/UnityAwesomeScripts)
2 |
3 | * [Gameplay Utils](https://github.com/romuloScripts/GameplayUtils)
4 |
--------------------------------------------------------------------------------
/Scripts/Mobile.md:
--------------------------------------------------------------------------------
1 | * [50 Unity Tips for Mobile](https://github.com/defuncart/50-unity-tips)
2 |
3 |
4 | * [Mobile MMORPG](https://github.com/Ziden/MobileMMORPG)
5 | * [Google Ads](https://github.com/googleads/googleads-mobile-unity)
6 |
7 | * [Vibration](https://github.com/BenoitFreslon/Vibration) - iOS and Android
8 |
9 | * [OneSignal - Unity SDK](https://github.com/OneSignal/OneSignal-Unity-SDK) - Push Notifications
10 |
11 | # Ads
12 |
13 | * [Google Ads](https://github.com/googleads/googleads-mobile-unity)
14 |
15 | # Input
16 | * [Mobile Touch](https://github.com/Kagigz/mobileTouch)
17 | * [Mopsicus's Mobile Touch](https://github.com/mopsicus/UnityMobileInput)
18 | # UI
19 |
20 | * [Mopsicus's Infinite Scroll](https://github.com/mopsicus/infinite-scroll-unity) - Works on iOS and Android. Can also be used outside mobile.
21 | * [UI Widgets](https://github.com/UnityTech/UIWidgets)
22 |
23 | # iOS
24 | * [iOS Background Run](https://github.com/mopsicus/unity-ios-background-run)
25 |
--------------------------------------------------------------------------------
/Scripts/Movement.md:
--------------------------------------------------------------------------------
1 |
2 | * [Make Object move in a Figure 8 Programtically](http://forum.unity3d.com/threads/making-an-object-move-in-a-figure-8-programatically.38007/)
3 | * [Unity Navi person module](https://github.com/zouhunter/unity-navi-person-module)
4 | * [How to jump through box colliders but jump on top of them](https://answers.unity.com/questions/429885/how-to-jump-through-box-colliders-but-jump-on-top.html) - One-way platforms
5 |
6 | * [Unity3D Orbit around orbiting object](https://gamedev.stackexchange.com/questions/61981/unity3d-orbit-around-orbiting-object-transform-rotatearound)
7 | * [Circling in Unity3D with RotateAround](https://www.gamasutra.com/blogs/CharlesCordingley/20150223/237038/Circling_in_Unity3D_with_RotateAround.php)
8 | * [How to adapt a pathfinding to a 2D Grid Platformer](https://gamedevelopment.tutsplus.com/tutorials/how-to-adapt-a-pathfinding-to-a-2d-grid-based-platformer-theory--cms-24662)
9 | # Tween
10 | ## Code
11 | * [Duck Tween](https://github.com/dubit/duck-tween)
12 | * [prime31 - GoKit](https://github.com/prime31/GoKit)
13 | * [kyubuns - AnimeRx](https://github.com/kyubuns/AnimeRx)
14 | * [PlasticApps - PlasticTween](https://github.com/PlasticApps/PlasticTween) - ECS and job based
15 | * [jeffcampbellmakesgames - Unity Jtween](https://github.com/jeffcampbellmakesgames/unity-jtween) - job based tween
16 | * [Dotween](https://github.com/Demigiant/dotween)
17 | # Steering Behaviours
18 | ## Code
19 | * [Movement Algorithms](https://github.com/pingumen96/MovementAlgorithms)
20 | * [A* Helper](http://wiki.unity3d.com/index.php/AStarHelper)
21 | * [Kultie - Unity ECS Steering Behavior](https://github.com/kultie/Unity-ECS-SteeringBehavior) - An implementation of steering behavior that uses the ECS. Still underwork.
22 | ## Articles
23 | * [Understanding Steering Behaviors](https://gamedevelopment.tutsplus.com/series/understanding-steering-behaviors--gamedev-12732)
24 | * [How to Implement a Pathfinding with cocos2d Tutorial](https://www.raywenderlich.com/4970/how-to-implement-a-pathfinding-with-cocos2d-tutorial)
25 | * [How to Speed up Pathfinding with jump point search algorithm](https://gamedevelopment.tutsplus.com/tutorials/how-to-speed-up-a-pathfinding-with-the-jump-point-search-algorithm--gamedev-5818)
26 |
27 | # Character Controller
28 |
29 | ## Code
30 | * [C# Character Motor](https://gist.github.com/zephjc/5641540)
31 | * [SuperCharacterController](https://github.com/IronWarrior/SuperCharacterController) - Archieved and no longer updated.
32 | * [UNet Controller](https://github.com/Heep042/UNet-Controller) - Network version of Character Controller.
33 | * [Unity Humanoid Controller](https://github.com/JavierSplvd/unity-humanoid-controller)
34 | ## 2D Code
35 |
36 | * [Prime31 - CharacterController2D](https://github.com/prime31/CharacterController2D)
37 | ## Articles
38 | * [Object Push Character Controller](https://answers.unity.com/questions/502798/object-push-character-controller.html)
39 | * [Controller Move Doesn't stay grouned when walking down a slope](https://answers.unity.com/questions/388137/controllermove-doesnt-stay-grounded-when-walking-d.html)
40 | * [How to keep a Character controller grounded without constantly applying gravity](https://answers.unity.com/questions/333155/how-to-keep-charactercontroller-grounded-without-c.html)
41 | * [Controller falls or slips of moving platforms](https://answers.unity.com/questions/8207/charactercontroller-falls-through-or-slips-off-mov.html)
42 | * [Why does OnCollisionEnter not work between Character controller and rigidbody](https://answers.unity.com/questions/388494/why-does-oncollisionenter-not-work-between-a-chara.html)
43 |
44 | * [The Problem With Character Controllers In Unity3D And How I Solved It](https://mariusgames.com/3d-character-controller-db7cd3a7b4df)
45 |
46 | # 2D Movement
47 |
48 | ## Code
49 | * [Classic Rogue Movement](https://github.com/balaam/unity_classic_rogue_movement)
50 | * [MinerTweaks - Super Paper Copy](https://github.com/MinerTweaks/SuperPaperCopy) - Paper Mario like movement.
51 |
52 | # Rigidbody
53 | ## Code
54 | * [QuickUnityTools - PhysicsMovement](https://github.com/adamgryu/QuickUnityTools/tree/master/Scripts/Physics)
55 | * [Open Player Controller](https://github.com/ElmarTalibzade/OpenPlayerController)
56 | * [FPS Movement Rigidbody](https://github.com/DaniDevy/FPS_Movement_Rigidbody)
57 | ## Articles
58 | * [Getting the player to move with platform: Velocity, DistanceJoint](https://answers.unity.com/questions/805683/how-can-i-get-my-player-to-move-with-the-platform.html)
59 | * [Player Rigidbody slider off moving platform](https://answers.unity.com/questions/1040978/player-rigidbody-slides-off-moving-platform.html)
60 | * [Change rigidbodys jump speed](https://answers.unity.com/questions/499834/change-rigidbodys-jumping-speed.html)
61 |
62 |
63 | # PathFinding (Not Built-in Unity NavMesh)
64 | * [Pathfinding concept, the basic](http://mgrenier.me/2011/06/pathfinding-concept-the-basics/)
65 | * [Pathfinding for 2D Platformer](http://ashblue.github.io/pathfinding-platformer/) - This is an example with source code in JavaScript, not made in Unity. You can still use it to make your own implementation.
66 |
67 | * [Isometric Pathfinding with A*](https://github.com/fzillo/Isometric_Pathfinding_with_AStar)
68 | * [Tilemap Pathfinder](https://github.com/robinwassen/tilemap-pathfinder) - A pathfinder that works with the Unity Tilemap.
69 | * [Unity 2D Pathfinding Grid ECS Job](https://github.com/Omniaffix-Dave/Unity-2D-Pathfinding-Grid-ECS-Job) - A pure ECS 2D pathfinding solution. Does not use navmesh.
70 | * [Sphere Navigation](https://github.com/KimHeeRyeong/SphereNavigation) - A navmesh system spheres. Does not use Unity's NavMesh
71 |
72 | # Nav Mesh
73 |
74 | ## Code
75 | * [Unity 5.6+ Nav Mesh Feature Demo](https://github.com/UnityTechnologies/NavMesh-Feature-Demo) - Contains examples and implementations of Unity's nav mesh.
76 | * [Navigation Forward Sample](https://github.com/vncastanheira/NavigationForwardSample)
77 | * [Unity Cookbook 2018 - Chapter 15 Nav Mesh](https://github.com/dr-matt-smith/unity-cookbook-2018-ch15)
78 | * [Unity Pedestrian Simulator](https://github.com/trinhthanhtrung/unity-pedestrian-sim) - Simulates crowds using NavMesh.
79 |
80 | * [NavMeshPlus](https://github.com/h8man/NavMeshPlus) - Modified version of the Nav Mesh extension scripts.
81 |
82 | * [Kink3d - Simple Traffic](https://github.com/Kink3d/SimpleTraffic) - Simulation of street traffic using Nav Mesh.
83 |
84 | ## Articles
85 | * [Navmesh Flee AI from Player](https://answers.unity.com/questions/868003/navmesh-flee-ai-flee-from-player.html)
86 | * [Make Multiple Enemies take Different Paths](https://stackoverflow.com/questions/26644196/unity-navmesh-make-multiple-enemies-take-different-paths)
87 | * [Keep Enemy X Distance from Player](https://answers.unity.com/questions/479342/navmeshagent-keep-enemy-x-distance-from-player.html)
88 | * [Destination vs SetDestination](https://answers.unity.com/questions/702110/navmeshagentdestination-vs-setdestination-.html)
89 | * [Pathfinding and local avoidance for rpg and rts games using Unity](https://www.gamedev.net/articles/programming/general-and-gameplay-programming/pathfinding-and-local-avoidance-for-rpgrts-games-using-unity-r3703)
90 | # Custom Nav Mesh
91 |
92 | ## Code
93 |
94 | * [Unity NavCube](https://github.com/mimusangel/Unity-NavCube) - 3D navigation system.
95 | # Move Along Curve
96 | ## Articles
97 | * [Moving Along Curve With Specific Speed](https://www.geometrictools.com/Documentation/MovingAlongCurveSpecifiedSpeed.pdf) - This is a research paper, so it is more math focused than code focused.
98 |
99 | * [Moving Object Along a Bezier Curve](https://answers.unity.com/questions/12689/moving-an-object-along-a-bezier-curve.html)
100 |
101 | * [Orbit Paths (Ellipses)](https://www.youtube.com/watch?v=mQKGRoV_jBc&index=4&list=PL5KbKbJ6Gf982bozKUYrX9C4qN_IQYTXZ) - This is the first of three by the user on this subjest. Part of Unity Space Game Tutorials playlist.
102 |
103 | ## Code
104 |
105 | * [MGS PathAnimation](https://github.com/mogoson/MGS-PathAnimation)
106 |
107 | # Transform
108 | * [Prevent LookAt From Flipping](https://answers.unity.com/questions/24805/preventing-lookat-from-flipping.html)
109 |
110 |
111 | # Crowds
112 |
113 | * [shwarm](https://github.com/lukastoenneMS/shwarm) - Using steering and boids to simulate crowds and swarms.
114 |
115 | # Noise
116 |
117 | * [Adding Random Noise to a direction vector](https://answers.unity.com/questions/1379561/adding-randmon-noise-to-a-direction-vector.html)
118 | * [Swarm Missile Adding Random Movement to a homing](https://answers.unity.com/questions/698009/swarm-missile-adding-random-movement-to-a-homing-m.html)
119 |
120 | # Turret
121 | * [Limiting the rotations of a turret](https://www.3dbuzz.com/forum/threads/190770-Limiting-the-rotation-of-a-turret-(unity-c-))
122 | * [GunTurret2](https://github.com/brihernandez/GunTurrets2)
123 | # Slope Detection
124 | * [Angle of Slope Ground Under Player](http://thehiddensignal.com/unity-angle-of-sloped-ground-under-player/)
125 |
126 | # Custom Movement
127 | * [Quake 3 Movement](https://github.com/WiggleWizard/quake3-movement-unity3d)
128 | * [Quake 3 Strafe Jummping](https://github.com/kBlaszczyk/unity_q3_strafe_jumping) - Adds strafe jumping to Character Controller.
129 | * [Brackey's 2D Character Controller](https://github.com/Brackeys/2D-Character-Controller)
130 | * [Unity Source Movement](https://github.com/Olezen/UnitySourceMovement) - A movement system similar to the Source Engine
131 | * [Gravity Player Controller](https://github.com/KaimaChen/How-To/blob/master/Project/Assets/Scripts/GravityPlayerController.cs)
132 | * [Unity FP Platformer Project](https://github.com/Faboover/Unity-FP-Platformer-Project) - Recreating Titanfall character movement.
133 | * [Walk on Anything](https://github.com/SlugGlove/Walk-On-Anything) - Based on the movement system in Mario Galaxy.
134 | * [Team Capture](https://github.com/Voltstro-Studios/Team-Capture) - This FPS game uses a movement system designed for multiplayer.
135 | * [Cat Like Coding](https://catlikecoding.com/unity/tutorials/movement/)
136 |
--------------------------------------------------------------------------------
/Scripts/Network.md:
--------------------------------------------------------------------------------
1 | # Azure
2 |
3 | * [AzureFunctionToolkit](https://github.com/Unity3dAzure/AzureFunctionToolkit)
4 |
--------------------------------------------------------------------------------
/Scripts/Particles.md:
--------------------------------------------------------------------------------
1 | * [Introduction To Unity: Particle Systems](https://www.raywenderlich.com/113049/introduction-unity-particle-systems) - A very detailed introduction to Particle Systems.
2 | * [Particle scales with camera distance](https://answers.unity.com/questions/1241404/particle-scales-with-camera-distance.html) - A very detailed introduction to Particle Systems.
3 |
4 | ## How to make
5 |
6 | ### [Abhinav a.k.a Demkeys](https://www.youtube.com/channel/UC0IgxGxESpKPWiKKrGfxG_w)
7 | * [Ripple Effects](https://www.youtube.com/watch?v=byxivSC1xYM&t=1s)
8 | * [Ring Effects](https://www.youtube.com/watch?v=CVsZ98TSEwI)
9 | * [Particle Systel Trails](https://www.youtube.com/watch?v=agr-QEsYwD0)
10 | ### [Mirza](https://www.youtube.com/user/TheMirzaBeig/playlists) -A YouTube channel with tutorials on particles and shaders. Many particls are made using [Ultimate VFX](https://www.assetstore.unity3d.com/en/#!/content/26701)
11 | * [Unity VFX - Portal](https://www.youtube.com/watch?v=VYOgWJFiifo)
12 | * [Unity - Plexus Effect](https://www.youtube.com/watch?v=ruNPkuYT1Ck)
13 |
14 | ### [DucVu FX](https://www.youtube.com/channel/UC5ZauAWNyh931gRJUqB1QPw)
15 | * [Unity 3D Effect Tutorials](https://www.youtube.com/watch?v=uwYzHcVqiKQ&list=PL4sm4gn7dvzuHfA7clf-kfkErxFZrQbXl)
16 | * [Health Buff Effect](https://www.youtube.com/watch?v=zxM23TYSeLo&index=2&list=PL4sm4gn7dvzuHfA7clf-kfkErxFZrQbXl)
17 | * [Fire Aura](https://www.youtube.com/watch?v=kQ8VMRnsXCA&list=PL4sm4gn7dvzuHfA7clf-kfkErxFZrQbXl&index=3)
18 | * [Glowing Orb Effect](https://www.youtube.com/watch?v=ppYZsPHI234&index=4&list=PL4sm4gn7dvzuHfA7clf-kfkErxFZrQbXl)
19 | * [Lightning Buff Part 1](https://www.youtube.com/watch?v=ICJ2cNVgJ7s&index=5&list=PL4sm4gn7dvzuHfA7clf-kfkErxFZrQbXl)
20 | * [Lightning Buff Part 2](https://www.youtube.com/watch?v=FlxancdGpHo&list=PL4sm4gn7dvzuHfA7clf-kfkErxFZrQbXl&index=6)
21 | * [Fire Orb](https://www.youtube.com/watch?v=T23RGwuSDc4&list=PL4sm4gn7dvzuHfA7clf-kfkErxFZrQbXl&index=7)
22 | * [Arrow Attack](https://www.youtube.com/watch?v=RO8hQC-_zBo&list=PL4sm4gn7dvzuHfA7clf-kfkErxFZrQbXl&index=8)
23 | * [Fire Sword Attack](https://www.youtube.com/watch?v=yXAvt6vl_OI&index=9&list=PL4sm4gn7dvzuHfA7clf-kfkErxFZrQbXl)
24 | * [Slash & Blood](https://www.youtube.com/watch?v=Jl2Kx_2cnKo&index=10&list=PL4sm4gn7dvzuHfA7clf-kfkErxFZrQbXl)
25 | * [Ice Attack](https://www.youtube.com/watch?v=5nluUKt7GTc&index=11&list=PL4sm4gn7dvzuHfA7clf-kfkErxFZrQbXl)
26 | * [Water Fountain](https://www.youtube.com/watch?v=OH_YybHltao&index=12&list=PL4sm4gn7dvzuHfA7clf-kfkErxFZrQbXl)
27 | * [Frozen Effect](https://www.youtube.com/watch?v=42v-dan3CoY&index=14&list=PL4sm4gn7dvzuHfA7clf-kfkErxFZrQbXl)
28 | * [Crack and Fire](https://www.youtube.com/watch?v=KzhJDJVQ7ow&list=PL4sm4gn7dvzuHfA7clf-kfkErxFZrQbXl&index=15)
29 | * [Dragon Ball](https://www.youtube.com/watch?v=X0YbTN0lUgI&list=PL4sm4gn7dvzuHfA7clf-kfkErxFZrQbXl&index=16)
30 | * [Create Mesh for Particle](https://www.youtube.com/watch?v=4-h5QaYJ7Co&list=PL4sm4gn7dvzuHfA7clf-kfkErxFZrQbXl&index=18)
31 | * [Dragon Shot](https://www.youtube.com/watch?v=uSSKtFMdKZw&list=PL4sm4gn7dvzuHfA7clf-kfkErxFZrQbXl&index=19)
32 | * [Slash](https://www.youtube.com/watch?v=3v8kkeW63eg&index=20&list=PL4sm4gn7dvzuHfA7clf-kfkErxFZrQbXl)
33 | * [Ground Explosion](https://www.youtube.com/watch?v=hBoE_9F4Yos&list=PL4sm4gn7dvzuHfA7clf-kfkErxFZrQbXl&index=21)
34 | * [Particle Dissolver](https://www.youtube.com/watch?v=aMQxiPRmiNs&index=22&list=PL4sm4gn7dvzuHfA7clf-kfkErxFZrQbXl)
35 | * [Ground Smoke](https://www.youtube.com/watch?v=LgAHSn2jLB4&index=23&list=PL4sm4gn7dvzuHfA7clf-kfkErxFZrQbXl)
36 | * [Tornado](https://www.youtube.com/watch?v=pxFmFaENtPQ&list=PL4sm4gn7dvzuHfA7clf-kfkErxFZrQbXl&index=24) - Patreon Only
37 | * [Hearthstone Gold Coins](https://www.youtube.com/watch?v=NSpMGUPLIZM&list=PL4sm4gn7dvzuHfA7clf-kfkErxFZrQbXl&index=25)
38 |
39 | ### [Gabriel Aguiar Prod.](https://www.youtube.com/channel/UCtb1s859RTxx-RIgFs5ZVQA)
40 | * [Unity 5 - Game Effects VFX - Teleport & Spawn](https://www.youtube.com/watch?v=iMcGkgP0P-M)
41 | * [Unity 5 - Game Effects VFX - Slash Effect](https://www.youtube.com/watch?v=T-ZNkGwImcI)
42 | * [Unity 5 - Game Effects VFX - Make Particles Follow a Path](https://www.youtube.com/watch?v=tZ5dSmsggFc)
43 | * [Unity 2017 - Game Effects VFX - Tornado Effect](https://www.youtube.com/watch?v=_VG_if3saBw)
44 | * [Unity 5 - Game Effects VFX - Ice Attack](https://www.youtube.com/watch?v=XqWZZejtjIk) - Advanced
45 | * [Unity 2017 - Game VFX - Realistic Rain Effect](https://www.youtube.com/watch?v=Ph3FvxJJ8AA)
46 |
47 | ### [imn nam](https://www.youtube.com/channel/UC74Ictcvlnz9WiEfpyhmiXA) - Youtube channel. Videos do not include audio explanations of how to make the effects.
48 | * [Game effect tutorial - Sword Slash](https://www.youtube.com/watch?v=wFgS5pzG1Qs) - Includes using Autodeck
49 | * [Game effect tutorial - Water storm - skill](https://www.youtube.com/watch?v=KAGx8UMXUwU)
50 | * [Game effect tutorial - Skill With Fire Ball](https://www.youtube.com/watch?v=5T2nUhw-GmA)
51 | ### [ErbGameArt](https://www.youtube.com/channel/UCMqxbFCPmfH1Gf6dMIIvI4A)
52 | * [Game effect tutorial - Magic Beam skill | Unity3d](https://www.youtube.com/watch?v=MuI6YfQ0CxU)
53 | * [Game effect tutorial - Melee ground attack](https://www.youtube.com/watch?v=d3Q9-_EreFI)
54 | * [Game effect tutorial - Magic circle for RPG game](https://www.youtube.com/watch?v=4uGosqOisDI)
55 | * [Game effect tutorial #10 - realistic fireball. How to create a fireball in Unity 3d](https://www.youtube.com/watch?v=lFCpzF2hwBc)
56 | * [Game effect tutorial - Ice arrow skill with freezing | Unity3d](https://www.youtube.com/watch?v=1GHyeYXpCFk)
57 |
58 | ### [Brackeys](https://www.youtube.com/user/Brackeys/playlists)
59 | * [How to make a Tower Defense Game](https://www.youtube.com/watch?v=beuoNuK2tbk&list=PLPV2KyIb3jR4u5jX8za5iU1cqnQPmbzG0) - Watch videos 14, 15, and 16 for laser effects using particle system.
60 |
61 | ### [xOctoManx](https://www.youtube.com/user/xOctoManx/videos)
62 |
63 | * [Unity 5 Tutorials: Particle Systems](https://www.youtube.com/watch?v=yYctRzw_SU0&list=PLj0TSSTwoqAw1j_FFf2Pg9fYuNX5wVSwf) - Cartoon Explosion, Healing Spell Effect, Ground Slam Effect, Sparkles, Animated Burning Characters, Force Shield Spell C#, Bubble Effect, Circle & Helix with Code, and Clouds & Smoke
64 |
65 | ### [Tyler Wissler](https://www.youtube.com/channel/UCI_KwX0k_XGbNmqPou8ryzw)
66 | * [Particle System Tutorial](https://www.youtube.com/watch?v=rRQAOhbasVA&list=PLnUPOj4B5SaDeekdqa0292mQSYWefUS7i&index=23)
67 |
--------------------------------------------------------------------------------
/Scripts/Physics.md:
--------------------------------------------------------------------------------
1 | # Table of Contents
2 | - [Examples](#Examples)
3 | - [General](#General)
4 | - [Buoyancy](#Buoyancy)
5 | - [Liquids](#Liquids)
6 | - [Raycasting](#Raycasting)
7 | - [Force](#Force)
8 | - [Collision](#Collision)
9 | - [Engines](#Engines)
10 | - [Objects](#Objects)
11 | - [Tips](#Tips)
12 | # 3D
13 | ## Examples
14 | * [Mechanics Lab](https://github.com/dpreid/mechanicsLab) - Simulations of physics.
15 | * [Golf Mechanics](https://github.com/brogan89/Golf-Mechanics) - Physics in golf games.
16 |
17 | ## General
18 | * [Mechanics Lab](https://github.com/dpreid/mechanicsLab) - A collection of various effects using physics.
19 |
20 | ## Gravity
21 | * [uCUPG](https://github.com/3top1a/uCUPG) - Custom Gravity
22 | ## Buoyancy
23 | * [Wave Buoyancy](https://github.com/dbrizov/Unity-WaterBuoyancy)
24 | * [Crest](https://github.com/crest-ocean/crest) - Crest has some buoyancy functionality.
25 |
26 | ## Liquids
27 | ### Code
28 | * [Liquid Simulation](https://github.com/ivuecode/Liquid-Simulation)
29 |
30 | ## Raycasting
31 | ### Code
32 | * [A solution for accurate raycasting without mesh colliders](https://forum.unity.com/threads/a-solution-for-accurate-raycasting-without-mesh-colliders.134554/)
33 | * [Raycast without Colliders](https://forum.unity.com/threads/raycast-without-colliders.14378/)
34 | * [Cone Cast](https://trinit.es/unity/scripts/csharp/raycast/Conecast.cs) - Download link.
35 |
36 | * [UnityArcRayCast](https://github.com/williamrjackson/UnityArcRayCast)
37 | Does a raycast along the path of a projectile's arc.
38 | ### Articles
39 | * [Raycast occasionally won't hit colliders on Mecanim animated characters](https://answers.unity.com/questions/746716/raycast-occasionally-wont-hit-colliders-on-mecanim.html)
40 |
41 | ## Force
42 | ### Code
43 | * [Rigidbody Orbit](https://github.com/edom18/RigidbodyOrbit)
44 | * [Propulsion Physics](https://github.com/deadcast2/propulsion-physics)
45 |
46 | ### Articles
47 | * [How to Calculate force needed to jump towards target point](https://forum.unity.com/threads/how-to-calculate-force-needed-to-jump-towards-target-point.372288/)
48 | ## Collision
49 | * [How to make a car apply damage on collision](http://answers.unity3d.com/questions/17318/how-to-make-car-apply-damage-on-collision-an-objec.html)
50 | * [Reflect Objects in 2D](http://www.theappguruz.com/blog/reflect-object-in-unity2d)
51 | * [LinHowe Game Algorithm -Collision Detection](https://github.com/IceLanguage/LinHoweGameAlgorithm/tree/master/Assets/Scripts/06-collisionDetection)
52 |
53 | ### Custom Collision Detection
54 | * [Unity Quadtree Collision Detection](https://github.com/MrTrueChina/Unity-Quadtree-Collision-Detection)
55 |
56 | * [UniCollider Interpolator](https://github.com/sanukin39/UniColliderInterpolator) - Aims to improve collision detection of mesh colliders.
57 |
58 | ## Engines
59 | * [Jello Physics](https://github.com/kwanchangnim/Jello-Physics)
60 | * [Bullet Sharp Unity](https://github.com/Phong13/BulletSharpUnity3d)
61 |
62 | ## Objects
63 | * [Fake Hanging Chains](https://github.com/forestrf/Fake-hanging-chains)
64 | ## Tips
65 | * [Physics Best Practices](https://unity3d.com/learn/tutorials/topics/physics/physics-best-practices?playlist=30089)
66 |
67 |
68 |
69 |
70 | # 2D
71 |
72 | ## Raycasting
73 | * [How to use Physics2D Overlap Capsule and Capsule Cast](https://forum.unity.com/threads/how-to-use-the-new-physics2d-overlapcapsule-capsulecast.455232/)
74 |
--------------------------------------------------------------------------------
/Scripts/PlayableGraph.md:
--------------------------------------------------------------------------------
1 |
2 | # Tutorialis
3 | * [Unity Timeline Scripting - Custom Playables, Tracks and Clips](https://www.youtube.com/watch?v=LSrcQJHDUT4)
4 |
5 | # Examples
6 | * [Unity Playables Examples](https://docs.unity3d.com/Manual/Playables-Examples.html)
7 | * [Unity - Simple Animation](https://github.com/Unity-Technologies/SimpleAnimation)
8 | * [Cat-like Coding - Tower Defense Animation](https://catlikecoding.com/unity/tutorials/tower-defense/animation/)
9 |
--------------------------------------------------------------------------------
/Scripts/Procedural.md:
--------------------------------------------------------------------------------
1 | * [Obstacle Tower Source](https://github.com/Unity-Technologies/obstacle-tower-source) - Official Unity example
2 | * [Space W](https://github.com/zameran/SpaceW)
3 | * [Procedural Generation](https://github.com/AlexSerodio/procedural-generation-unity) Contains multiple use cases.
4 | * [Generative Racer](https://github.com/pulinho/generative-racer)
5 | # Items
6 |
7 | * [ruudschouten - Modular Items](https://github.com/ruudschouten/ModularItems)
8 | # Environment
9 | * [Procedural Landmass](https://github.com/raghav-kukreti/procedural-landmass)
10 | * [Unity Procedural Stair Builder](https://github.com/GregFrench/Unity-Procedural-Stair-Builder)
11 | * [Procedural Cave Generator](https://github.com/AK-Saigyouji/Procedural-Cave-Generator)
12 | * [harmjs - Polygon Map Generator](https://github.com/harmjs/unity-polygon-map-generator)
13 | * [Basic Desert](https://github.com/WiseShards/basic_desert)
14 |
15 | ## Dungeons
16 | * [Unity Dungeon Generator](https://github.com/damarindra/Unity-Dungeon-Generator) - Uses a Delaunay or a Binary Space Partition algorthims.
17 | * [Cellular Automata Dungeon Generator](https://github.com/kultie/Unity-CellularAutomata-Dungeon-Generator)
18 | * [JonGallant - Dungeon Generator](https://github.com/jongallant/DungeonGenerator) - An older dungeon generator.
19 | * [DMeville - Dungeon Generator](https://github.com/DMeville/Unity3d-Dungeon-Generator)
20 | * [sitRyo - Dungeon Template Library](https://github.com/sitRyo/DungeonTemplateLibraryUnity)
21 | ## City
22 | * [wave function collapse](https://github.com/marian42/wavefunctioncollapse) - infinite, procedurally generated city.
23 | * [Procedural City by Phoechat](https://github.com/pboechat/ProceduralCity)
24 | * [Procedural City by ycheng14799](https://github.com/ycheng14799/proceduralCity)
25 | * [Sunsided - Unity Procedural Cities](https://github.com/sunsided/unity-procedural-cities)
26 | ## Land
27 | * [Procedural Island](https://github.com/AdamWhitehurst/Procedural-Island)
28 | * [procedural-landmass-generation](https://github.com/benjohns1/procedural-landmass-generation)
29 | ## Planet
30 | * [Procedural Planet Generation](https://github.com/DennisBoon/Procedural_Planet_Generation)
31 | * [Procedural Panets](https://github.com/jalizadeh/Procedural-Planets)
32 | ## Mazes
33 | * [3D-Maze-Generator](https://github.com/FergusLeah/3D-Maze-Generator)
34 | * [UnityMazeGeneration](https://github.com/thederpykleptic/UnityMazeGeneration)
35 | # Object Placement
36 | * [Photosynthesizer](https://github.com/alexismorin/Photosynthesizer) - Procedural sprout foliage in a scene.
37 |
38 |
39 | # Methods
40 |
41 | ## Wave Function Collapse
42 |
43 | ### Articles
44 | * [The Wavefunction Collapse Algorithm Explained Very Clearly](https://robertheaton.com/2018/12/17/wavefunction-collapse-algorithm/)
45 |
46 | ### Examples
47 | * [wave function collapse](https://github.com/marian42/wavefunctioncollapse) - infinite, procedurally generated city.
48 | * [Unity Wave Function Collapse 3D](https://github.com/oddmax/unity-wave-function-collapse-3d)
49 |
--------------------------------------------------------------------------------
/Scripts/Readme.md:
--------------------------------------------------------------------------------
1 | # Scripts
2 | Here are some scripts and projects that I have found useful. They have been organized by topic, so it will be easier to find what you are looking for.
3 | # Table of Contents
4 | * [AI](https://github.com/Endarren/Unity_Resources/blob/master/Scripts/AI.md)
5 | * [Animator](https://github.com/Endarren/Unity_Resources/blob/master/Scripts/Animator.md)
6 | * [Camera](https://github.com/Endarren/Unity_Resources/blob/master/Scripts/Camera.md)
7 | * [Data](https://github.com/Endarren/Unity_Resources/blob/master/Scripts/Data.md)
8 | * [Effects](https://github.com/Endarren/Unity_Resources/blob/master/Scripts/Effects.md)
9 | * [Job System](https://github.com/Endarren/Unity_Resources/blob/master/Scripts/JobSystem.md)
10 | * [Light](https://github.com/Endarren/Unity_Resources/blob/master/Scripts/Light.md)
11 | * [Mesh](https://github.com/Endarren/Unity_Resources/blob/master/Scripts/Mesh.md)
12 | * [Mobile](https://github.com/Endarren/Unity_Resources/blob/master/Scripts/Mobile.md)
13 | * [Movement](https://github.com/Endarren/Unity_Resources/blob/master/Scripts/Movement.md)
14 | * [Particles](https://github.com/Endarren/Unity_Resources/blob/master/Scripts/Particles.md)
15 | * [Physics](https://github.com/Endarren/Unity_Resources/blob/master/Scripts/Physics.md)
16 | * [Terrain](https://github.com/Endarren/Unity_Resources/blob/master/Scripts/Terrain.md)
17 | * [Script Sites](#script-sites)
18 |
19 | ## Misc
20 | * [Mykaelos Unity Library](https://github.com/Mykaelos/MykaelosUnityLibrary)
21 | * [Useful Easy Weapon Scripts](https://github.com/PortreeMathsTutor/Useful-Easy-Weapon-Scripts) - A collection of simple scripts.
22 | * [LinHowe Game Algorithms](https://github.com/IceLanguage/LinHoweGameAlgorithm)
23 |
24 | * [Unity Item System](https://github.com/DylanYasen/unity-item-system)
25 |
26 | * [Unity Game Achievements](https://github.com/RedHelium/UnityGameAchievements)
27 |
28 | * [Unity Simple Modifier System](https://github.com/DreamHarvesters/unity-simple-modifier-system)
29 | * [Inspect System](https://github.com/DuckBoss/InspectSystem-Unity)
30 |
31 | * [Gun Outline Tutorial Using Unity 3D and Gimp White Weapon Outline](https://www.youtube.com/watch?v=yPLV3x6sjG0)
32 | * [Fog of War](https://github.com/krazzei/FoW_shadow_map) Shows how to do a fog of war using scripting and shaders.
33 |
34 | * [Unity City Layout](https://github.com/sonicth/UnityCityLayout)
35 | ## Tools
36 | * [Unity Toolbag](https://github.com/nickgravelyn/UnityToolbag)
37 |
38 | ## Word Filter
39 | * [How to replace bad words in C#](https://forum.unity.com/threads/how-to-replace-bad-words-in-c.277673/)
40 | * [Bad Word Filter](https://forum.unity.com/threads/c-bad-words-filter.312198/)
41 |
42 |
43 | ## Projectiles
44 |
45 | * [How Do I make a projectile arc and always hit a moving target?](https://answers.unity.com/questions/448681/how-do-i-make-a-projectile-arc-and-always-hit-a-mo.html)
46 | * [Creating a homing missile in Unity](https://www.gamedev.net/articles/programming/general-and-gameplay-programming/creating-a-homing-missile-in-unity-r3588)
47 |
48 | ## Input
49 |
50 | * [InputManager](https://github.com/daemon3000/InputManager)
51 | * [InputMaster](https://github.com/thebeardphantom/InputMaster)
52 | * [Input System](https://github.com/SaldayOpen/InputSystem)
53 |
54 | ## Influence Map/HeatMap
55 | * [Influence Map](https://github.com/AliKarimi74/InfluenceMap)
56 | * [Heat Map](https://github.com/karl-/unity-heatmap)
57 | * [Heat Map - Unity-Technologies](https://bitbucket.org/Unity-Technologies/heatmaps)
58 |
59 |
60 |
61 | ## Unity Inside
62 | * [How weights of 2D Blending are calculated](https://answers.unity.com/questions/1206428/how-weights-of-2d-blending-are-calculated.html) - This is how the mecanim blend tree works. It's a little complicated. You can find the research on it [here](http://runevision.com/thesis/rune_skovbo_johansen_thesis.pdf) in chapter 6.3 if you really want to. Again, this is complicated.
63 |
64 | ## Script Sites
65 | * [UnityLibrary](https://github.com/UnityCommunity/UnityLibrary)
66 |
67 | ### Other
68 | * [How to write a GUI editor for Graph or Tree structures](https://stackoverflow.com/questions/17593101/how-to-write-a-gui-editor-for-graph-or-tree-structures)
69 | * [Unity UI Extensions](https://bitbucket.org/maulikkaloliya/unity-ui-extensions-new/src/54637fbbd9fc6418ac4febffef0c65b7b0f3b2d0/Scripts/?at=develop_5.3)
70 | * [Heat Maps](https://bitbucket.org/Unity-Technologies/heatmaps)
71 | * [Unity RPG](https://bitbucket.org/generalbrolys/rpg-unity/src/9a3695e636ff?at=master)
72 | * [HydraCommon](https://bitbucket.org/thisishydra/hydracommon/src/3ad5f7c37ffc?at=master) - Collection of utility scripts and extensions.
73 | ### [Armedunity](http://armedunity.com/index.php?)
74 | (FORUM) Requires account to see posted code, but accounts are free.
75 | * [Terrain Deformation in real time](https://armedunity.com/topic/5-unity3d-terrain-deformation-real-time/)
76 | * [Cone of Sight](https://armedunity.com/topic/10352-cone-of-sight/)
77 | ### [Unity 3D Script Library](http://unity3dscriptlibrary.codeplex.com/)
78 | ### [Unify Community](http://wiki.unity3d.com/index.php/Main_Page)
79 | * Has many scripts, but has not been updated lately. At least with anything Unity related. I still recommend checking it out.
80 | ### [Trinit](http://trinit.es/unity/)
81 | (TEXT) Code was written in Spanish (I think).
82 | * [Cone Cast](trinit.es/unity/scripts/csharp/raycast/Conecast.cs)
83 |
84 | ## Coding
85 |
86 | * [Check if a layer is in a LayerMask](https://answers.unity.com/questions/50279/check-if-layer-is-in-layermask.html)
87 |
88 |
--------------------------------------------------------------------------------
/Scripts/Scene.md:
--------------------------------------------------------------------------------
1 | * [Multiple Scene Load Example](https://github.com/jaehyukleeeee/multiple-scene-load)
2 |
3 | ## SceneManager
4 | * [How to check if scene exists in SceneManager?](https://answers.unity.com/questions/1150722/how-check-exists-scene-in-scenemanager.html)
5 |
6 |
--------------------------------------------------------------------------------
/Scripts/Social.md:
--------------------------------------------------------------------------------
1 | # Facebook
2 | * [Facebook SDK](https://github.com/facebook/facebook-sdk-for-unity)
3 | * [FriendSmash](https://github.com/facebookarchive/friendsmash-unity) - Archived
4 | * [cmlewis89 - FriendSmash](https://github.com/cmlewis89/friendsmash-unity)
5 | # Twitter
6 | * [Twity](https://github.com/toofusan/Twity)
7 |
8 | # YouTube
9 | * [YouTubeExplode](https://github.com/Tyrrrz/YoutubeExplode)
10 | * [YouTube SDK Livestreaming](https://github.com/SHanDesign1993/Youtube-SDK-LiveStreaming-Unity)
11 | * [YouTube Comment Get System](https://github.com/XakazukinX/YouTubeCommentGetSystem)
12 | * [Unity YouTube Player](https://github.com/iBicha/UnityYoutubePlayer) - Play YouTube videos inside a Unity game.
13 | * [YouTube Data For Unity 3D](https://github.com/ethanscho/YouTubeDataForUnity3D) - Old
14 |
--------------------------------------------------------------------------------
/Scripts/Terrain.md:
--------------------------------------------------------------------------------
1 | # Examples
2 |
3 | * [Yagami19 - Terrain Example](https://github.com/Yagami19/TerrainExample) - An archived example of terrain in Unity.
4 | * [Unity Island](https://github.com/humbertodias/unity-island)
5 | # Scripts
6 | * [Collapsible Ground](https://github.com/MaxwellGengYF/Unity-Collapsible-Ground)
7 | * [Spherical Terrain](https://github.com/tjbaron/UnityTerrain)
8 | * [FOV Terrain Generator](https://github.com/ScienceExp/Unity-FOV-Terrain-Generator)
9 | * [Terrain Blending](https://github.com/bad3p/TerrainBlending)
10 | * [Unity Terrain Painter](https://github.com/drParadox312/Unity-TerrainPainter)
11 | * [Terrain Splitter](https://github.com/ExpressoBits/STerrainSplit)
12 | * [Terrain Modifier](https://github.com/mogoson/TerrainModifier)
13 | * [Terrain Heatmaps](https://github.com/EdwardAndrew/UnityTerrainHeatmaps)
14 | * [NavMesh Component Terrain Link Generator](https://github.com/Fove/NavMeshComponentTerrainLinkGenerator)
15 | * [Terrain Streaming](https://github.com/ferdbold/unity-terrain-streaming)
16 |
17 | ## Analysis
18 |
19 | | Name | Source |
20 | | --- | --- |
21 | |[Terrain Analyzer](https://github.com/superjamesmccafferty/TerrainAnalyzer)|[superjamesmccafferty](https://github.com/superjamesmccafferty)
22 | |[Terrain Topology Algorithms](https://github.com/Scrawk/Terrain-Topology-Algorithms)|[Scrawk](https://github.com/Scrawk/)
23 |
24 | ## Deform
25 |
26 |
27 | | Name | Source | Type |
28 | | --- | --- | --- |
29 | |[Terrain Deformation](https://armedunity.com/topic/5-unity3d-terrain-deformation-real-time/)|[topic](https://armedunity.com/topic)
30 | |[Interactive Erosion](https://github.com/Scrawk/Interactive-Erosion)|[Scrawk](https://github.com/Scrawk/)
31 | |[TerrainGenerationViaRainfall](https://github.com/Fabiandes/TerrainGenerationViaRainfall)|[Fabiandes](https://github.com/Fabiandes/)
32 |
33 | ## Infinite/Endless
34 | | Name | Source | Type |
35 | | --- | --- | --- |
36 | |[Endless Aeroplane Flight](https://github.com/salehshafi/Endless-Aeroplane-Flight)|[salehshafi](https://github.com/salehshafi/)
37 | |[Stephen-s-Infinite-Unity-Terrain](https://github.com/StephenLujan/Stephen-s-Infinite-Unity-Terrain)|[StephenLujan](https://github.com/StephenLujan/)
38 | |[Auto Road Generator](https://github.com/Atezai/Auto-Road-Generator)|[Atezai](https://github.com/Atezai/)|It also supposed to create terrain for the road.
39 |
40 |
41 |
42 | ## Grass
43 | * [Elringus - Grass Bending](https://github.com/Elringus/GrassBending)
44 | ## Procedural
45 |
46 | | Name | Source | Type |
47 | | --- | --- | --- |
48 | |[Procedural Voxel Terrain](https://github.com/bbtarzan12/Unity-Procedural-Voxel-Terrain)|[bbtarzan12](https://github.com/bbtarzan12)| Voxel
49 | |[Procedural Generation 3D Terrain](https://github.com/killicolin/Procedural-Generation-3D-Terrain-Unity-)|[killicolin](https://github.com/killicolin)|Unity Terrain
50 | |[ProceduralTerrain](https://github.com/Daniel466/Procedural-Terrain-Generation-with-Unity)|[Daniel466](https://github.com/Daniel466)|Unity Terrain
51 | |[Procedural Terrain Unity](https://github.com/sotos82/ProceduralTerrainUnity)|[sotos82](https://github.com/sotos82)|Unity Terrain
52 | |[Procedural Terrain Generator](https://github.com/CyanCode/Procedural-Terrain-Generator)|[CyanCode](https://github.com/CyanCode)|Unity Terrain
53 | |[Unity Automatic Terrain Generation](https://github.com/aiczk/Unity-Automatic-terrain-generation)|[aiczk](https://github.com/aiczk)|Unity Terrain
54 | |[Real time Terrain](https://github.com/alphaxaon/RealtimeTerrain)|[alphaxaon](https://github.com/alphaxaon/)|Unity Terrain
55 | |[Custom Mesh Based Terrain Generation](https://github.com/CaptinBata/Custom-Mesh-based-Terrain-Generation)|[CaptinBata](https://github.com/CaptinBata)|Unity Terrain
56 | |[ProceduralTerrain](https://github.com/davidbmadsen/ProceduralTerrain)|[davidbmadsen](https://github.com/davidbmadsen/)|Unity Terrain
57 |
58 | ## Foliage
59 | * [Enhanced Foliage](https://github.com/marmitaTH/unity-enhanced-foliage)
60 | * [Photosynthesizer](https://github.com/alexismorin/Photosynthesizer) - Procedural sprout foliage in a scene.
61 | * [Hedera](https://github.com/radiatoryang/hedera) - paint 3D ivy in the Editor
62 | * [Unity Enhanced Foilage](https://github.com/marmitoTH/unity-enhanced-foliage) - Out of date, but may have some use.
63 |
64 | ## Stamps
65 | * [Terrain Stamps](https://github.com/Roland09/Terrain-Stamps)
66 |
67 | ## Tools
68 | * [Terrain Scaling Tool](https://github.com/null511/Unity.TerrainScalingTool)
69 | * [Path Painting Tool](https://github.com/Roland09/PathPaintTool)
70 | * [Stamp Tool Extended](https://github.com/Roland09/StampToolExtended)
71 |
--------------------------------------------------------------------------------
/Scripts/Textures.md:
--------------------------------------------------------------------------------
1 | * [Texture Generator](https://github.com/mtwoodard/TextureGenerator)
2 | * [Sprite Light Kit](https://github.com/prime31/SpriteLightKit)
3 | * [Keijiro - Unity Anime 4K](https://github.com/keijiro/UnityAnime4K) - A fast image up scaler that specializes in anime style images.
4 |
5 | # Noise
6 | * [Noise Generator](https://github.com/ConficturaStudios/noise-generator-unity) - Editor tool for creating noise textures in Unity. Supports 2D and 3D.
7 |
8 | * [GPU Noise for Unity](https://github.com/heyx3/GPUNoiseForUnity)
9 | * [Cloud Noise Gen](https://github.com/Fewes/CloudNoiseGen)
10 |
11 | * [Cubic Noise](https://github.com/jobtalle/CubicNoise)
12 |
13 | # Spritesheet
14 | * [Unity Runtime Sprite Sheets Generator](https://github.com/DaVikingCode/UnityRuntimeSpriteSheetsGenerator) - Creates spritesheets in runtime. Uses some Unity.UI code for this.
15 |
16 | * [Sprite Dicing](https://github.com/Elringus/SpriteDicing) - Unity extension for reusing sprite texture areas https://forum.unity.com/threads/542863
17 |
18 |
--------------------------------------------------------------------------------
/Scripts/Threading.md:
--------------------------------------------------------------------------------
1 | # Asnyc
2 |
3 | * [AwaitExtensions](https://github.com/KurbanismailovZaur/AwaitExtensions)
4 |
5 | * [UnityFx.Async](https://github.com/Arvtesh/UnityFx.Async)
6 |
--------------------------------------------------------------------------------
/Scripts/TileMap.md:
--------------------------------------------------------------------------------
1 | # Unity
2 |
3 | * [SunnyValleyStudio - Wave Function Collapse Unity Tilemap Tutorial](https://github.com/SunnyValleyStudio/WaveFunctionCollapseUnityTilemapTutorial)
4 | ## Examples
5 | * [Unitychan RPG](https://github.com/terrehbyte/UnitychanRPG)
6 | * [Iso-Tilemap Prototyping](https://github.com/Lasirena/Iso-Tilemap-Prototyping)
7 | * [Tilemap Platformer](https://github.com/dr-matt-smith/unity-cookbook-2018-ch09-07-tilemap-platformer)
8 | * [Tile map Height Test](https://github.com/creativitRy/TilemapHeightTest)
9 | ## Generators
10 | * [Tiled Map Generator](https://github.com/patrickalfa/Tiled-Map-Generator)
11 | * [mitchellri - Tilemap Generator](https://github.com/mitchellri/unity-tilemap-generator)
12 | * [tadeaspaule - Isometric Map Generation](https://github.com/tadeaspaule/unity-isometric-map-generation)
13 |
14 | ## Tools
15 | * [Super Tiled 2 Unity](https://github.com/Seanba/SuperTiled2Unity)
16 | * [TileMaps Lab](https://github.com/swong839/TileMapsLab)
17 | * [Unity Tile Map Events](https://github.com/NTWalkers/unitytilemapevents)
18 | * [Blob Tile Map](https://github.com/bryanrtboy/BlobTileMap) - Creates a TileMap in Unity from a webcam.
19 | * [Super Prefab Replacement](https://github.com/Seanba/SuperPrefabReplacement)
20 | * [AutoTiles](https://github.com/Inkwalker/AutoTiles)
21 |
22 | # Non-Unity Tile Map
23 |
24 | ## Generator
25 | * [TukanHan - Map Generator](https://github.com/TukanHan/Map-Generator)
26 | * [Hex Tiles](https://github.com/RoryDungan/HexTiles) - Hex Tile Map Editor.
27 | * [Unity Tile 3D](https://github.com/NoelFB/UnityTile3D)
28 |
--------------------------------------------------------------------------------
/Scripts/Timeline.md:
--------------------------------------------------------------------------------
1 | # Examples
2 |
3 | * [A Terrible Kingdom](https://github.com/UnityTechnologies/ATerribleKingdom)
4 |
5 | * [Unity 3DCG Timeline Samples](https://github.com/genki-ist/Unity3DCG_timeline_samples)
6 |
7 | * [Extending Timeline: A Practical Guide](https://blogs.unity3d.com/2018/09/05/extending-timeline-a-practical-guide/)
8 |
9 |
10 | * [PFTimeline](https://github.com/pofulu/PFTimeline) - a video player UI for the timeline.
11 | # Tools
12 |
13 | * [Unity Record and Repeat](https://github.com/fx-lange/unity-record-and-repeat)
14 |
15 | * [Timeline Tool](https://github.com/pofulu/TimelineTool) - Provides an easy way to change the Playable Director bindings and clips at runtime.
16 |
17 |
18 |
19 | # Custom Tracks
20 |
21 | * [Unity Timeline Events](https://github.com/georgejecook/UnityTimelineEvents) - Uses reflection to execute methods on objects in the Timeline.
22 |
23 | * [Timeline Particle Control](https://github.com/keijiro/TimelineParticleControl) - A script that controls some particle system settings in the Timeline.
24 |
25 | * [Skybox Blender](https://github.com/pofulu/SkyboxBlender)
26 |
27 | * [Unity Timeline Tracks](https://github.com/ousttrue/UnityTimelineTracks) - Has a track to change the alpha value of a CanvasGroup.
28 |
29 | ## Subtitles
30 | * [Subtitle Track](https://forum.unity.com/threads/use-timeline-to-set-sub-title-on-ui.475564/) - A track that can change the text displayed in a UI Text. Very simple code. Also a very good starting point to look into making your own tracks.
31 |
32 | * [Unity Subtitles Timeline Track](https://github.com/abivz/unity-subtitles-timeline-track)
33 |
34 |
35 |
--------------------------------------------------------------------------------
/Scripts/UI.md:
--------------------------------------------------------------------------------
1 | * [Unity UI Source Code](https://github.com/Pinkuburu/Unity-Technologies-ui) - This is the actually source code for the Unity UI. You can use this to understand how it works or make your own variations.
2 |
3 | * [Unity UI Best Practices](https://github.com/dariarodionova/Unity-UI-best-practices-/blob/master/Unity%20UI%20best%20practices.md)
4 |
5 | * [Automatic UI Anchoring For Unity](https://github.com/AndrewCodes200/Automatic-UI-Anchoring-For-Unity-3D)
6 | * [Unity Controls Tips](https://github.com/BogaDev/Unity-ControlsTips)
7 |
8 | * [Unity - WinForms](https://github.com/Meragon/Unity-WinForms) - Wrapper for Windows forms.
9 |
10 | * [Unity Standalone File Browser](https://github.com/gkngkc/UnityStandaloneFileBrowser)
11 |
12 | # Trouble Shooting
13 |
14 | * [Text is blurry in web build](https://answers.unity.com/questions/465647/text-is-blurry-in-web-build.html)
15 | * [How to Make a Game Responsive for All Mobile Resolutions](https://stackoverflow.com/questions/46652333/how-to-make-a-game-responsive-for-all-mobile-resolutions)
16 | * [How to listen for UI resize events](https://answers.unity.com/questions/807412/how-to-listen-for-ui-resize-events.html)
17 | * [Why does my sprite on Android get blurry?](https://answers.unity.com/questions/908412/why-does-my-sprite-on-android-device-get-blurry.html)
18 | # Frameworks
19 | * [Fairy GUI](https://github.com/fairygui/FairyGUI-unity)
20 | * [devdogio - Sci-fi UI](https://github.com/devdogio/sci-fi-ui)
21 | # UIElements
22 | * [UIElements Examples](https://github.com/Unity-Technologies/UIElementsExamples) - Offical
23 | * [Unity UIElements Study 2019.1.2f1](https://github.com/SiarheiPilat/unity-UIElements-study-2019.1.2f1)
24 | # Managers
25 | * [Menu Manager](https://github.com/WeersProductions/MenuManager)
26 | # Elements UGUI
27 |
28 | * [Unity Color Dropdown](https://github.com/Yleisnero/unitycolordropdown)
29 | ## Charts
30 |
31 | * [Unity UGUI - XCharts](https://github.com/monitor1394/unity-ugui-XCharts)
32 | ## Lists
33 | * [Aillieo Unity Dynamic ScrollView](https://github.com/aillieo/UnityDynamicScrollView)
34 | * [Unity Dynamic Scroll Rect](https://github.com/Mukarillo/UnityDynamicScrollRect)
35 | * [Recyclable ListView](https://github.com/tomazsaraiva/addcomponent-unity-recyclable-listview)
36 | * [Mukarillo - Unity Dynamic ScrollRect](https://github.com/Mukarillo/UnityDynamicScrollRect)
37 | * [Unity Accordion UI](https://github.com/0kk470/Unity_AccordionUI)
38 | * [Sinbad - Unity Recycling ListView](https://github.com/sinbad/UnityRecyclingListView)
39 |
40 | ## Windows
41 | * [Unity Simple File Browser](https://github.com/yasirkula/UnitySimpleFileBrowser) - This is also on the asset store for free.
42 |
43 | ## Layouts
44 |
45 | * [Flexible Grid Layout](https://forum.unity.com/threads/flexible-grid-layout.296074/)
46 | * [Circle Menu](https://github.com/dworkinnn/circle_menu)
47 | ## Panels
48 | * [Unity Dynamic Panels(https://github.com/yasirkula/UnityDynamicPanels)
49 | ## Image
50 |
51 | * [Unity Runtime Sprite Sheets Generator](https://github.com/DaVikingCode/UnityRuntimeSpriteSheetsGenerator) - Creates spritesheets in runtime. Uses some Unity.UI code for this.
52 |
53 | ## Text
54 |
55 | * [Type Text](https://github.com/synchrok/TypeText)
56 | * [Text Mesh Effects](https://github.com/KPDwyer/TextMeshEffects)
57 | * [Text Inline Sprite](https://github.com/coding2233/TextInlineSprite)
58 | * [Unity Simple SRT](https://github.com/roguecode/Unity-Simple-SRT) - A subtitle parser.
59 | * [Alpha Flashing Text](https://github.com/nvjob/alpha-flashing-text-simple)
60 |
61 | ## Maps
62 |
63 | * [Unity Minimap Module](https://github.com/zouhunter/unity-minimap-module)
64 |
65 | * [Choang05 - Easy Indicators](https://github.com/choang05/UnityAsset-EasyIndicators) - Simple on and off screen indicators. Includes online manual.
66 |
67 | # Effects
68 | * [UI Fader Pro](https://github.com/QFSW/Unity-UiFaderPro)
69 | * [UI Effects](https://github.com/mob-sakai/UIEffect) - A collection of effects that can be applied to the UI.
70 | * [Unity-SwipeableView](https://github.com/m4tcha/Unity-SwipeableView)
71 | * [Shiny Effect for GUI](https://github.com/mob-sakai/ShinyEffectForUGUI)
72 | * [Unmask for UGUI](https://github.com/mob-sakai/UnmaskForUGUI)
73 | * [UI and Shader](https://github.com/blueberryzzz/UIAndShader) Contains: Simple Round Image, Circle List, and Chunk Disappearing Image
74 | * [Image Effect Graph](https://github.com/iBicha/ImageEffectGraph)
75 | * [UIAnimSequencer](https://github.com/Luomu/UIAnimSequencer) - Animation tool for the UI
76 | * [Particle Effect for UGUI](https://github.com/mob-sakai/ParticleEffectForUGUI) - Particle System for the UI.
77 | * [Page Turning UI Effect](https://github.com/lobeyjon/PageTurningUIEffect)
78 | * [Super Blur](https://github.com/PavelDoGreat/Super-Blur)
79 |
80 |
--------------------------------------------------------------------------------
/Scripts/Vehicles.md:
--------------------------------------------------------------------------------
1 |
2 | # Cars
3 | | Name | Source | Description |
4 | | --- | --- | --- |
5 | |[Self-Driving Vehicle](https://github.com/Habrador/Self-driving-vehicle)|[Habrador](https://github.com/Habrador)| AI car driving with A*
6 | |[Randomation Vehicle Physics](https://github.com/JustInvoke/Randomation-Vehicle-Physics)|[JustInvoke](https://github.com/JustInvoke)|
7 | |[Tork](https://github.com/adrenak/Tork)|[adrenak](https://github.com/adrenak)|
8 | |[Arcade Vehicle Physics](https://github.com/benmcinnes/ArcadeVehiclePhysics)|[benmcinnes](https://github.com/benmcinnes)|
9 | |[Realistic Car Controller](https://assetstore.unity.com/packages/tools/physics/realistic-car-controller-16296)|[bonecrackergames](http://www.bonecrackergames.com/realistic-car-controller/)| Premium Asset
10 | |[Highway Pursuit](https://github.com/George540/highway_pursuit)|[George540](https://github.com/George540/)| 2D vehicle movement with AI.
11 |
12 | # Hover
13 | | Name | Source | Description |
14 | | --- | --- | --- |
15 | |[Hover Racer Training](https://github.com/pale-cinder/hover-racer-training)|[pale-cinder](https://github.com/pale-cinder)|Hover car racing|
16 |
17 | # Aircraft
18 | | Name | Source | Description |
19 | | --- | --- | --- |
20 | |[Unity Flight Module](https://github.com/paulgswanson/UnityFlightModule)|[paulgswanson](https://github.com/paulgswanson)| Simple physics based flight module.
21 | |[AirctaftSim](https://github.com/Denrah/AirctaftSim)|[Denrah](https://github.com/Denrah)|
22 | |[Base Helicopter Controller](https://github.com/suncube/Base-Helicopter-Controller)|[suncube](https://github.com/suncube)| Helicopter
23 | |[HelicopterController](https://github.com/salehshafi/Helicopter-FPS-Shooter/blob/master/GunshipMissionTask/Assets/Scripts/HelicopterController.cs)|[salehshafi](https://github.com/salehshafi)
24 | ## Articles
25 | * [Controlling Pitch, Yaw, and Roll](https://www.gamedev.net/forums/topic/668911-controlling-pitch-yaw-and-roll-of-an-airplane/)
26 | # Ship
27 |
--------------------------------------------------------------------------------
/Scripts/Video.md:
--------------------------------------------------------------------------------
1 | ## YouTube
2 |
3 | * [The Video Player of YouTube Using Unity](https://github.com/devsuzukit/The-Video-Player-of-Youtube-Using-Unity)
4 |
--------------------------------------------------------------------------------
/Scripts/VisualEffects.md:
--------------------------------------------------------------------------------
1 | Examples for Unity's upcoming Visual Effects system.
2 | * [Spaceship Demo](https://github.com/Unity-Technologies/SpaceshipDemo) - Offical Unity Example
3 | * [Visual FX Samples](https://github.com/Arzijin/VisualFX-Samples)
4 | * [VFX Samples](https://github.com/supertask/VFXSample)
5 |
6 | * [Parametric VFX](https://github.com/IxxyXR/Parametric-VFX)
7 |
8 | * [Keijiro - Vector Field Examples](https://github.com/keijiro/VectorFieldExamples)
9 |
--------------------------------------------------------------------------------
/Shaders/Collections.md:
--------------------------------------------------------------------------------
1 | * [Aillieo's Unity 3D Shader Collection](https://github.com/aillieo/unity3d-shader-collection)
2 | * [Unity Shaders](https://github.com/knapeczadam/Unity-Shaders) - Collection of over 300 shaders.
3 | * [100 Days Of Shaders](https://github.com/perebalsach/100DaysOfShaders)
4 | * [Syns Unity Shaders](https://github.com/synlogic/Syns-Unity-Shaders) - Toon, Water, Avatar, Scanlines
5 | * [3D game shaders for beginners](https://github.com/lettier/3d-game-shaders-for-beginners)
6 | * [Unity Shader Effect](https://github.com/fchsg/UnityShaderEffect) - Commonly used shader effects
7 |
8 | * [Fenrir Shader](https://github.com/FenrirSun/fenrir_shader)
9 |
10 | * [Unity Shader Lib](https://github.com/YuriAICruz/Unity-ShaderLib)
11 | * [CgFX Shader Compilation](https://github.com/steaklive/CgFX-Shader-Compilation)
12 |
13 | * [Unity Built-in Shaders](https://github.com/cheeseburgames/unity-builtin_shaders)
14 |
15 | * [Neitri Unity Shaders](https://github.com/netri/Neitri-Unity-Shaders)
16 | * [javiersalcedopuyo - Unity 3D Shaders](https://github.com/javiersalcedopuyo/Unity3DShaders)
17 |
--------------------------------------------------------------------------------
/Shaders/Effects.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | # Deformation
4 |
5 | | Name | Source | Description | Sample |
6 | | --- | --- | --- |--- |
7 | |[OBNI3D](https://github.com/alexbourgeois/OBNI3D)|[alexbourgeois](https://github.com/alexbourgeois)|Deforming through shader and noise|
8 |
9 | # Dissolve
10 |
11 | | Name | Source | Description | Sample |
12 | | --- | --- | --- |--- |
13 | |[Sphere Dissolve](https://github.com/AdultLink/SphereDissolve)|[AdultLink](https://github.com/AdultLink)||
14 | |[Vertical Dissolve](https://github.com/AdultLink/VerticalDissolve)|[AdultLink](https://github.com/AdultLink)||
15 | |[Burning Dissolve Shader](http://www.codeavarice.com/dev-blog/tutorial-burning-edges-dissolve-shader-in-unity)|[codeavarice](http://www.codeavarice.com/dev-blog)||
16 |
17 |
18 |
19 | # Effects
20 | * [Mesh Melt Shader](http://unitycoder.com/blog/2015/03/24/mesh-melt-shader-test/)
21 | * [Isoline Shader](https://github.com/keijiro/Isaura)
22 | * [AdultLink - TexturePanner](https://github.com/AdultLink/TexturePanner) - A shader that pans the texture across the material.
23 | * [AdultLink - Holo Shield](https://github.com/AdultLink/HoloShield)
24 | * [How to make an air ripple](https://answers.unity.com/questions/1179181/how-can-i-create-an-air-ripple-effect.html)
25 |
--------------------------------------------------------------------------------
/Shaders/Environment.md:
--------------------------------------------------------------------------------
1 | # Water
2 | * [Crest](https://github.com/crest-ocean/crest/tree/master/crest/Assets/Crest/Crest/Shaders) - The Crest Ocean project has some water shaders.
3 |
4 | * [Water Resources](https://github.com/crest-ocean/water-resources)
5 | ## Surface
6 | | Name | Source | Description | Sample |
7 | | --- | --- | --- |--- |
8 | |[2D Water Shader](https://github.com/real-marco-b/unity-water-shader2d)|[real marco b](https://github.com/real-marco-b)|
9 | |[Reflective Transparent Water](https://laboratoriesx86.wordpress.com/2014/05/02/shader-reflective-transparent-water-like-unity-indie/) |[IMGVERTEX](https://laboratoriesx86.wordpress.com/author/tntsparx/) | Article with code.
10 | |[Low poly Water](https://github.com/maxwerhahn/Lowpoly-water-for-Unity)|[maxwerhahn](https://github.com/maxwerhahn)||
11 | |[NVJOB Water Shader](https://github.com/nvjob/NVJOB-Water-Shader-simple-and-fast)|[NVJOB](https://github.com/nvjob)||
12 | |[NVJOB Water Shader - Old](https://github.com/nvjob/NVJOB-Water-Shader-old-versions)|[NVJOB](https://github.com/nvjob)|
13 | |[Unity Water Surface](https://github.com/hecomi/UnityWaterSurface)|[hecomi](https://github.com/hecomi)||
14 | |[Optically Realistic Water](https://github.com/muckSponge/Optically-Realistic-Water)|[muckSponge](https://github.com/muckSponge)||
15 | |[Toon Water Shader](https://github.com/IronWarrior/ToonWaterShader)|[IronWarrior](https://github.com/IronWarrior)||
16 | |[Universal Ocean Shader Graph](https://github.com/simplestargame/UniversalOceanShaderGraph)|[simplestargame](https://github.com/simplestargame/)||
17 | |[Procedural Water](https://github.com/jklintan/Procedural-Water)|[jklintan](https://github.com/jklintan)||
18 | |[Unity Ocean Water](https://github.com/EricHu33/UnityOceanWater)|[EricHu33](https://github.com/EricHu33)||
19 | |[Ceto](https://github.com/Scrawk/Ceto)|[Scrawk](https://github.com/Scrawk)|Ocean system for Unity|
20 |
21 |
22 | ## Ripples and Waves
23 | | Name | Source | Description | Sample |
24 | | --- | --- | --- |--- |
25 | |[Simple Water Ripple](https://forum.unity.com/threads/simple-water-ripple-shader.246961/)| [Forum.unity.com](https://forum.unity.com/)| Forum post.
26 | |[Unity Wave Equation](https://github.com/AsehesL/UnityWaveEquation)| [AsehesL](https://github.com/AsehesL)| Nice effect with moving objects. Written in Japanese.|
27 | |[Wave Propagation Water Ripple](https://github.com/ya7gisa0/Unity-Wave-Propagation-Water-Ripple)|[ya7gisa0](https://github.com/ya7gisa0)| Seems to work, but project appears inactive.
28 |
29 |
30 | ## Rain
31 | | Name | Source | Description |
32 | | --- | --- | --- |
33 | |[Rain Drop Effect](https://github.com/EdoFrank/RainDropEffect)| [Edo Frank](https://github.com/EdoFrank)|
34 | |[Real time dynamic windshield water](https://github.com/D4N005H/RealtimeDynamicWindshieldWaterFX)|[D4N005H](https://github.com/D4N005H)
35 | |[Rain Drops](https://github.com/ya7gisa0/Unity-Raindrops)|[ya7gisa0](https://github.com/ya7gisa0)
36 | |[Rain Drop Shader](https://github.com/yasuohasegawa/UnityRainDropShader)|[yasuohasegawa](https://github.com/yasuohasegawa)
37 | |[Rain Drops](https://github.com/smkplus/RainDrop)|[smkplus](https://github.com/smkplus)
38 |
39 | # Ice and Snow
40 |
41 | | Name | Source | Description |
42 | | --- | --- | --- |
43 | |[Unity shader tutorial - Creating realistic ice](https://www.youtube.com/watch?v=-z-issgoZ4o)|[ErbGameArt](https://www.youtube.com/channel/UCMqxbFCPmfH1Gf6dMIIvI4A) | YouTube Tutorial
44 | |[Ice Shader / Material in Unity](https://www.youtube.com/watch?v=Kdpt-Cev7uM)|[SpeedTutor](https://www.youtube.com/channel/UCwYuQIa9lgjvDiZryUVtFGw) | YouTube Tutorial
45 | |[Ice](https://github.com/javiersalcedopuyo/Unity3DShaders/blob/master/ice.shader)|[javiersalcedopuyo](https://github.com/javiersalcedopuyo)| Shader File
46 | |[Deformable Snow](https://github.com/thnewlands/unity-deformablesnow)|[thnewlands](https://github.com/thnewlands)|
47 | |[Deep Snow Footprint](https://github.com/ZGeng/DeepSnowFootprint)|[ZGeng](https://github.com/ZGeng)
48 | |[Snow Shader](https://github.com/CalChiu/SnowShader)|[CalChiu](https://github.com/CalChiu/)|
49 |
50 | # Sky
51 | * [NVJOB Sky Shader simple and Fast](https://github.com/nvjob/NVJOB-Sky-Shader-simple-and-fast)
52 | * [Procedural Stars](https://github.com/sakope/ProceduralStars) - Procedural creates a stary sky.
53 | * [LSky Dynamic Skydome](https://github.com/Vytek/LSky-Dynamic-Skydome-Unity)
54 | ## Clouds
55 |
56 | * [Volume Cloud](https://github.com/yangrc1234/VolumeCloud)
57 | * [kode80 Cloud Unity](https://github.com/kode80/kode80CloudsUnity3D) - For non-commercial use only. A commercial version may become avaliable at http://kode80.com/blog/
58 | ## Fog
59 |
60 | * [SiiMeR - Unity Volumetric Fog](https://github.com/SiiMeR/unity-volumetric-fog)
61 | # Ground
62 | ## Tree
63 | * [NVGEN Shader for Unity Speed Tree](https://github.com/nvjob/NVGen-Shader-for-Unity-SpeedTree)
64 | ## Grass
65 | | Name | Source | Description |
66 | | --- | --- | --- |
67 | |[Unity Grass Shader](https://github.com/KHN190/UnityGrassShader)|[KHN190](https://github.com/KHN190)
68 | |[Geometry Grass Shader](https://github.com/IRCSS/Geometry-Grass-Shader)|[IRCSS](https://github.com/IRCSS)
69 | |[Interactive Grass](https://github.com/IRCSS/Interactive-Grass)|[IRCSS](https://github.com/IRCSS)
70 | |[Unity Grass Geometry Shader](https://github.com/ValentinGurkov/UnityGrassGeometryShader)|[ValentinGurkov](https://github.com/ValentinGurkov/)
71 | |[Grass Bending](https://github.com/Elringus/GrassBending)|[Elringus](https://github.com/Elringus)
72 |
73 | ## Sand
74 |
75 | | Name | Source | Description |
76 | | --- | --- | --- |
77 | |[Stylized Sand](https://github.com/danielshervheim/Stylized-Sand-for-Unity)|[danielshervheim](https://github.com/danielshervheim/)|
78 | |[Desert](https://github.com/WiseShards/basic_desert/blob/master/Assets/Shaders/Desert.shader)|[WiseShards](https://github.com/WiseShards/)| A desert shader from a procedural desert scene
79 |
80 | ## Lava
81 |
82 | | Name | Source | Description |
83 | | --- | --- | --- |
84 | |[Unity Lava Shader](https://github.com/aku-dev/UnityLavaShader)|[](https://github.com/aku-dev/)
85 |
--------------------------------------------------------------------------------
/Shaders/Fog of War.md:
--------------------------------------------------------------------------------
1 | * [AsehesL - Fog of War](https://github.com/AsehesL/FogOfWar)
2 | * [Tunied - Fog of War](https://github.com/Tunied/Fog-Of-War/tree/master/Project/CE_FogOfWar/Assets/Code/FogOfWar) - Mobile friendly
3 |
--------------------------------------------------------------------------------
/Shaders/Fur.md:
--------------------------------------------------------------------------------
1 | | Name | Source | Description |
2 | | --- | --- | --- |
3 | |[Unity Fur Shells](https://github.com/Pseudopode/UnityFurShells)|[Pseudopode](https://github.com/Pseudopode/)|
4 | |[Fur Shader](https://github.com/Sorumi/UnityFurShader)|[Sorumi](https://github.com/Sorumi)|
5 | |[Fur Shader](https://github.com/Mushus/unity-fursharder)|[Mushus](https://github.com/Mushus)|
6 | |[Stanford Bunny Fur](https://github.com/chenjd/Stanford-Bunny-Fur-With-Unity)|[chenjd](https://github.com/chenjd)|
7 | |[Fur Rendering](https://github.com/jose-villegas/FurRendering)|[jose-villegas](https://github.com/jose-villegas/)|
8 | |[CgFX Shader Compilation](https://github.com/steaklive/CgFX-Shader-Compilation/tree/master/Assets/Scenes/Shell%20Rendering%20Shader)|[steakliven](https://github.com/steaklive)|
9 | |[Fur-shader Sample](https://github.com/edom18/Fur-shader-sample)|[edom18](https://github.com/edom18/)|[Example](http://oos.moxiecode.com/js_webgl/fur/)
10 |
11 |
12 |
--------------------------------------------------------------------------------
/Shaders/Holographic.md:
--------------------------------------------------------------------------------
1 | | Name | Source | Description |
2 | | --- | --- | --- |
3 | |[Holo Shield](https://github.com/AdultLink/HoloShield)|[AdultLink](https://github.com/AdultLink)|
4 | |[Hologram Shader](https://github.com/andydbc/HologramShader)|[andydbc](https://github.com/andydbc)|
5 | |[Holographic and Camouflage](https://github.com/abhishekjain1991/Holographic_and_Camouflage_shaders)|[abhishekjain1991](https://github.com/abhishekjain1991/)
6 | |[Hologram Shader](https://github.com/ah1053/HologramShader)| [ah1053](https://github.com/ah1053)|
7 | |[holographic](https://github.com/jiawenquan/holographic)|[jiawenquan](https://github.com/jiawenquan)|
8 | |[Unity Hologram Shader](https://github.com/khaledkokah/Unity-Hologram-Shader)|[khaledkokah](https://github.com/khaledkokah)|
9 | |[Hologram](https://github.com/javiersalcedopuyo/Unity3DShaders/blob/master/hologram.shader)|[javiersalcedopuyo](https://github.com/javiersalcedopuyo/)|
10 |
11 |
--------------------------------------------------------------------------------
/Shaders/Noise.md:
--------------------------------------------------------------------------------
1 | * [Turbulance Library](https://github.com/jesta88/Turbulence-Library) - This is pretty old, so be careful using it.
2 | * [Keijiro Noise Shader](https://github.com/keijiro/NoiseShader)
3 | * [GPU Voronoi Noise](https://github.com/Scrawk/GPU-Voronoi-Noise)
4 | * [Noise Rings](https://github.com/kaelb/NoiseRings)
5 | * [Theoriz - Unity Noise](https://github.com/Theoriz/Unity-Noises)
6 |
--------------------------------------------------------------------------------
/Shaders/Readme.md:
--------------------------------------------------------------------------------
1 | ## Table of Contents
2 | [Environment](https://github.com/Endarren/Unity_Resources/blob/master/Shaders/Environment.md)
3 |
4 | [Holographic](https://github.com/Endarren/Unity_Resources/blob/master/Shaders/Holographic.md)
5 |
6 | [Toon](https://github.com/Endarren/Unity_Resources/blob/master/Shaders/Toon.md)
7 |
8 | [Fur](https://github.com/Endarren/Unity_Resources/blob/master/Shaders/Fur.md)
9 |
10 |
11 | I am thinking about how to organize this page better and I am open to suggestions.
12 |
13 | * [Basic Pathtracer](https://github.com/LGhassen/basic_pathtracer)
14 | * [Lens Shader](https://github.com/haoboxuxu/UnityLensShader)
15 | * [uRaymarching](https://github.com/hecomi/uRaymarching)
16 | * [Shading Effects](https://github.com/rakahn777/ShadingEffect)
17 | * [Unity Visualizations](https://github.com/WorldOfZero/UnityVisualizations)
18 | * [Pattern Shaders](https://github.com/shaggun/Pattern-Shaders)
19 | * [Unity Mobile Shaders](https://github.com/QianMo/Unity-Mobile-Shader)
20 |
21 | * [Contact Shadow](https://github.com/keijiro/ContactShadows)
22 | * [Binary Image Filter](https://github.com/keijiro/KinoBinary)
23 |
24 | * [Planar Reflection Effect](https://github.com/keijiro/AdamPlaneReflection)
25 | * [Analog Video Artifacts](https://github.com/keijiro/KinoTube)
26 | * [Inverse-project depth](https://github.com/keijiro/DepthInverseProjection)
27 | * [Radar Shader](http://unitycoder.com/blog/2012/10/25/radar-shader/)
28 |
29 | * [Robot Eye Shader](https://github.com/danielzeller/Robot-eye-shader-Unity-)
30 | * [Light Field Rendering](https://github.com/BastiaanGrisel/LightFieldRendering)
31 | * [Edited Unity Shaders](https://github.com/Rhyperi/Rhy_EditedUnityShaders)
32 | * [Color Collection](https://github.com/XJINE/Unity_ColorCollection)
33 | * [Camouflage Shader](https://github.com/JPBotelho/Camouflage-Shader)
34 |
35 | * [Unity Outline Shader](https://github.com/IronWarrior/UnityOutlineShader)
36 | * [Volumetric Tracer](https://github.com/Fewes/VolumetricTracer)
37 |
38 | * [Black Hole Shader](https://github.com/conjLob/BlackHoleShader)
39 | * [Image Ultra](https://github.com/daniel-ilett/image-ultra) - Image Effects
40 | * [Chinese Painting Demo](https://github.com/Hengle/ChinesePaintingDemo)
41 |
42 | * [Unity URP Unlit Screen Space Decal Shader](https://github.com/ColinLeung-NiloCat/UnityURPUnlitScreenSpaceDecalShader)
43 |
44 | * [BluePrint Shader](https://github.com/IRCSS/BluePrintShader) - Similar to a shader to outlining an object, but with more to it.
45 | * [3D X-Ray Shader](https://github.com/MdIqubal/3DXRayShader_Unity)
46 | # Edge Detection
47 | * [Contour Line Filter](https://github.com/keijiro/KinoContour)
48 | # Heat Map
49 | * [Arrays Shaders in Unity 5-4](https://www.alanzucconi.com/2016/10/24/arrays-shaders-unity-5-4/)
50 | * [Array Shader for Heat Maps](http://www.alanzucconi.com/2016/01/27/arrays-shaders-heatmaps-in-unity3d/)
51 | # Planet/Atmosphere
52 | * [Alan Zucconi - Atmospheric Shader](https://www.alanzucconi.com/2017/10/10/atmospheric-scattering-1/)
53 | # Parallax
54 | * [Alan Zucconi - Parallax Shader](https://www.alanzucconi.com/2019/01/01/parallax-shader/)
55 |
56 | # Skin
57 |
58 | * [Skin Shader](https://github.com/douduck08/Unity-SkinShader)
59 |
60 | # Post Processing
61 | * [Unity Post Processing Effects Plus](https://github.com/ExpressoBits/UPPE-Plus)
62 | * [Screenspace Ubershader](https://github.com/Leviant/ScreenSpace_Ubershader)
63 | * [Unity Postprocessing Cut Screen Shader](https://github.com/jfranmora/unity-postprocessing-cut-screen-shader)
64 |
65 | # Dissolve
66 | * [AdultLink - Sphere Dissolve](https://github.com/AdultLink/SphereDissolve)
67 | * [AdultLink - Vertical Dissolve](https://github.com/AdultLink/VerticalDissolve)
68 | * [Burning Dissolve Shader](http://www.codeavarice.com/dev-blog/tutorial-burning-edges-dissolve-shader-in-unity)
69 |
70 | # Effects
71 | * [Mesh Melt Shader](http://unitycoder.com/blog/2015/03/24/mesh-melt-shader-test/)
72 | * [Isoline Shader](https://github.com/keijiro/Isaura)
73 | * [AdultLink - TexturePanner](https://github.com/AdultLink/TexturePanner) - A shader that pans the texture across the material.
74 | * [AdultLink - Holo Shield](https://github.com/AdultLink/HoloShield)
75 | * [How to make an air ripple](https://answers.unity.com/questions/1179181/how-can-i-create-an-air-ripple-effect.html)
76 |
77 | * [Parey Look Unity Shaders](https://github.com/pareylook/unity_shaders) - Contains a trail, custom unlit disolve, panner, and a shield shader.
78 | * [UnityCoder - FireEffect](https://github.com/unitycoder/FireEffect)
79 |
80 | ## Painting
81 |
82 | * [Painting Objects in Unity](https://www.patreon.com/posts/quick-game-art-15265060)
83 |
84 | ## Portal
85 | * [Unity Occlusion and Portal Shader](https://github.com/DoubleL222/Unity_Occlusion_And_Portal_Shader)
86 |
87 | ## Rimlight
88 | * [AdultLink - Rimlight](https://github.com/AdultLink/Rimlight)
89 |
90 | # UI
91 | * [AdultLink - Radial Progress Bar](https://github.com/AdultLink/RadialProgressBar)
92 | # Grass
93 | * [Elringus - Grass Bending](https://github.com/Elringus/GrassBending)
94 |
95 | # Transparent
96 | * [Translucent](https://github.com/PlexusDuMenton/TranslucentShader)
97 | * [Hologram Shader](https://github.com/andydbc/HologramShader)
98 | * [Holographic and Camouflage](https://github.com/abhishekjain1991/Holographic_and_Camouflage_shaders)
99 | * [Frosted Glass](https://github.com/andydbc/unity-frosted-glass)
100 | ## See Through
101 | * [See Through walls](https://pastebin.com/5mYKhp4h)
102 | ## Force Field
103 | * [Force Field FX](https://github.com/vux427/ForceFieldFX)
104 |
105 |
106 | # Guides
107 | * [Unity 5.x Shaders and Effects Cookbook](https://github.com/smkplus/ShaderBooks/blob/master/Unity%205.x%20Shaders%20and%20Effects%20Cookbook.pdf)
108 |
109 | * [Using Mask to cut a hole in an image](https://forum.unity.com/threads/using-mask-to-cut-a-hole-in-an-image.286489/)
110 |
111 |
112 | # Shader Graph
113 | * [Custom Shader Graph nodes](https://github.com/gilescoope/shader-graph-nodes)
114 | * [Shader Graph Examples](https://github.com/keijiro/ShaderGraphExamples)
115 | * [Shader Graph Example Library (Offical)](https://github.com/UnityTechnologies/ShaderGraph_ExampleLibrary)
116 | * [Duckboss - ShaderGraphs](https://github.com/DuckBoss/ShaderGraphs_Unity2018) - Includes as of 7/23/2019 - Flickering Emission, Glowing Emission, Glowing Scan, Hologram, Noise Glow, Simple Dissolve, Simple Graph, and Snow Accumulation.
117 |
118 | # Tools
119 | * [Shader Man](https://github.com/smkplus/ShaderMan) - Convert ShaderToy to Unity HLSL/CG
120 |
--------------------------------------------------------------------------------
/Shaders/Toon.md:
--------------------------------------------------------------------------------
1 | # Basic Toon Shaders
2 |
3 | | Name | Source | Description | Sample|
4 | | --- | :---: | --- | ---|
5 | |[Unity Arc System Works Shader](https://github.com/Aerthas/UNITY-Arc-system-Works-Shader) | [Aerthas](https://github.com/Aerthas/UNITY-Arc-system-Works-Shader)| Similar to Guilty Gear and Dragon Ball FighterZ
6 | |[Breathe of the Wild Toon Shader](https://github.com/ciro-unity/BotW-ToonShader) |[ciro-unity](https://github.com/ciro-unity) | Breathe of the Wild |
7 | |[Unity Toon Shader](https://github.com/Sorumi/UnityToonShader) |[Sorumi](https://github.com/Sorumi) |http://sorumi.xyz/posts/unity-toon-shader/ |
8 | |[Synergiance Shaders](https://github.com/synergiance/Synergiance-Shaders-For-Unity) |[Synergiance](https://github.com/synergiance) |Miku Miku Dance |
9 | |[Poiyomi Master Toon Shader](https://github.com/poiyomi/PoiyomiToonShader)|[Poiyomi](https://github.com/poiyomi)| VR Chat|
10 | |[VRC Poiyomi Master Toon Shader](https://github.com/poiyomi/VRC-PoiyomiMasterToonShader)|[Poiyomi](https://github.com/poiyomi)| VR Chat|
11 | |[Toon-Shader](https://github.com/SnutiHQ/Toon-Shader)|[SnutiHQ](https://github.com/SnutiHQ)| Includes tutorial|
12 | |[Unity Shaders](https://github.com/Xiexe/Xiexes-Unity-Shaders)|[Xiexes](https://github.com/Xiexe)|
13 | |[Arktoon - Shaders](https://github.com/synqark/Arktoon-Shaders)|[synqark](https://github.com/synqark)|
14 | |[MToon](https://github.com/Santarh/MToon)|[Santarh](https://github.com/Santarh/)|
15 | |[HDRP Simple Toon Shader](https://github.com/togucchi/HDRPSimpleToonShader)|[togucchi](https://github.com/togucchi/)|
16 | |[Toonity](https://github.com/kevinaristotle/Toonity)|[kevinaristotle](https://github.com/kevinaristotle/)||
17 | |[Flat Toon Shader](https://github.com/Forser/FlatToonShader) |[Forserr](https://github.com/Forser) ||
18 | |[Lilium Toon Graph](https://github.com/you-ri/LiliumToonGraph)|[You-ri](https://github.com/you-ri)||
19 | |[Unity Toon Shader](https://github.com/JoachimLaviolette/unity-toon-shader)|[JoachimLaviolette](https://github.com/JoachimLaviolette)|
20 | |[Cel Shader](https://github.com/zloedi/cel_shader)| [zloedi](https://github.com/zloedi)|Intended for mobile|
21 | |[Unity Anime 4K](https://github.com/keijiro/UnityAnime4K/tree/master/Assets/Anime4K/Resources)| [Keijiro](https://github.com/keijiro/)|A shader used for upscaling anime images.
22 | |[Unity URP Toon Lit Shader Example](https://github.com/ColinLeung-NiloCat/UnityURPToonLitShaderExample)|[ColinLeung-NiloCat](https://github.com/ColinLeung-NiloCat)|Not the fuller version of the shader. Tutorial|
23 |
24 |
25 | # Unity-chan
26 | An offical and more advanced version of Unity-chan shaders and can be used for pretty much any project.
27 |
28 |
29 | | Name | Source | Sample|
30 | | --- | --- | --- |
31 | |[UnityChanToonShaderVer2 project](https://github.com/unity3d-jp/UnityChanToonShaderVer2_Project)|[Unity3D JP](https://github.com/unity3d-jp) |
32 | |[UnityChanToonShaderVer2](https://github.com/Lumak/UnityChanToonShaderVer2)|[Lumak](https://github.com/Lumak)|
33 | |[UnityChanToonShaderVer2 - Emissive Scroll](https://github.com/tomori-hikage/UnityChanToonShaderVer2_EmissiveScroll)|[tomori-hikage](https://github.com/tomori-hikage)|
34 | |[UnityChanToonShaderVer2 - Vertical Dissolve](https://github.com/tomori-hikage/UnityChanToonShaderVer2_VerticalDissolve)|[tomori-hikage](https://github.com/tomori-hikage)|
|
35 | # Guides
36 | * [Cel Shading in Unity 5](http://timvolp.blogspot.com/2015/03/cel-shading-in-unity-5.html)
37 |
--------------------------------------------------------------------------------
/Tools/Readme.md:
--------------------------------------------------------------------------------
1 |
2 | * [Legacy Particle System Update](https://github.com/zxsean/Legacy-Particle-System-Updater) - Replaces legacy particle emitters with the particle system. Read the ReadMe to see what versions of Unity it works on.
3 |
4 | * [AppCenter](https://github.com/microsoft/appcenter-sdk-unity)
5 |
6 | * [Open Terminal](https://github.com/omid3098/OpenTerminal)
7 |
8 | * [JCS Unity Framework](https://github.com/jcs090218/JCSUnity_Framework)
9 |
10 | * [GameObject Brush](https://github.com/Kellojo/GameObject-Brush)
11 |
12 | * [Utiny Ripper](https://github.com/mafaca/UtinyRipper)
13 |
14 | * [Unity DLC System](https://github.com/TheLazyLemur/Unity_DLC_System)
15 |
16 | * [Unity Bone Tools](https://github.com/ecidevilin/UnityBoneTools) - Allows bones in rigs to be seen in the scene.
17 |
18 | * [Note Editor](https://github.com/setchi/NoteEditor) - A tool for rhythm games.
19 |
20 | * [Unity Live 2D Extractor](https://github.com/Perfare/UnityLive2DExtractor)
21 |
22 | # Animation
23 |
24 | * [Unity Runtime Animation Recorder](https://github.com/newyellow/Unity-Runtime-Animation-Recorder) - Creates animation clips of game object during run time.
25 |
26 | # Environment
27 | * [Unity Enhanced Foilage](https://github.com/marmitaTH/unity-enhanced-foliage)
28 |
29 | * [House Gen](https://github.com/jkarbows/HouseGen)
30 |
31 | * [Random Terrain Generation Unity](https://github.com/WeH1D/RandomTerrainGenerationUnity)
32 |
33 | * [World of Warcraft Editor in Unity](https://github.com/CucFlavius/wowedit_unity)
34 |
35 | * [Tiled Ground Generator](https://github.com/Maximetinu/Tiled-Ground-Generator)
36 |
37 | * [3D Tilemap System](https://github.com/7StarsGames/3D-Tilemap-System) - Example images can be found here: https://forum.unity.com/threads/free-3d-tilemap-system-for-3d-pixel-art-games.710600/
38 |
39 | ## Roads
40 | * [RoadArchitect](https://github.com/MicroGSD/RoadArchitect)
41 | * [RoadCreator](https://github.com/MCrafterzz/roadcreator)
42 |
43 | # Material
44 |
45 | * [Create Colored Material](https://github.com/Endarren/Create_Color_Material) - Allows user to create a simple colored material using a list of premade colors or your own color.
46 |
47 | # Visual Scripting
48 | | Name | Source | Description |
49 | | --- | --- | --- |
50 | |[Constellation](https://github.com/ConstellationLanguage/Constellation)|[Constellation](https://github.com/ConstellationLanguage)| Free
51 | |[Diamond](https://assetstore.unity.com/packages/tools/visual-scripting/diamond-visual-scripting-92738)|[mezanix](https://assetstore.unity.com/publishers/18162)| Premium
52 | |[Ice Kori](https://github.com/molingyu/IceKori)|[molingyu](https://github.com/molingyu)|Free
53 | |[Artimech](https://github.com/Scramasax/Artimech)|[Scramasax](https://github.com/Scramasax/)|Free. Used for State Machines|
54 |
55 | # Editor Tools
56 |
57 | * [UnityEditorScripts](https://github.com/korintic/UnityEditorScripts) - Includes capture main camera.
58 |
59 | * [Watch](https://github.com/wowbroforce/Watch) - Watches selected objects and variables in the scene.
60 |
61 | * [Sprite Dicing](https://github.com/Elringus/SpriteDicing) - Unity extension for reusing sprite texture areas https://forum.unity.com/threads/542863
62 |
63 | * [Unitycoder - Unity Level Design Toolkit](https://github.com/unitycoder/UnityLevelDesignToolkit)
64 |
65 | * [De-Lighting Tool](https://github.com/Unity-Technologies/DeLightingTool) - Used to remove lighting information from textures.
66 |
67 |
68 | # Lip Syncing
69 |
70 | * [uLipSync](https://github.com/hecomi/uLipSync) - Realtime lip syncing.
71 |
--------------------------------------------------------------------------------
/Troubleshooting/Readme.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | # Error Messages
4 | Special thanks to [this post](https://answers.unity.com/questions/155200/stuff-is-going-wacky-checklist-compiler-errors-syn.html) for many of the error messages.
5 |
6 | ## !slot->GetLocalAABB().IsValid()
7 | This can be caused by an object having a scale of zero or a very large number.
8 | http://answers.unity3d.com/questions/8276/what-causes-error-sh-maabbisvalid.html
9 | http://answers.unity3d.com/questions/11016/what-does-slot-getlocalaabbisvalid-mean.html
10 |
11 | ## "Some objects were not cleaned up when closing the scene"
12 |
13 | This error message is caused when a game object is added to a scene when it is closing or the app is shutting down. The usual culprit of this OnDestroy, which is called in those two situations. The easiest way to prevent this error is to not create game objects in OnDestroy or in a method called by OnDestroy.
14 |
15 | Posts on the error message.
16 |
17 | * [https://answers.unity.com/questions/1274772/some-objects-were-not-cleaned-up-when-closing-the-4.html](https://answers.unity.com/questions/1274772/some-objects-were-not-cleaned-up-when-closing-the-4.html)
18 |
19 | [https://feedback.unity3d.com/suggestions/improve-some-objects-were-not-cleaned-up-when-closing-the-scene-error-message](https://feedback.unity3d.com/suggestions/improve-some-objects-were-not-cleaned-up-when-closing-the-scene-error-message)
20 |
21 |
22 | ## Trouble Shooting
23 |
24 | * [Error: m_CoroutineEnumeratorGCHandle == 0](https://answers.unity.com/questions/158917/error-quotmcoroutineenumeratorgchandle-0quot.html)
25 | * [Internal Error: Too many pairs created, new pairs will be ignored](https://answers.unity.com/questions/359835/internal-error-too-many-pairs-created-new-pairs-wi.html)
26 | * [Mecanim issue Animator has not been initialized](https://forum.unity.com/threads/mecanim-issue-animator-has-not-been-initialized.158874/)
27 |
28 | * [Destroying asset is not permitted to avoid data lose](https://answers.unity.com/questions/164283/destroying-assets-is-not-permitted-to-avoid-data-l.html)
29 | * [Solved Screen Position out of View Frustum](https://forum.unity.com/threads/solved-screen-position-out-of-view-frustum.60851/)
30 |
--------------------------------------------------------------------------------
/Tutorials/Mixed.md:
--------------------------------------------------------------------------------
1 | #### [Unity3D.College](https://unity3d.college/category/unity3d/)
2 |
3 |
4 | ### [Mooict](https://www.mooict.com/category/unity-3d/)
5 |
--------------------------------------------------------------------------------
/Tutorials/Projects.md:
--------------------------------------------------------------------------------
1 |
2 | * [Physics Dice](https://github.com/Endarren/Unity-Physics-Dice)
3 |
4 | * [Unity Tutorial - NPC](https://github.com/Mouserr/UnityTutoial-NPC)
5 |
6 | * [Unity Tutorials](https://github.com/beccannlittle/unity-tutorials) -Completing all the Projects on the Unity Tutorials page: https://unity3d.com/learn/tutorials
7 |
8 | * [ScriptableObject Architecture](https://github.com/DanielEverland/ScriptableObject-Architecture)
9 |
10 | * [Coordinate Demo](https://github.com/Hunger720/Coordinate_Demo) - Demos WorldToScreenPoint, WorldToViewportPoint, ScreenToViewportPoint, and ScreenPointToRay. Uses the mouse position to do these demos.
11 |
12 | * [Unity Events Overview](https://github.com/Maximetinu/Unity-Events-Overview)
13 |
14 |
15 | # [Matt Smith](https://github.com/dr-matt-smith)
16 | He is a senior lecturer at the Institute of Technology Blanchardstown, Dublin. His github has several projects demoing how to do things in Unity.
17 |
18 | * [Unity Cookbook 2018 ch 1 - Assets](https://github.com/dr-matt-smith/unity-cookbook-2018-ch01)
19 | * [Unity Cookbook 2018 ch 2 - UI](https://github.com/dr-matt-smith/unity-cookbook-2018-ch02)
20 | * [Unity Cookbook 2018 ch 3 - UI Layout](https://github.com/dr-matt-smith/unity-cookbook-2018-ch03)
21 | * [Unity Cookbook 2018 ch 4 - Effects](https://github.com/dr-matt-smith/unity-cookbook-2018-ch04)
22 | * [Unity Cookbook 2018 ch 5 - Materials](https://github.com/dr-matt-smith/unity-cookbook-2018-ch05)
23 | * [Unity Cookbook 2018 ch 6 - Using Camera](https://github.com/dr-matt-smith/unity-cookbook-2018-ch06)
24 | * [Unity Cookbook 2018 ch 7 - Lights and Effects](https://github.com/dr-matt-smith/unity-cookbook-2018-ch07)
25 | * [Unity Cookbook 2018 ch 8 - 2D Animation](https://github.com/dr-matt-smith/unity-cookbook-2018-ch08)
26 | * [Unity Cookbook 2018 ch 9 - Assets](https://github.com/dr-matt-smith/unity-cookbook-2018-ch09)
27 | * [Unity Cookbook 2018 ch 10 - Assets](https://github.com/dr-matt-smith/unity-cookbook-2018-ch10)
28 | * [Unity Cookbook 2018 ch 11 - Assets](https://github.com/dr-matt-smith/unity-cookbook-2018-ch11)
29 | * [Unity Cookbook 2018 ch 12 - Reading files](https://github.com/dr-matt-smith/unity-cookbook-2018-ch12)
30 | * [Unity Cookbook 2018 ch 13](https://github.com/dr-matt-smith/unity-cookbook-2018-ch13)
31 | * [Unity Cookbook 2018 ch 14](https://github.com/dr-matt-smith/unity-cookbook-2018-ch14)
32 | * [Unity Cookbook 2018 ch 15](https://github.com/dr-matt-smith/unity-cookbook-2018-ch15)
33 | * [Unity Cookbook 2018 ch 16](https://github.com/dr-matt-smith/unity-cookbook-2018-ch16)
34 | * [Unity Cookbook 2018 ch 16 - VR](https://github.com/dr-matt-smith/unity-cookbook-2018-ch16-vr)
35 | * [Unity Cookbook 2018 ch 17](https://github.com/dr-matt-smith/unity-cookbook-2018-ch17)
36 | * [Unity Cookbook 2018 ch 18](https://github.com/dr-matt-smith/unity-cookbook-2018-ch18)
37 | * [Unity Cookbook 2018 ch 19](https://github.com/dr-matt-smith/unity-cookbook-2018-ch19)
38 |
--------------------------------------------------------------------------------
/Tutorials/Readme.md:
--------------------------------------------------------------------------------
1 | The tutorials are listed in the files.
2 |
--------------------------------------------------------------------------------
/Tutorials/Text.md:
--------------------------------------------------------------------------------
1 | #### [Catlike Coding](http://catlikecoding.com/)
2 | This website has a few tutorial series that are pretty informative.
3 | * [Basics](http://catlikecoding.com/unity/tutorials/basics/game-objects-and-scripts/) - Includes source code.
4 | * [Rendering](http://catlikecoding.com/unity/tutorials/rendering/part-1/) - Includes source code.
5 | * [Advanced Rendering](http://catlikecoding.com/unity/tutorials/advanced-rendering/flat-and-wireframe-shading/) - Includes soruce code.
6 | * [Basic Mesh](http://catlikecoding.com/unity/tutorials/procedural-grid/) - Includes source code.
7 | * [Hex Map](http://catlikecoding.com/unity/tutorials/hex-map/part-1/) - Includes source code.
8 | #### [gamedevelopment.tutsplus.com](https://gamedevelopment.tutsplus.com/tutorials)
9 |
10 | * [Understanding Steering Behaviors](https://gamedevelopment.tutsplus.com/series/understanding-steering-behaviors--gamedev-12732) - This goes over the how things like the [UnitySteer](https://github.com/ricardojmendez/UnitySteer) work, based on Craig W. Reynold's research.
11 | * [Create a Glowing, Flowing Lava River Using Bézier Curves and Shaders](https://gamedevelopment.tutsplus.com/tutorials/create-a-glowing-flowing-lava-river-using-bezier-curves-and-shaders--gamedev-919)
12 | #### [Unity Coder](https://unitycoder.com/blog/)
13 | A blog site going over some topics in Unity.
14 |
15 |
16 | #### [Kosmonaut's Blog](https://kosmonautblog.wordpress.com/)
17 |
18 | * [Geometry trails / Tire Tracks Tutorial](https://kosmonautblog.wordpress.com/2016/07/29/geometry-trails-tire-tracks-tutorial/)
19 | * [Making the AI BETTER at Predicting shot](https://kosmonautblog.wordpress.com/2014/05/07/making-the-ai-better-at-predicting-shots/)
20 | #### [The App Guruz](http://www.theappguruz.com/category/unity)
21 |
22 |
23 | #### [Ryan Meier's Blog](http://www.ryan-meier.com/blog/?tag=unity)
24 | Most of the posted on this blog concern making a custom editor.
25 | #### [Valentin Simonov on Programming](http://va.lent.in/)
26 |
27 | * [Make Your Lists Functional with ReorderableList](http://va.lent.in/unity-make-your-lists-functional-with-reorderablelist/)
28 | #### [Code Project](www.codeproject.com)
29 |
30 | * [Loot-Tables, Random Maps and Monsters](https://www.codeproject.com/Articles/420046/Loot-Tables-Random-Maps-and-Monsters-Part-II)
31 | #### [Folio3](http://www.folio3.com/blog)
32 | * [Creating Dynamic Scrollable Lists with New Unity Canvas UI](http://www.folio3.com/blog/creating-dynamic-scrollable-lists-with-new-unity-canvas-ui/)
33 | #### [Kyle Halladay](http://kylehalladay.com/archive.html)
34 |
35 | * [Screen Space Distortion and a Sci-fi Shield Effect](http://kylehalladay.com/blog/tutorial/2016/01/15/Screen-Space-Distortion.html)
36 | * [Distorting Object Shapes in Screen Space](http://kylehalladay.com/blog/tutorial/2017/02/06/ObjectShapeDistortion.html)
37 |
38 |
39 | #### [Habrador](http://www.habrador.com/tutorials/)
40 | The site also has some other interesting projects on it besides tutorials that you might fine helpful.
41 | * [Spline Interpolation](http://www.habrador.com/tutorials/interpolation/)
42 | * [Dubins Paths](http://www.habrador.com/tutorials/unity-dubins-paths/)
43 | * [Realistic Bullets](http://www.habrador.com/tutorials/unity-realistic-bullets/)
44 | * [Dynamic Mesh Combining](http://www.habrador.com/tutorials/unity-mesh-combining-tutorial/)
45 | * [Unit Selection](http://www.habrador.com/tutorials/select-units-within-rectangle/) - Selecting groups of units like you do in an RTS.
46 | * [Water Wakes](http://www.habrador.com/tutorials/water-wakes/)
47 | * [PID Controller](http://www.habrador.com/tutorials/pid-controller/)
48 | * [Random Numbers](http://www.habrador.com/tutorials/generate-random-numbers/) - For C# and in shaders.
49 | * [Math](http://www.habrador.com/tutorials/math/) - Various math problems worked in Unity. Includes, line intersections, convex hulls, and cutting polygon.
50 | * [Rope](http://www.habrador.com/tutorials/rope/) - How to make a rope that swings.
51 | * [Grid Placement](http://www.habrador.com/tutorials/stuff-on-grid/)
52 |
53 | #### [Alan Zucconi](http://www.alanzucconi.com/tutorials/)
54 | Some tutorials are only avaliable to Patreon supports. Also, some tutorials are not made solely for Unity.
55 |
56 |
57 | #### [Stormtek](http://www.stormtek.geek.nz/rts_tutorial/)
58 | This is a tutorial about making an RTS.
59 |
60 |
61 | #### [How to Project Decals](http://blog.wolfire.com/2009/06/how-to-project-decals/)
62 | - This is not a Unity tutorial, but the basic principles are the same.
63 |
64 | * [Leveraging Unity and Unreal](https://github.com/stricmp/leveraging-unity-and-unreal-engine)
65 |
66 |
67 | #### [Reese Schultz](https://reeseschultz.com/)
68 |
69 |
--------------------------------------------------------------------------------
/Tutorials/Video.md:
--------------------------------------------------------------------------------
1 |
2 | #### [Sharp Accent](https://www.youtube.com/channel/UCq9_1E5HE4c_xmhzD3r7VMw)
3 | A YouTuber with several video tutorial series. While he does not include the source code files, you can see it in the videos. He also has a Patreon which grants access to his source code.
4 | The animations he uses are included in a link for free.
5 | * [Souls-Like Game](https://www.youtube.com/watch?v=-m9tDF2v-5Q&t=3s) - This is the first video in a series on making a game like Dark Souls in Unity.
6 | * [Advanced Third Person Controller](https://www.youtube.com/watch?v=3YTR_9_Trsg&list=PL1bPKmY0c-wnvW9F4BDJMwDHmq2SQ8m3L)
7 | * [Advanced AI & Commandos-Like game](https://www.youtube.com/watch?v=hKE8bqaGspM&list=PL1bPKmY0c-wn5J-hoUWTjZFAk8XkoZ9hl)
8 | * [Tactical Turn Based Game (X-Com Style)](https://www.youtube.com/watch?v=4zO5ab05fVM&list=PL1bPKmY0c-wmfc6k6V7M_K7RRQftSXTaU)
9 | * [Third Person Shooter Redux](https://www.youtube.com/watch?v=Zx56JAHEP1U&list=PL1bPKmY0c-wmfD6FzpuyFCmPPg3bwxMqe)
10 | * [Sharp Force - 2d Run N Gun](https://www.youtube.com/watch?v=BpZZLmF6Vak&list=PL1bPKmY0c-wmO47zsKOXueDVgc6Dl_3xD)
11 | * [2D Fighting Game Redux](https://www.youtube.com/watch?v=K581J4JUGPc&list=PL1bPKmY0c-wmOi4Ki-6ryydPeHEcQpul0)
12 | * [Runtime Level Editor](https://www.youtube.com/watch?v=uZLtS13Yhh0&list=PL1bPKmY0c-wkKGBuBvsIsj1bwa0L0u7EW)
13 | * [Multithreaded A* Pathfinding](https://www.youtube.com/watch?v=w9HZhlF8cb0&list=PL1bPKmY0c-wlONKJmj4rSptfOBy3Kb9oP)
14 | * [Mount & Blade Inspired Game Tutorial](https://www.youtube.com/watch?v=5S2qYjbdiQI&list=PL1bPKmY0c-wknEinyz6TNqX_ZiREugle7)
15 | * [Space Sim](https://www.youtube.com/watch?v=4Fq6Om4U6f4&list=PL1bPKmY0c-wmqr3HgQamrQ8LIpENzyQFD)
16 | * [3D Beat 'Em Up](https://www.youtube.com/watch?v=6OMMA0s2NLY&list=PL1bPKmY0c-wlVfved5AJmOht8nogWPDC8)
17 | * [Options Menu](https://www.youtube.com/watch?v=aJUi2cBRFgc&list=PL1bPKmY0c-wn1DBbJtp1mmyGdffZ_g4ht)
18 | * [Fight System Similar To Assassins Creed](https://www.youtube.com/watch?v=xVMyd0SBVcQ&list=PL1bPKmY0c-wmmTqs4riryXAiZPt4pYlIO)
19 | * [Editor Extensions](https://www.youtube.com/watch?v=gHTJmGGH92w&list=PL1bPKmY0c-wnL5-m6ZsCHoMtuwr5aQaj-)
20 | * [Climb System](https://www.youtube.com/watch?v=k8kZ3-K8gcs&list=PL1bPKmY0c-wlGdXHNwGLnREWJcb7-4Rvo)
21 | * [Action Point TB](https://www.youtube.com/watch?v=iynai06XLjA&list=PL1bPKmY0c-wlFrBvvAq8-CpMQrWi_eRl6)
22 | * [Tabletop Game Tutorial](https://www.youtube.com/watch?v=kAiWa7BJ2mk&list=PL1bPKmY0c-wnUhmTeWiCTCoyB3JnJ5PKI)
23 | * [Minecraft-esque](https://www.youtube.com/watch?v=UdgucZ9ypug&list=PL1bPKmY0c-wnDZ6lga05SisII817btycI)
24 |
25 | #### [Sebastian Lague](https://www.youtube.com/channel/UCmtyQOKKmrMVaKuRXz02jbQ)
26 |
27 | Source code for tutorials can be found [here](https://github.com/SebLague)
28 | * [Introduction to Game Development (Unity and C#)](https://www.youtube.com/watch?v=_cCGBMmMOFw&list=PLFt_AvWsXl0fnA91TcmkRyhhixX9CO3Lw)
29 | * [Create a Game (Unity 5)](https://www.youtube.com/watch?v=SviIeTt2_Lc&list=PLFt_AvWsXl0ctd4dgE1F8g3uec4zKNRV0)
30 | * [Procedural Landmass Generation](https://www.youtube.com/watch?v=wbpMiKiSKm8&list=PLFt_AvWsXl0eBW2EiBtl_sxmDtSgZBxB3)
31 | * [Procedural Cave Generation](https://www.youtube.com/watch?v=v7yyZZjF1z4&list=PLFt_AvWsXl0eZgMK_DT5_biRkWXftAOf9)
32 | * [RPG Graphics](https://www.youtube.com/watch?v=NGn_gSfYwVw&list=PLFt_AvWsXl0f4c56CbvYi038zmCmoZ4CQ)
33 | * [Kinematic Equations](https://www.youtube.com/watch?v=v1V3T5BPd7E&list=PLFt_AvWsXl0eMryeweK7gc9T04lJCIg_W)
34 | * [Extending the Editor](https://www.youtube.com/watch?v=bPO7_JNWNmI&list=PLFt_AvWsXl0eIlJX7u-zBtwWcE1HhKq17)
35 | * [Game Dev Math](https://www.youtube.com/watch?v=KHuI9bXZS74&list=PLFt_AvWsXl0cD2LPxcjxVjWTQLxJqKpgZ)
36 |
37 | #### [Speed Tutor](https://www.youtube.com/user/SpeedTutor/playlists)
38 | * [C# Beginner Programming - Unity 5](https://www.youtube.com/watch?v=tzq-DJeNIrU&list=PLb34wPRpZdVdPQifGFwYHMy8gvS-z3SC_)
39 | * [Creating a Survival Game in Unity 4](https://www.youtube.com/watch?v=v04_Rzu-TGY&list=PLb34wPRpZdVfic8eBdS6qJozK3YQa3Oh0)
40 | * [Creating a Survival Game in Unity 5](https://www.youtube.com/watch?v=sXM1EQGO28c&list=PLb34wPRpZdVevgA60IIJ5pQi4RCR264FU)
41 |
42 | * [Unity 5 Tutorials](https://www.youtube.com/watch?v=XLxsqI3uUoA&list=PLb34wPRpZdVfnN8jKtL9uqs6YSiPybBTV)
43 |
44 | #### [Brackeys](https://www.youtube.com/user/Brackeys/playlists)
45 |
46 | * [C# for Beginners](https://www.youtube.com/watch?v=pSiIHe2uZ2w&list=PLPV2KyIb3jR6ZkG8gZwJYSjnXxmfPAl51)
47 | * [Unity Beginner Tutorials](https://www.youtube.com/watch?v=j48LtUkZRjU&list=PLPV2KyIb3jR5QFsefuO2RlAgWEz6EvVi6)
48 | * [Unity Intermediate Tutorials](https://www.youtube.com/watch?v=owZneI02YOU&list=PLPV2KyIb3jR6Wxj8HaJ_pZhBtaamtXL7J)
49 | * [Unity Advanced Tutorials](https://www.youtube.com/watch?v=Ouu3D_VHx9o&list=PLPV2KyIb3jR5qEyOlJImGFoHcxg9XUQci)
50 | * [How to Make a 2D Platformer](https://www.youtube.com/watch?v=UbPiCgCkHTE&list=PLPV2KyIb3jR42oVBU6K2DIL6Y22Ry9J1c)
51 | * [How to make a Tower Defense Game](https://www.youtube.com/watch?v=beuoNuK2tbk&list=PLPV2KyIb3jR4u5jX8za5iU1cqnQPmbzG0)
52 | * [Making a Multiplayer FPS in Unity](https://www.youtube.com/watch?v=UK57qdq_lak&list=PLPV2KyIb3jR5PhGqsO7G4PsbEC_Al-kPZ) - Uses uNet.
53 |
54 | #### [GameGrind](https://www.youtube.com/user/AwfulMedia/playlists)
55 |
56 | * [Introduction to C# in Unity](https://www.youtube.com/watch?v=12Ste_E1Q7g&list=PLUpGTuJ54vBanVYt8x2Oi5i0GDGB_89eg)
57 | * [Unity 5 One off Tutorials](https://www.youtube.com/watch?v=fbUOG7f3jq8&list=PLivfKP2ufIK7ZJSZCAwif3RuGAYyowWsN)
58 | * [Making a simple RPG in Unity 2017](https://www.youtube.com/watch?v=Pp6UNmt8l1I&list=PLivfKP2ufIK6ToVMtpc_KTHlJRZjuE1z0)
59 | * [JSON in Unity](https://www.youtube.com/watch?v=OyQQ-7-22Hw&list=PLivfKP2ufIK4YTqDr4eBcwvRR8pLBc1sh)
60 | * [Inventory System](https://www.youtube.com/watch?v=ZW6RCKVnqT4&list=PLivfKP2ufIK78r7nzfpIEH89Nlnb__RRG)
61 | * [Create an Options Menu](https://www.youtube.com/watch?v=-2Z7UzhYyTA&list=PLivfKP2ufIK5g3qqkoxV9zCUBLRjVq6o_)
62 | * [Making a Simple Game in Unity](https://www.youtube.com/watch?v=qwuPiaFU37w&list=PLivfKP2ufIK7RuAtL0O9ay5z9ZL2GbGlI)
63 |
64 | #### [ErbGameArt](https://www.youtube.com/channel/UCMqxbFCPmfH1Gf6dMIIvI4A/playlists)
65 |
66 | * [Game Effects](https://www.youtube.com/watch?v=huVecAgz2Kc&list=PLgoqsZljWZ9HE3LmvrmDDcuhfYkbx0IC5) - More details on tutorials are avaliable on the channels Patreon.
67 | * [Unity3D Effects Tutorials](https://www.youtube.com/watch?v=BIsZRosddw8&list=PLgoqsZljWZ9Fu02euvqcwnlDhAp86Pr-b) - Includes: Destiny 2 Nova bomb effect, Magic Circles, Melee Ground Attacks, Bloody Screen effects, Ice Arrows with Freezing, Realistic Ice Shader, etc. Some tutorials include download links.
68 |
69 | #### [Gabriel Aguiar Prod](https://www.youtube.com/channel/UCtb1s859RTxx-RIgFs5ZVQA/playlists)
70 |
71 | * [Special Effects for Games (VFX Assets)](https://www.youtube.com/watch?v=ctmqr_8esT0&list=PLpPd_BKEUoYh40LeJXTgA6E53gCMPq3MX)
72 | * [Artifical Intelligence](https://www.youtube.com/watch?v=3CSUxATQVLw&list=PLpPd_BKEUoYjGAUGaLp4q1AXR21VS-wVI)
73 | * [Programming an Audio Manager](https://www.youtube.com/watch?v=nqaq820e4gg&list=PLpPd_BKEUoYj3bbhdnqoGI8h6DnExM3jW)
74 |
75 |
76 | #### [Gamad](https://www.youtube.com/channel/UCqFFZvgC7JUL6esOrL8LyWg/playlists)
77 |
78 | * [Maze Generator](https://www.youtube.com/watch?v=lge09eYxVWE&list=PL47vwJBRNh1yXMGxkuMDY4xnVOJy5HMYd)
79 | * [How to create a tutorial in your game](https://www.youtube.com/watch?v=be0C8FXGPrA&list=PL47vwJBRNh1yXPzKPSBouzvTpyvdl5lyC)
80 | * [Create a portal gun effect](https://www.youtube.com/watch?v=NqhFUw8UCII&list=PL47vwJBRNh1y0OlS-26lZ7iEEyCnJc--b)
81 | * [How to create a car](https://www.youtube.com/watch?v=tVXROKfpAxg&list=PL47vwJBRNh1zOH89KugfhGAvJWQkN6fgW)
82 | * [Code Optimization](https://www.youtube.com/watch?v=k-m46nZAeEU&list=PL47vwJBRNh1wWpFoQagnpVdLdw1r47E-3)
83 | * [How to make an Inventory system](https://www.youtube.com/watch?v=SZjWN9MsA94&list=PL47vwJBRNh1x4IEoWU69DF_gMtrEV7UmM)
84 | * [How to make Snake 3D](https://www.youtube.com/watch?v=7SB1IQN3MtE&list=PL47vwJBRNh1yn_29bPEg-xO9GOasPH2-g)
85 | * [How to make a climbing system like in Assassins Creed](https://www.youtube.com/watch?v=y4dLaZ5eK44&list=PL47vwJBRNh1xzEvcLvXoJvjLcr1h0j-1O)
86 | * [Minecraft Crafting System](https://www.youtube.com/watch?v=gF0lROPs0WI&list=PL47vwJBRNh1w4rPVz78iBTI0ibAtKlpY2)
87 | * [How to make a building system like Rust](https://www.youtube.com/watch?v=qXH3kO6V5Pg&list=PL47vwJBRNh1wLTCTRok_zeNcb6qNcJooR)
88 | * [How to make a circular menu](https://www.youtube.com/watch?v=qBsLezkjJck&list=PL47vwJBRNh1zwJo3KVZ4HSUc-Df9EQzo8)
89 |
90 | #### [BurgZerg Arcade](https://www.youtube.com/user/BurgZergArcade/about)
91 | Youtuber with a course program that you can sign up for.
92 | * [Unity 5 RPG Character Controller](https://www.youtube.com/watch?v=k12w-rEbuXI&list=PL_eGgISVYZkeD-q83hLtPESTB-lPKnfjH)
93 | * [Unity 5 RPG Series – Item System](https://www.youtube.com/watch?v=eJ2NYBpzdN0&list=PL_eGgISVYZkcP7gyzGveutdPQTzw6OFFp)
94 | * [Unity3d Tutorial - Hack & Slash RPG Part 1 - 200](https://www.youtube.com/watch?v=YYqzz1dy3Ak&list=PLE5C2870574BF4B06)
95 | * [Unity3d Tutorial - Hack & Slash RPG Part 201 - 400](https://www.youtube.com/watch?v=9Af617SEQZQ&list=PLEF925EF9F86651DD)
96 | * [Roguelike in Unity - Live Stream](https://www.youtube.com/watch?v=BFlkvl_JaN0&list=PL_eGgISVYZkeUCxwMVo3Hl6vyyzr-1Ffy)
97 | * [Mecanim: Bringing Your Applications To Life](https://www.youtube.com/watch?v=7_pyWcxShPk&list=PL_eGgISVYZkcW4Zd0jt1oX-LzWNk2zE_Q)
98 | * [Beam Battles - Multiplayer Interactive Game](https://www.youtube.com/watch?v=OcZYj8wgTlE&list=PL_eGgISVYZkfYkbcECZs7CfsjKh9joGXe)
99 | * [Unity Audio](https://www.youtube.com/watch?v=RqauiquXFL4&list=PL_eGgISVYZkcYFvgzcv_Msn3ZW9KlSiJ2)
100 | * [2D Game Development](https://www.youtube.com/watch?v=DsewfyuPUEI&list=PL_eGgISVYZkf0rvtUNha8nQdaczRPPV1G)
101 |
102 | * [Your First FPS - Introduction To Game Development - Week 1](https://www.youtube.com/watch?v=dr0ie8-tkL4&list=PL_eGgISVYZkfD5LJH9THf2gzuU6Mj-vIc)
103 | * [Simple Simon - Unity Game Development: Week 2](https://www.youtube.com/watch?v=3uiNhtx-7I0&list=PL_eGgISVYZkdqiiucVpQ2YSFBmWqdNuZl)
104 | * [Space Shooter 3D - Unity Game Development: Week 3 Game](https://www.youtube.com/watch?v=AacN8q57xJg&list=PL_eGgISVYZkfZRSzSDyG3tHNf5_DF-o5H)
105 |
106 | * [Unity Attributes](https://www.youtube.com/watch?v=pVCLfAkaBCc&list=PL_eGgISVYZkdeYj10fsn7gqzyEez-lnf-)
107 | * [uNet - Multiplayer Network Game: Bouncing Cubes](https://www.youtube.com/watch?v=5jp1kFStj5o&list=PL_eGgISVYZkfQKafS4V9As5XNmhb7p6jP)
108 |
109 | #### [Holistic3d](https://www.youtube.com/channel/UCp_SOgsRYdLfIEWLjM62ZJg/feed)
110 |
111 | * [Unity Artificial Intelligence](https://www.youtube.com/watch?v=eMpI1eCsIyM&list=PLi-ukGVOag_2dY9NxEwUjQfYK801Y0UBc)
112 | * [Procedural Generation in Unity](https://www.youtube.com/watch?v=z1r7VjgufJ8&list=PLi-ukGVOag_0vJMJKAjUyuPF3kMXKW2lV)
113 | * [Unity & Animation](https://www.youtube.com/watch?v=BEIaakl9vJE&list=PLi-ukGVOag_3ooF0nx0DMuR0hjpDbViMQ)
114 | * [Unity Networking](https://www.youtube.com/watch?v=JlKf0h0K5PU&list=PLi-ukGVOag_2QEXtkizmAl5mGDNhd_bqQ)
115 | * [Playing Seamless Music Across Scenes in Unity 5 With Non-Destroyable Object.](https://www.youtube.com/watch?v=JKoBWBXVvKY&list=PLi-ukGVOag_3IutjqxBt4xbee5eoKEJKM&index=3)
116 | #### [N3K EN](https://www.youtube.com/channel/UCtQPCnbIB7SP_gM1Xtv8bDQ/featured)
117 | While he does not include the source code files, you can see it in the videos. He also has a Patreon which grants access to his source code.
118 | * [The Tower Game Tutorial](https://www.youtube.com/watch?v=WNfBKmYhrro&list=PLLH3mUGkfFCUFWMP3jlFJdTTPkT3D3MlD)
119 | * [Multiplayer Checkers Tutorial](https://www.youtube.com/watch?v=-nLP0Qz81fE&list=PLLH3mUGkfFCVXrGLRxfhst7pffE9o2SQO)
120 | * [Subway Skater](https://www.youtube.com/watch?v=rhTPxrJICVg&list=PLLH3mUGkfFCXQcNBz_FZDpqJfQlupTznd) - Art assets included for free.
121 | * [Unity Shader Tutorial](https://www.youtube.com/watch?v=zKWQn2Ppk74&list=PLLH3mUGkfFCWHABIk1I_VWEwdcXO5Gura)
122 | * [Augmented Reality Lego](https://www.youtube.com/watch?v=iJo3ERJfV28&list=PLLH3mUGkfFCVwZeDuMEbCf4gEFfa7-ZsP)
123 | * [Augmented Reality Shooter](https://www.youtube.com/watch?v=xRSQ9aEms9Y&list=PLLH3mUGkfFCUgLgS7eOyE9XSaQWNcNc3s)
124 | * [Unity Mobile Game - Glide](https://www.youtube.com/watch?v=Ot9R4IXDx3s&list=PLLH3mUGkfFCU5D0nT9dsN2-RYh1XjnHgH)
125 |
126 | #### [The Messy Coder](https://www.youtube.com/channel/UCeXJl4hWkgS-wvtvRtS_y2w)
127 |
128 | * [Unity Tutorials - Ai and Fishing](https://www.youtube.com/watch?v=PmTjjzr9KFk&list=PL2R4tvBs-r1kfMps42Q_WIzlaFzF_nFkd)
129 |
130 | * [Unity - Tutorials, Help & Quick Tips](https://www.youtube.com/watch?v=Pj6nQ7omVLo&list=PL2R4tvBs-r1nh8pncnnDrKNMdcOqHdEc8)
131 |
132 | #### [Charger Games](https://www.youtube.com/channel/UChvLQbvpw2pfODgOmdS4ZSQ/playlists)
133 | * [Racing Game Development Tutorial for Beginners](https://www.youtube.com/watch?v=r7J-wiJGK1w&list=PLytjVIyAOStpcOGg6HIHhnnOZAdxkAr1U)
134 | #### [GucioDevs](https://www.youtube.com/channel/UC4MDTn6WkqvBfBW_4cFZp2g/videos)
135 | * [Unity 3D Platformer Tutorials](https://www.youtube.com/watch?v=oK_NzdVSxaQ&list=PLq3pyCh4J1B2va_ftIthSpUaQH0LycRA-)
136 | * [Generating Levels from Textures](https://www.youtube.com/watch?v=ITIxV_gJD50&list=PLq3pyCh4J1B3zdZ2uSHIVBoIqfNwenTeh)
137 | #### [quill18creates](https://www.youtube.com/user/quill18creates/playlists)
138 |
139 | * [C# for Complete Beginners](https://www.youtube.com/watch?v=eycAAKpoJxA&list=PLbghT7MmckI7JAftgv0CUdU4RLNivG6wY)
140 |
141 | * [Civilization Style Alerts](https://www.youtube.com/watch?v=bJwTXIYXGpg&list=PLbghT7MmckI5BGecJ5j-9DE5zu42H3xPL)
142 | * [Destructable Objects](https://www.youtube.com/watch?v=D6Ay4c6v9rs&list=PLbghT7MmckI6FPAZfn2HBdOu-JGSZ39vS) - Also covers Blender.
143 | * [Procedural Mesh Generation](https://www.youtube.com/watch?v=3RlKf7Q8CYM&list=PLbghT7MmckI6Tm0jUrhLZG8sEBI1hgCL8) - Goes over how to make roads like in SimCity.
144 | * [Multiplayer](https://www.youtube.com/watch?v=2-1pofOjvmU&list=PLbghT7MmckI4JzdNqdP0NTbFDkffJWUCg)
145 | * [Complete 2D game: ClonyBird](https://www.youtube.com/watch?v=T7Nz_AulrrA&list=PLbghT7MmckI4Sazzc4bB3s6ZLIRbGrNyn)
146 | * [Simple FPS Tutorial](https://www.youtube.com/watch?v=mbm9lPB5GPw&list=PLbghT7MmckI4su9oKnoLuoRYLUvKlek7j) - Note: This one is from 2013.
147 | * [2D Brick Game](https://www.youtube.com/watch?v=0Tl1Cc0IRnI&list=PLCD6B6D279036462A) - 2012
148 | * [Multiplayer FPS](https://www.youtube.com/watch?v=AIgwZK151-A&list=PLbghT7MmckI7BDIGqNl_TgizCpJiXy0n9) - 2013
149 | * [Tile Maps](https://www.youtube.com/watch?v=bpB4BApnKhM&list=PLbghT7MmckI4qGA0Wm_TZS8LVrqS47I9R) - 2013
150 | * [2D Space Shooter](https://www.youtube.com/watch?v=y1FSZHPBHT8&list=PLbghT7MmckI4IeNHkPm5bFJhY9GQ0anKN)
151 | * [2D Physics Mobile Game](https://www.youtube.com/watch?v=eQvPiC8vnG8&list=PLbghT7MmckI7gH4-GrIOw2llutp0P1anA) - 2014
152 | * [Simple Scoreboard](https://www.youtube.com/watch?v=gjFsrVWQaQw&list=PLbghT7MmckI5FFZd6kULrEhXThkZr6A5M)
153 | * [Civilization/Dungeon Tile Movement & Pathfinding](https://www.youtube.com/watch?v=kYeTW2Zr8NA&list=PLbghT7MmckI55gwJLrDz0UtNfo9oC0K1Q)
154 | * [Drag and Drop UI](https://www.youtube.com/watch?v=bMuYUOIAdnc&list=PLbghT7MmckI42Gkp2cILkO2nRxK2M4NLo)
155 | * [Simple Hex-Based Game Design](https://www.youtube.com/watch?v=td3O1tkbqYQ&list=PLbghT7MmckI4HEp8z_ngZvCV3sHWaAYN3)
156 | * [Base-Building Game Tutorial](https://www.youtube.com/watch?v=_lQw3YA7Jok&list=PLbghT7MmckI4_VM5q3va043FgAwRim6yX)
157 | * [Hex-based 4X Game Engine for Unity](https://www.youtube.com/watch?v=j-rCuN7uMR8&list=PLbghT7MmckI7JHf0pdEQ8fbPb-LoDXEno)
158 | * [Build Your Own Spaceship](https://www.youtube.com/watch?v=J4Zjq_-Cle4&list=PLbghT7MmckI7bOsluDRYoAyzf9R7NwILD)
159 |
160 |
161 | #### [Jimmy Vegas](https://www.youtube.com/channel/UCRMXHQ2rJ9_0CHS7mhL7erg)
162 |
163 | * [Making an FPS in Unity for Beginners](https://www.youtube.com/watch?v=0fGB2H1AGP8&list=PLZ1b66Z1KFKh-auyvzNkOBFLWf6dH6iEH)
164 | * [Making Super Mario in Unity for Beginners](https://www.youtube.com/watch?v=M-1-XxO-Fyo&list=PLZ1b66Z1KFKgm4QrzZ11jfaeHVaWHSHW7)
165 | * [Making Android/ iOS mobile Game](https://www.youtube.com/watch?v=Uyr8ErD_BIE&list=PLZ1b66Z1KFKiLGbRHcVltFitp0gL1inbo)
166 | * [How to code in Unity - C# & Js](https://www.youtube.com/watch?v=Ei9kv3UD75w&list=PLZ1b66Z1KFKgjF2a_XsoR7V2YBDL6yaoB)
167 | * [How to Make an RPG in Unity for Beginners](https://www.youtube.com/watch?v=l4Hijtk4NDc&list=PLZ1b66Z1KFKgp-sjQ8ldU3eh8DoQ3a14P)
168 | * [How to make a Driving racing game in Unity](https://www.youtube.com/watch?v=MQ5GJPlAGS4&list=PLZ1b66Z1KFKgkE9ji0tF2iDO0LGxmlwIm)
169 | * [How to make a Survival Horror game in Unity](https://www.youtube.com/watch?v=OzwdgrxYViQ&list=PLZ1b66Z1KFKiaTYwyayb8-L7D6bdiaHzc)
170 |
171 | #### [Board to Bits](https://www.youtube.com/channel/UCifiUB82IZ6kCkjNXN8dwsQ/playlists)
172 |
173 | * [Saving Data in Unity](https://www.youtube.com/watch?v=-fAqBNeEWjs&list=PL5KbKbJ6Gf9_Rvhx1ye1iHxtLTsAaH7uD) - Covers PlayerPref, XML, ScriptableObjects, and custom binary files.
174 | * [Point and Click Game](https://www.youtube.com/watch?v=76z3LvGfuCk&list=PL5KbKbJ6Gf9-rgPHoW8QXn-ZfYQlieSAL)
175 |
176 | #### [Renaissance Coders](https://www.youtube.com/channel/UCkUIs-k38aDaImZq2Fgsyjw)
177 | * [Unity3D Animations](https://www.youtube.com/watch?v=NjA_TGH_Mzc&list=PL4CCSwmU04MhZx2rN7Fw7DixdvLhpZuFh)
178 | * [2D AI Flocking](https://www.youtube.com/watch?v=payFhNs9hvs&list=PL4CCSwmU04MhfoJTJWA7n2AIB4dq6umeu)
179 |
180 | #### [Unity3 Student](http://www.unity3dstudent.com/category/modules/)
181 | Most of the tutorials on this site are for beginners.
182 |
183 | ### [gamesplusjames](https://www.youtube.com/user/gamesplusjames/playlists)
184 | * [Unity 3D Platformer - Learn to Make a 3D Action](https://www.youtube.com/watch?v=h2d9Wc3Hhi0&list=PLiyfvmtjWC_V_H-VMGGAZi7n5E0gyhc37)
185 | * [Unity RPG Tutorial - Learn to make an RPG game](https://www.youtube.com/watch?v=Pk3GCgaNVTY&list=PLiyfvmtjWC_X6e0EYLPczO9tNCkm2dzkm)
186 | ### [xOctoManx](https://www.youtube.com/user/xOctoManx/videos)
187 |
188 | * [Unity 5 Tutorial: Quest System](https://www.youtube.com/watch?v=7GD5D1viVtc&list=PLj0TSSTwoqAy0abF90Ov3H7SDDj9jcpGD)
189 | * [Unity 5 Tutorial: Shop System](https://www.youtube.com/watch?v=N0M2GAQBag4&list=PLj0TSSTwoqAyiZdEFqp6pQjAg17q3q4kA)
190 | * [Unity 5 Tutorial: Diablo Style RPG](https://www.youtube.com/watch?v=JGiuKesf4Sg&list=PLj0TSSTwoqAw3MXb_irNvM2zh6TuvXoZZ)
191 | * [Unity 5 Tutorial: "Risk"-like Maps](https://www.youtube.com/watch?v=1P72SlLTuqs&list=PLj0TSSTwoqAxsElWNXPV_XABpsAgldrQS)
192 | * [Unity 5 Tutorial: Memory / Matching Game](https://www.youtube.com/watch?v=S1fz8JBOP-M&list=PLj0TSSTwoqAwB0Yxsz_4Xu-IHBlopB4My)
193 | * [Unity 5 Tutorial: Crono Trigger Inventory](https://www.youtube.com/watch?v=ROzJx2FG8Ac&list=PLj0TSSTwoqAwALQHYP70m1rtDouGbERP4)
194 | * [Unity Turn Based Battle / Combat](https://www.youtube.com/watch?v=kIcm3QcW8H4&list=PLj0TSSTwoqAypUgag6HJoVZD-RmbpDtjF)
195 |
196 | * [Unity Tutorial: Nation & Character Select](https://www.youtube.com/watch?v=CgvFsl135Fc&list=PLj0TSSTwoqAyqqDVE5zSWk4gbK_wdUyPv)
197 |
198 | ### [UnityChat](https://www.youtube.com/channel/UCB0lit2giNffl1hi1a4k6Ag)
199 |
200 | * [Strategy Games](https://www.youtube.com/watch?v=_FqTQZY3qZo&list=PLcGWkWha2wFd5Azr14ZJjvfnAmUKM_3E7)
201 |
202 | ### [Mix and Jam ](https://www.youtube.com/channel/UCLyVUwlB_Hahir_VsKkGPIA)
203 |
204 | ### [The Art of Code](https://www.youtube.com/channel/UCcAlTqd9zID6aNX3TzwxJXg)
205 |
206 | ### [Makin' Stuff Look Good](https://www.youtube.com/channel/UCEklP9iLcpExB8vp_fWQseg)
207 | ### [Emerald Powder](https://www.youtube.com/channel/UC6wnai488mwec_FUVfdl84w) - Russian
208 | ### Other
209 |
210 | * [Beaver Joe](https://github.com/zheyuanzhou/Youtube-Unity-Tutorial)
211 |
212 |
213 |
--------------------------------------------------------------------------------