Alex

Results 5 issues of Alex

Hello. I've just became RPD newbie, and looking for functions for get patch, nodes or links out of Rpd. It's easy to store created patch by ```js patch = Rpd.addPatch('Name...

Hello, I've just got my PrinCube, and tried to test it with default images. But the ink seems pushed wrong and there are some color drops, and also yellow color...

Hello, I'm facing the issue when Unity doesn't preload my vulkan plugin in build mode, while it's perfectly working in Editor. I wanter to try PluginsPatcher on my dll, but...

It seems like this line in `Hook_vkGetInstanceProcAddr` should return `vkGetInstanceProcAddr(device, funcName);` instead of NULL Because will NULL return editor is crashing on start, and no initialization is done. https://github.com/Unity-Technologies/NativeRenderingPlugin/blob/d6d6f993e7b98731745a7ea5482e46fde01a5ce3/PluginSource/source/RenderAPI_Vulkan.cpp#L115

If the mod is using onlyClientDraw = 1, then sound playback origin will "freeze" in the last place where onlyClientDraw was 0. Probably it is related to the fast exit...