Example to showcase how to implement custom gizmo using Stride engine
- Create a new libarary project
- Add references via nuget packages Stride.Core, Stride.GameStudio
Dont reference this project in any of the deployment platform (e.g your game code, windows, ios etc).
Refer the SimpleDynamohttps://github.com/gearsin/Stride.Demo.Gizmo/blob/master/Dynamo/SimpleDynamo.cs