Hey I have being looking a lot and watching a lot of videos about inheritance. There is just this concept of abstract classes which means that it cant be implemented.
I get that you cant use a abstract class on a gameobject but what is the force of using a abstract class? Also can abstract method only be implemented in a abstract class, and why cant you implement the method in a abstract class but only override it?
I also read something about a abstract method taking a component<T>
and I havent found out what the purpase of that was hope some of you clever minds can help a confused programmer :D