Apologies in advance if this is a stupid question, I'm a beginner. I'm trying to import a ".obj" file located on a server into my unity project at runtime. This ".obj" file is imported as a byte[ ] and I want to convert it into a GameObject, is this possible and if yes how could I proceed? Any help would be very much appreciated.