Recent content by Estigio97

  1. E

    How to add colliders to scripts at runtime?

    Hello, I have been implementing a weapon exchange system by instantiating them at runtime. I manage to relate the parameters that the controller needs so that my sword (in my case) works correctly. But, when I try to add the sword colliders to the colliders list of the...
  2. E

    How can I get namespaces from my scripts in UltimateChararacterController?

    Yes, but it tells me that it generates a circular dependency or similar.
  3. E

    How can I get namespaces from my scripts in UltimateChararacterController?

    Hello everyone, I am trying to extend some Opsive Classes through partial Classes in order to add new functionalities, but it does not detect these additional scripts even though I have put the namespaces and the same name of the partial class. I have also tried adding it directly in the Opsive...
Top