You are here |
blog.eyas.sh | ||
| | | |
blog.nuculabs.de
|
|
| | | | Image by Steve Buissinne from Pixabay Hello, I don't think I'd like to invest time and resources in this project anymore, I had fun programming it and learning about different aspects of game development and the Unity game engine. Making games involves a lot of hard work and I initially started this in order to escape from my ordinary programming activities, to do something different. Next, I think I'm going to shift my focus to some areas that will benefit the development of my career, like, trying to learn more about computer security and getting better at solving problems. | |
| | | |
kylewbanks.com
|
|
| | | | When discussing performance optimization of Unity games, be it 2D or 3D, object pooling is a commonly referred to technique to gain significant improvements. An object pool is essentially a set of pre-instantiated objects that can be recycled when they are no longer in use, and eventually reused as required. | |
| | | |
davikingcode.com
|
|
| | | | ||
| | | |
kylewbanks.com
|
|
| | Most everyone knows that publicly exposing your MonoBehaviour variables in Unity allows you to modify them in the Inspector window of the Unity editor. This is really helpful for tuning and adjusting parameters without having to modify code, and allows you to more easily reuse MonoBehaviour classes across objects wh... |