https://github.com/unitycoder/unityresources
List of commonly needed resources, sdk downloads, cheatsheets and useful tools, used in UnityLauncherPro as resources page
https://github.com/unitycoder/unityresources
hub launcher pro unity
Last synced: 7 days ago
JSON representation
List of commonly needed resources, sdk downloads, cheatsheets and useful tools, used in UnityLauncherPro as resources page
- Host: GitHub
- URL: https://github.com/unitycoder/unityresources
- Owner: unitycoder
- License: mit
- Created: 2021-10-16T20:22:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-23T20:31:49.000Z (over 2 years ago)
- Last Synced: 2025-02-28T16:18:18.559Z (4 months ago)
- Topics: hub, launcher, pro, unity
- Homepage: https://github.com/unitycoder/UnityLauncherPro
- Size: 7.81 KB
- Stars: 11
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UnityResources
- (TODO table of contents here)TODO add links below
### SDK Downloads
- New: Find exact correct SDK/NDK versions from releases api https://services.api.unity.com/unity/editor/release/v1/releases?order=RELEASE_DATE_DESC&limit=1&version=6000.0.38 < set your version here, then search raw results for sdk
- Android jdk-8u202 https://www.oracle.com/java/technologies/javase/javase8-archive-downloads.html (get login http://bugmenot.com/view/oracle.com)
- Android NDK 19 https://dl.google.com/android/repository/android-ndk-r19-windows-x86_64.zip
- Android NDK 21d https://dl.google.com/android/repository/android-ndk-r21d-windows-x86_64.zip
- Original SDK manager https://dl.google.com/android/installer_r24.4.1-windows.exe### Shaders
- Blend modes https://docs.unity3d.com/Manual/SL-Blend.html
- Shader notes https://github.com/nothke/UnityShaderCheatsheet/blob/master/ShaderCheatsheet.shader
- Shader property drawers https://gist.github.com/smkplus/2a5899bf415e2b6bf6a59726bb1ae2ec
- Shader properties https://gist.github.com/Split82/d1651403ffb05e912d9c3786f11d6a44
- Shader math https://gist.github.com/quizcanners/0da1cbad4b1e2187af73f6ab52a6dabb### Discord
- Official Unity discord https://discord.com/invite/unity### Contributing
- Use issues (so submit ideas, links, resources) https://github.com/unitycoder/UnityResources/issues
- Or fork this repo, add pull request for readme