Thanks Chris, I appreciate your help. This seems to be a bigger rabbit hole than I was anticipating haha.
I had to change Sprite to UnityEngine.Sprite because of a conflict with our game. Which led to the error below:
Assets/AdventureCreator/Script…
The ones that I've found are on lines 48, 103, 105, 109, 115, and 116. Replacing those extra two instances fixed one error but not all.
I still receive the "Cannot convert type" error:
Assets/AdventureCreator/Scripts/Controls/PlayerMenus.c…
I I just tried it and only found 4 instances where it would be replaced. Is that correct?
I received the following errors:
Assets/AdventureCreator/Scripts/Controls/PlayerMenus.cs(109,95): error CS0030: Cannot convert type `EventSystem' to `UnityEngi…
Hi Chris,
Thanks for the response.
Yes there is such a script in our project but unfortunately things can't be easily modified at this point, mainly because our project is a fully released product. Changing the event system would be a ton of work si…