Skip to content

Commit

Permalink
January update fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
FronkonGames committed Feb 13, 2024
1 parent 887a174 commit b7da718
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CheckLinks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
- name: Install awesome_bot
run: gem install awesome_bot
- name: Run awesome_bot
run: awesome_bot README.md --allow-redirect --set-timeout 180 --skip-save-results --allow 429 --allow-ssl -w reddit
run: awesome_bot README.md --allow-redirect --set-timeout 180 --skip-save-results --allow 429,403,401 --allow-ssl -w derek
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,6 @@ Maintained by [Fronkon Games](https://github.com/FronkonGames).
* Modern 2D techniques ([youtube](https://www.youtube.com/watch?v=bUGbXThraVM)).
* Unity 5 - Intro to Lighting and Rendering ([link](http://unity3d.com/es/learn/tutorials/modules/beginner/graphics/lighting-and-rendering)).
* Unity best practices ([link](http://www.glenstevens.ca/unity3d-best-practices/)).
* Infinite terrain generation in Unity ([link](http://code-phi.com/infinite-terrain-generation-in-unity-3d/)).
* EditorWindow lifecycle ([link](http://t-machine.org/index.php/2015/06/25/unity3d-missing-docs-editorwindow-lifecycle/)).
* How to make a MOBA in Unity ([youtube](https://www.youtube.com/playlist?list=PLHW9PxPVcecHLa7JP-Ts09LZYHLIwdky_)).
* Building Unity games in Visual Studio ([link](https://channel9.msdn.com/Events/Visual-Studio/Visual-Studio-2015-Final-Release-Event/Building-Unity-games-in-Visual-Studio)).
Expand Down

0 comments on commit b7da718

Please sign in to comment.