I need to figure it out how to create individual config files for objects, so I can access the variables from other script. for example when grab an object, display the name and the description of that object.
Just add a script to the object with public fields for name, description, etc., and access these from other objects using GetComponent() - no need for any files.