How to tell if grass spawned or not?

Hello devs,

I have a mid-sized landscape with materials that create grass, etc. When I hit the play button, the grass appears 5-10 seconds later. How can I determine if the grass has spawned or not? I want to display something else, like a loading screen, while waiting for the grass to spawn.

Hello.

Have you tried this?

Thanks for your answer but “isLevelLoaded” returns true immediately when level loaded. I need to check if grass loaded or not.

if you want the quick way make the loading screen for 5 seconds and once you fix the grass problem you can remove the loading screen.