Illegal keyword
Message
You are using a Playworks Plugin reserved keyword: {keyword}.
Explanation
Playworks Plugin has some reserved keywords, such as Handle. When a script contains a reserved keyword, it will overwrite our existing logic from within our engine. This will cause weird runtime errors.
A full list if illegal keywords can be found here.
Steps to fix
Please re-name the illegal keyword to something else. E.g. if you have Handle keyword, change it to HandleGameObject or HandleTransform Tip: Select the keyword and press CTRL+ R + R to automatically change the keyword in the whole project.