Control Freak 2 Integration

hammurabi_games

New member
I imported the control freak 2 to my project.
Install it using control freak inspector.
Convert regular script to CF2 input type.

Now, i get this message ; The name 'ControlFreak2' does not exist in the current context.

Opsive's scripts couldn't reach ControlFreak2. I can't use ControlFreak2 namespaces.
How can i fix it?
 
It sounds like you used the Control Freak inspector for installation - did you follow the steps on this page for integrating specifically with UCC?


Also if you're trying to access a particular namespace in a script, double-check that script to make sure that it's "using" the correct namespace at the top.
 
Top