How to import or "using" a custom class in Unity script?

Posted by Bobbake4 on Game Development See other posts from Game Development or by Bobbake4
Published on 2011-11-21T19:20:05Z Indexed on 2011/11/22 2:12 UTC
Read the original article Hit count: 314

Filed under:
|

I have downloaded the JSONObject plugin for parsing JSON in Unity but when I use it in a script I get an error indicating JSONObject cannot be found. My question is how do I use a custom object class defined inside another class. I know I need a using directive to solve this but I am not sure of the path to these custom objects I have imported. They are in the root project folder inside JSONObject folder and class is called JSONObject.

Thanks

© Game Development or respective owner

Related posts about c#

Related posts about unity