↧
Answer by Phantomized
It's important to understand how unity treats the whole class system. Unity scripts inherit from something called MonoBehaviour which is basically the base class at the top. In JavaScript the fact that...
View ArticleAnswer by devcutters
ok i get that things i want to know heres the situation i understand how the script works but here i have my inventory script. If you see in my function start i add my object to the maininventory but i...
View Article