-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
When models are loaded concurrently, some of them merge, go missing or load twice.
OpenVR.NET/OpenVR.NET/Devices/DeviceModel.cs
Line 119 in be6021b
| var modelLock = loadLock;// modelLoadLocks.GetOrAdd( ModelName, _ => new( 1, 1 ) ); |
We need to figure out why this happens and whether its possible to load more than one model at a time.
Metadata
Metadata
Assignees
Labels
No labels