The createPrefab method was declared as static, but "self" was passed to it and used internally. (thus I don't see why that would be a static method...)
It was causing issues in the CableGripper tutorial (step0)
The decorator was probably here for a reason, so let me know if I misread the purpose of this code...
The createPrefab method was declared as static, but "self" was passed to it and used internally. (thus I don't see why that would be a static method...) It was causing issues in the CableGripper tutorial (step0)
The decorator was probably here for a reason, so let me know if I misread the purpose of this code...