A great starting point for building any sketch-based game. Simply drag EasySketch prefab into your scene and have immediate sketching and shape recognition - Out of the box it works with lines, squares, and circles.
A great starting point for building any sketch-based app. The default UI allows for changing of pen type, stroke size, stroke color, and canvas color. It can also utilize any custom UI.
Yes! EasySketch will work in both 2D and 3D contexts. Simpy drag the EasySketch prefab into your scene, and it should work out of the box.
Yes - EasySketch is platform agnostic because it utilizes pointer events - This works for mouse on desktop, but also touch and stylus on mobile devices - Including tablets and smartphones.
It currently recognizes lines, squares, and circles automatically. Support for other shapes and custom shapes is coming soon.
Absolutely! Simply drag and drop your own custom prefabs into the EasySketch prefab in the editor panel.
Yes! If you'd rather call a function when a shape is recognized instead of instantiate a prefab, there is support for that in the EasySketch prefab in the editor panel. Simply drag and drop the script and specific function in the designated fields.