I think im getting an error for images being (http) instead of https:
I also see thousands of images in the file... Is there a fast way to fix this??
Exception (cs:154033): InvalidOperationException: Insecure connection not allowed
UnityEngine.Networking.UnityWebRequest.SendWebRequest () (at <00000000000000000000000000000000>:0)
CommunityEntity+<LoadTextureFromWWW>d__37.MoveNext () (at <00000000000000000000000000000000>:0)
UnityEngine.SetupCoroutine.InvokeMoveNext (System.Collections.IEnumerator enumerator, System.IntPtr returnValueAddress) (at <00000000000000000000000000000000>:0)
Urls not https
A plugin depending on this plugin is using HTTP links. You need to fix to HTTPS only.
You were told in another thread what to do. It is the same thing with this plugin. Don't use normal HTTP links for your images. https://umod.org/community/server-info/58335-insecure-connection-not-allowed?page=1
Well I figured it out, would of been easier if someone just said when you go in the file right click and change all occurances and then you can do them all at once. I think will be more helpfull to people that dont understand the whole process...
Simply changing all occurrences is not a guaranteed fix. Not all servers support HTTPS. But if it was that simple for you and all of your images load fine consider yourself lucky.