https://github.com/creosb/unity-scripts
Unity Scripts
https://github.com/creosb/unity-scripts
game-development gamedev notes unity unity-scripts
Last synced: about 2 months ago
JSON representation
Unity Scripts
- Host: GitHub
- URL: https://github.com/creosb/unity-scripts
- Owner: creosB
- License: cc0-1.0
- Created: 2021-08-18T20:18:16.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-28T09:43:01.000Z (about 3 years ago)
- Last Synced: 2025-03-01T17:47:57.130Z (over 1 year ago)
- Topics: game-development, gamedev, notes, unity, unity-scripts
- Language: C#
- Homepage:
- Size: 34.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Unity Scripts
Unity için oluşturduğum bazı c# scriptlerini içerir.
It includes some c# scripts I’ve created for Unity.
Özelikleri / Properties
- TPS ve Top down camera olarak kullanılabilecek kamera scripti.
(Camera script that can be used as TPS and Top-down camera) - Karakter duvarın arkasına geçtiği zaman, duvarı transparan yaparak karakteri görmenizi sağlacak script.
(A script that will allow you to see the character by making the wall transparent when the character goes behind the wall.) - Nesneyi almayı ve atmayı sağlayacak 3 farklı şekilde seçeneği bulunan script.
(Script with 3 different options to get and throw the object.) - Kutu gibi nesneleri animasyon ile itmeyi sağlayacak script.
(Push to object script) - TPS için oyuncu kontrolü scripti.
(TPS player movement script)
Usage video: https://www.youtube.com/watch?v=5AhbJ_CHnFc&list=PL1ClFkQHmgxcWXZOXGRoJAJXYDg1bX8xN
Görseller / Pictures

Bilmeniz gerekenler / What you need to know
- Oyun motorunun içerisinde Üst kısımda bulunan Creos seçeneğinden erişebilirsiniz.
(You can access it from the Creos option at the top of the game engine.)
