These are support scenes for creating AR and VR applications in Godot.Please note: Godot XR Tools v3 has breaking changes compared to v2!They need to be used in combination with one of the AR or VR interfaces.This plugin requires features added to Godot 3.5Documentation is provided here:https://godotvr.github.io/godot-xr-tools/
Quick Information
Is set of extensions for custom drawing API in Godot engine version 3.3 to 3.5. It simplifies script drawing.Includes CanvasItem extensions for drawing various plane shapes and Multiline class extending possibilities of drawing API.
Godot Sharp Some
Is set of extensions for custom drawing API in Godot engine version 3.3 and higher. It simplifies script drawing.
Features
Includes CanvasItem extensions for drawing various plane shapes and Multiline class extending possibilities of drawing API.
Note: Godot currently does not support parameters 'width' and 'antialiased' of 'DrawMultiline' method so they have no effect for now.

Would you like to know more and more?
Setup
Add nuget package to your project.
Godot project's .csproj file should look like this:
<Project Sdk="Godot.NET.Sdk/3.3.0">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="GodotSharpSome.Drawing2D" Version="0.16.0" />
</ItemGroup>
</Project>
Contributing
Any ideas, contributions and bug reports are welcome!
For new idea create an issue.
For bug report create an issue.
For contribution create a pull request.
License
Project is under MIT license.
Is set of extensions for custom drawing API in Godot engine version 3.3 to 3.5. It simplifies script drawing. Includes CanvasItem extensions for drawing various plane shapes and Multiline class extending possibilities of drawing API.
Reviews
Quick Information
Is set of extensions for custom drawing API in Godot engine version 3.3 to 3.5. It simplifies script drawing.Includes CanvasItem extensions for drawing various plane shapes and Multiline class extending possibilities of drawing API.