lewa-j / Unity-Source-Tools

Plugin to import resources from the Source engine in Unity3D.
GNU General Public License v2.0
109 stars 22 forks source link

Textures sometimes will not be loaded in Editor #19

Closed Fronkln closed 5 years ago

antim0118 commented 5 years ago

Console warnings?

Fronkln commented 5 years ago

Console warnings?

Absolutely not, 0

antim0118 commented 5 years ago

Hmm... Give me link to hl2beta (you trying to load it as i can see) and mapname, i will try to load it

Fronkln commented 5 years ago

Hmm... Give me link to hl2beta (you trying to load it as i can see) and mapname, i will try to load it

https://hl2-beta.ru/index.php?action=downloads;sa=view;down=245

you will need to be registered, i'm loading city_test_09 from "fanmade_fixes" mod so basically you should configure it like this

Game: hl2 mod: fanmade_fixes map: city_test_09

Fronkln commented 5 years ago

Additionally if you ever need to talk or ask a few questions you can add me on steam with the username Jhrino

antim0118 commented 5 years ago

you will need to be registered, i'm loading city_test_09 from "fanmade_fixes" mod so basically you should configure it like this

yeah i had it before

antim0118 commented 5 years ago

hmm... i dont have any problems. only 2 models missing. maybe fixed in last commits Screenshot

Fronkln commented 5 years ago

hmm... i dont have any problems. only 2 models missing. maybe fixed in last commits Screenshot

It happens when you repeatedly delete the loaded map and load it again,i was also playing with lighting settings when this bug happened so try turning off baked and realtime lights and try to load map repeatedly

antim0118 commented 5 years ago

I dont see this bug, but i found a new one

Fronkln commented 5 years ago

Then its super likely you have fixed it in your commits, i'll take a look

antim0118 commented 5 years ago

oh, i figured out how this bug works. i think you were trying to load a map when unity tried to load scripts and it reseted all textures. solution: wait for unity then load map. if you have this bug, restart unity (or update/save scripts to let unity reupdate them). image