ReginaldBull
ReginaldBull
Hello, The zoom functionality as it was in VS Code is now not any more available or broken. It was possible a few months ago, not perfectly but good enough....
I don't know how to provide a fiddle example for a problem that exists within a WebGL (wasm) compiled project.
Basically it all boils down to this: ```csharp public class CustomTypeProvider : DefaultDynamicLinqCustomTypeProvider { private readonly HashSet _types; public CustomTypeProvider(Type[] types) { _types = new HashSet(types ?? new Type[] {...
I created a minimal project for reproduction: https://github.com/ReginaldBull/LinqDynamicCoreUnity3D
Hello, I removed some unnecessary folders. But this is quite a small project. The source in question can be found under the folder Assets/Scripts.
Thank you. Today I tried with the extension method. Running it in Unity Editor mode is working fine but as soon as the web assembly is generated it produces the...
One additional finding. I tried again and debugged a bit in deep and found this exception occuring: System.IO.FileNotFoundException: Could not load the file 'System.Private.Corelib'. ` System.IO.FileNotFoundException: Could not load the...