Don't throw if texture is null, it spams the console needlessly
Textures are getting disposed from under us, and if we try to use them in the project window, the console gets filled with exceptions that are useless to the user. Catch and return in these cases.
Please register or sign in to comment