2
codiush
6y

Unity is such a load of shit. Why would you have every single tutorial tell you to instantiate a prefab with the Instantitate() method then have it break your game on build because you haven't loaded each individual asset inline. Isn't the magic of this whole process that the editor take care of that shit? Now the project I was sure would be finished by this morning is going to take me AT LEAST another day.

Comments
  • 0
    Are you doing something wrong? I have never had to load an asset inline when using instantiate.
Add Comment