- Home /
"Could Not Produce Class with ID 1108" error
So I did a test build of the game and everything worked fine until I actually reached gameplay, when I got a ton of "Could not produce class with ID 1108" errors. Looking at the console in Unity it seems I got a ton of these errors as well, mostly coming from a script which changes the player's animator controller in certain circumstances. Everything worked fine in the build, but I can't seem to find anything on what's causing this error and how to fix it.
I'm making a sonic engine and getting that error too. I'm using an animations controller, and everything works except for animations.
Your answer
Follow this Question
Related Questions
Set Dirty on class instance? 0 Answers
Don't Understand Error 2 Answers
How to sum a property of a class in a List 2 Answers
Using an enum in a class constructor. 1 Answer
How to initialize a class array in C#? 2 Answers