YouTube Channel Recommendations for people who like Sunny Valley Studio (Click a channel's button below to go to their page on Channel Galaxy and find more new YouTube suggestions)
About Sunny Valley Studio
I'm Peter (he/him)👋I love making / coding small games 🙂 I do my best to share my knowledge about Unity (~5 years experience) and about programming (I was pretty much always interested in making computers do stuff) 😊
Recent Videos from Sunny Valley Studio
Make it Rain in Unity - tutorial
We can create a rain effect in Unity using particle systems and a custom texture. In this tutorial I will show you how to set it up step by step.
𝗟𝗲𝗮𝗿𝗻 𝗺𝗼𝗿𝗲 𝗮𝗯𝗼𝘂𝘁 𝗨𝗻𝗶𝘁𝘆 𝗮𝗻𝗱 𝗖# (and support the channel) by checking out my video courses:
https://courses.sunnyvalleystudio.com/
𝗥𝗶𝗽𝗽𝗹𝗲 𝘁𝗲𝘅𝘁𝘂𝗿𝗲
ht… Refactoring the code to be more OOP - Unity Simple Pick Up system P3
In this last part of the Unity simple pick up system tutorial we will 𝗿𝗲𝗳𝗮𝗰𝘁𝗼𝗿 𝗼𝘂𝗿 𝗯𝘂𝗹𝗸𝘆 𝗶𝗳 𝘀𝘁𝗮𝘁𝗲𝗺𝗲𝗻𝘁 𝗶𝗻𝘁𝗼 𝗮 𝗺𝗼𝗿𝗲 𝗢𝗢𝗣 𝗰𝗼𝗱𝗲 by creating an IPickable interface to abstract the concept of an item that can be picked up.
Object-Oriented programming for unity devs video course:
https://courses.sunnyvall… How to Use items in Unity - Unity Simple Pick Up system P2
In part 2 of the Unity simple pick up system tutorial we will create a logic to use objects that we pick up. We will code it using Object-oriented programming so that our pick up system is maintainable - we want to be easily able to add more items to our game without having to modify the player scr…