Custom loading bar
Re: Custom loading bar
In above post I only changed the color of the slider(fill)..
Re: Custom loading bar
Try changing line 12 to:
This isn't necessary in my test project (since both slider and SaveSystem.currentAsyncOperation should be valid), but maybe something strange is going on in your project.
Feel free to send a reproduction project to tony (at) pixelcrushers.com if you're stuck.
Code: Select all
if (slider != null && SaveSystem.currentAsyncOperation != null) slider.value = SaveSystem.currentAsyncOperation.progress;
Feel free to send a reproduction project to tony (at) pixelcrushers.com if you're stuck.
Re: Custom loading bar
Ok that worked!!
Do you mind share why you think it worked?
Also it went from 0 to 90 % but i think like you said, in the build it would be more smooth right..
Thank you Toni....
You gave me my first Christmas gift
Do you mind share why you think it worked?
Also it went from 0 to 90 % but i think like you said, in the build it would be more smooth right..
Thank you Toni....
You gave me my first Christmas gift
Re: Custom loading bar
I'm glad that worked!
I can't say exactly what is null or why without a reproduction project, but now that it does null error checking it shouldn't be an issue any more.
I can't say exactly what is null or why without a reproduction project, but now that it does null error checking it shouldn't be an issue any more.