Description:
First of all, thanks for this awesome project! It’s a very helpful proof of concept for bindless rendering in Unity.
I am encountering an issue when using this plugin with Unity 6.3:
The cmdList hook only seems to trigger for a few random frames. In most frames, the bindless resources are not patched correctly.
Interestingly, if I launch Unity with the -force-d3d12-debug flag, the plugin works perfectly for every frame.
Environment:
Unity Version: 6.3
Graphics API: DX12
Platform: Windows
Any insights or suggestions on how to make the hook more stable in newer Unity versions would be greatly appreciated!
Description:
First of all, thanks for this awesome project! It’s a very helpful proof of concept for bindless rendering in Unity.
I am encountering an issue when using this plugin with Unity 6.3:
The cmdList hook only seems to trigger for a few random frames. In most frames, the bindless resources are not patched correctly.
Interestingly, if I launch Unity with the -force-d3d12-debug flag, the plugin works perfectly for every frame.
Environment:
Unity Version: 6.3
Graphics API: DX12
Platform: Windows
Any insights or suggestions on how to make the hook more stable in newer Unity versions would be greatly appreciated!