M
M
mistorp2020-12-07 15:11:10
Unity
mistorp, 2020-12-07 15:11:10

Unity throws empty errors, won't launch the game. What's the matter?

There are empty errors in the project, due to which it is impossible to start the game, it is impossible to make a build. The errors have the same number.
5fce1bc1c8250581859972.png
Reinstalling does not help, installing an older version does not help either. What to do about it, how to fix it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Daemonstergames, 2020-12-07
@Daemonstergames

in short, look, if you have scripts in Java, then in unity 2018.3 they decided to completely abandon scripts in javascript.
Now the only supported scripting language is C#. That is, all old javascript scripts are now missing from the assembly, and C# scripts with links to them are not loaded. And now it will be so in all new versions of 2018.3+.
To solve this problem, you need to remove the javascript scripts or install Unity 2018.2.7f1

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question