-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Lightprobe process fails to complete quite often. #175
Comments
Never had a problem with that, but atm light probes are a bit of a mess in the sdk. The fact that their code changes with every engine release doesn't help either. The actual issue here could do with multithreading, since light probes create the env maps in a separate thread and maybe that thread somehow crashes or just fails to update the indicators? |
I am not sure at all what's going on since it just stops at 73% every time it happens. Would seem to be something other than a crash since the process requires killing to stop it. Maybe its stuck in an infinite loop. |
Editor says: "Generating environment maps. Prefiltered env map face 5 generated." java.lang.IllegalArgumentException: Cannot decrease processed workunit count (2) to lower value than before (4) |
It doesn't seem to be a problem with the generation per se, rather the reporting. I have a potential fix for this, but will test a bit more. |
Been trying out light probes lately and I keep having an issue where the light probe process will not complete past 73%.
Can hit refresh and the next process will complete, however, the original attachment process remains stuck at 73%.
Testing is on a 2mx2m cube with one pbr material so it shouldn't even have a problem.
The text was updated successfully, but these errors were encountered: