jacksondunstan / UnityNativeScripting

Unity Scripting in C++
https://jacksondunstan.com/articles/3938
MIT License
1.33k stars 135 forks source link

Fixed some null references, added a warning in case of forgotten Para… #57

Closed SeleDreams closed 4 years ago

SeleDreams commented 4 years ago

Here's the branch with the bug fixes I've made. I've also added to the base Binding.CS the error code display and I've added the constructor of GameObject to the json as I felt like it was necessary.

SeleDreams commented 4 years ago

I just noticed that I've probably made an error in the Bindings.CS as it created bugs, I will fix them before reposting the pull request