Posts

How to save ScriptableObject data

I will show you a a simple trick, you can convert your SO object as playerpref.

How To Setup Git with Google Drive, Dropbox, Onedrive

Install google drive, dropbox on your local PC and enable sync

Object Oriented C# - (Polymorphism, Interface & Abstract Class

An Interface is a contract: The person writing the interface says, “hey, I accept things looking that way”, and the person using the interface says “OK, the class I write looks that way”.

An interface is an empty shell. There are only the signatures of the methods, which implies that the methods do not have a body. The interface can’t do anything. It’s just a pattern.

Abstract classes look a lot like interfaces, but they have something more, You can define a behavior for them. It’s more about a person saying, “these classes should look like that, and they have that in common, so fill in the blanks!”.

Object Oriented C# - Class, Inheritance, Composition

Having said all that, it doesn’t mean inheritance should be avoided at all times. In fact, it’s great to use inheritance when dealing with very stable classes on top of small hierarchies. As the hierarchy grows (or variations of classes increase), the hierarchy, however, becomes fragile. And that’s where composition can give you a better design.

Project Pirate Dev Log - 01

So far I have created a nice and smooth third person camera with unity cinemachine .

Inheritable Singleton Pattern

সিঙ্গেলেটন একটা পরিচিত এবং জনপ্রিয় ডিজাইন প্যাটার্ন। অনেক সময় মাল্টিপল স্ক্রিপ্ট সিঙ্গেলেটন করতে হয়। একই জিনিস বার লেখা ঝামেলা সেজন্য inheritable singleton script ব্যাবহার করা যেতে পারে।

Genetic Algorithm With Machine Learning

এখানে DNA factor গুলো হচ্ছে r,g,b color and scale. প্রথমে randomly rgb value এবং scale এর পপুলেশন জেনারেট করি। পপুলেশন সাইয হচ্ছে ১০ এবং …

মোটিভেশন, খেয়ে দে !

I made this comics, just for fun !.

ডিজিটাল ওয়ার্ল্ড - গেমিং কনফারেন্সের ২০১৭

প্রথমেই যে বিষয়টা চলে আসছে “passion” যেটাই করেন না কেন ভালবাসা থাকতে হবে। আজকে ওয়েব ডেভ করলাম কাল ফ্রিলান্সিং করলাম পরশু গেমডেভ করলাম, এরকম নয়। ভালবাসা থাকতে হবে। “আমি কি পারবো”,” আমি পারি না …” এই বাক্য গুলো প্যাশনের সম্পূর্ণ বিপরীত …

Laser2D Wiki

How to use Laser2D …