UCC and Anti-Cheat Toolkit

finaratic

Member
Hi i am wondering how i can implement anti cheat toolkit's obscured types with AttributeManager. When i use them i get this error:

1709590814944.png

Line 200 in the inspector script:

1709590822154.png
 
you need to cast when using actk, ie (float)yourObscuredFloat, (int)yourObscuredInt. If you own UMP it has support for its side, and you can see all example usage in it.
 
you need to cast when using actk, ie (float)yourObscuredFloat, (int)yourObscuredInt. If you own UMP it has support for its side, and you can see all example usage in it.
Nice, thanks. I have UMP and i will check it out. Can you give me an example on the code i shared on how to fix it? So for example change maxValue.floatValue and Value.floatValue to (float)maxValue.floatValue and etc?
This issue is just for inspector scripts btw, it cant serialize it or something
 
Top