Sergey
Sergey
Hello! Thanks for the project, is there a possibility of binding a picture or for the next it is necessary to write your adapter? Is there still an option to...
Hi! How can I create a ThunkAction to work with the rest api? sample: ``` public IAction Get(Action.Get action) { // return thunk to store, which will dispatch new actions...
UnityPack Version:0.8.1 file: https://drive.google.com/open?id=1u39GZ2llpNWJAH80rrjtvnZxPYz4SGMP How to skip classes with id
Добры день! Можете подсказать куда копать чтоб скомпилировать под mac os?
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
Sample?
Good day! Is there an example of using this library (Would you give it)?
Hi! Can I add a tracking marker or slam here? I don't need hand recognition, I just want marker tracking in the cardboard
How can I iterate through a Dictionary in JavaScript? Analogue C# foreach (KeyValuePair n in dic)
Hi! I am generating the Godot.GD class, but there is an error in 2 functions during generation, how can I fix this? Cannot use 'System.Span' as a type argument Cannot...
## detail | 详细描述 How can I specify a global object from C# so that it is available in JavaScript? MoonSharp example _scriptEngine.Globals["Engine"] = this;