Closed michalpelka closed 3 months ago
As @gadams3 pointed in his review, the pointclouds are currently loaded, blocking main thread. It is not o3de way to deal with loading assets. Add necessary handlers to components / Cloud Feature Processor.
There are three needed changes:
As @gadams3 pointed in his review, the pointclouds are currently loaded, blocking main thread. It is not o3de way to deal with loading assets. Add necessary handlers to components / Cloud Feature Processor.