I created a plane object and textured it. It works fine.
I called a new scene with Application.LoadLevel(“”);
which loads a new plane object without deleting the first plane object.
The new plane object works fine. However, the first plane’s texture changes from Texture1 to None(Texture2D)…
Does anyone knows what happened?