Publisher | EBGameStudio |
---|---|
File size | 73.06kB |
Number of files | 7 |
Latest version | 1 |
Latest release date | 2024-08-14 10:16:11 |
First release date | 2024-08-14 10:16:11 |
Supported Unity versions | 2018.4.2 or higher |
The Simple Drawing Tool is a lightweight, out-of-the-box tool that can be directly experienced within the DemoScene.
All related functionalities have been implemented as public methods and are accompanied by comments in the source code, making it convenient to review and use.
How to Quickly Use It?
1.Drag the Prefab into the Canvas Hierarchy: Drag the DrawBoard prefab into the canvas
hierarchy of your scene. Ensure that your scene includes an EventSystem object as it's necessary
for UI interactions.
2.Adjust the DrawBoard Size: Once the prefab is placed under the canvas, adjust the size of the
DrawBoard according to your preference.
3.Start Using the Tool: Now, you can directly use the tool by invoking the public methods under
DrawingBoardController.cs. These methods provide access to all the functionalities offered by the
tool.
By following these simple steps, you can effortlessly integrate the Simple Drawing Tool into your
project and start utilizing its features right away. The accessibility of the source code and its
well-documented nature facilitate customization and further development as needed.