This post has been wikified, any user with enough reputation can edit it.
Question by
Kyle_elyK7 · Oct 14, 2016 at 11:04 PM ·
scripting problemcursorpackagevisibledefinition
Cursor does not contain a definition for 'lockState'/'visible'
I imported the Characters package and I got 3 'visible' errors and 3 'lockState' errors.
Comment
Answer by b1gry4n · Oct 15, 2016 at 02:46 AM
You probably have duplicate scripts named Cursor and its confusing unity. It already has a "Cursor" so you shouldnt be naming scripts this unless it is under a namespace
I deleted the Script named "Cursor," now all of the errors are gone and the game can enable playmode. Was this what were you were telling me do?
Either delete or rename your cursor script to something other than cursor, yes
Answer by Kyle_elyK7 · Oct 15, 2016 at 06:23 PM
Would it effect my project in any way if it was deleted?