Importation help

TheDogeMasta

New member
Hello I need some help regarding how I should set up the assembly definitions so I may be able to access the UCC objects through scripts.
I have read over the documentation here https://opsive.com/support/documentation/ultimate-character-controller/getting-started/importing/ but either I'm not able to access the objects or I am having compilation errors.

Can somebody please just give me step by step instructions where I can set up the assembly definitions so I may access the character controller scripts.

Thank You
 
Ok I've made it so I can access the opsive scripts from my scripts but I am unable to access my script from the opsive scripts.
 
You'll need to do the opposite as well in that case, i.e. include your own namespace reference/s in the Opsive folder/s.

I'd also add to be careful when modifying Opsive scripts, because if there are future updates that modify those scripts then you'll lose your changes. (On the rare occasion I've had to do it, I've wrapped code changes in some kind of @tag)
 
Top