CippSharp.DebugCanvas
Debug Canvas displays runtime logs directly on screen during gameplay. Works across multiple platforms, including Android, even when debug options are disabled in build settings. Features a ready-to-use scene and simple integration through UPM or manual installation.
com.cippsharpcore.deca 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/deca.git README Markdown
Copy this to your project's README.md
## Installation
Add **CippSharp.DebugCanvas** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/deca.git
```
[](https://www.pkglnk.dev/pkg/deca)README
CippSharpCore-DebugCanvas
A useful canvas where logs will be printed during runtime.
Content:
Contains the main code DebugCanvas.cs, one scene with DebugCanvas Ready
Notes:
This works at runtime in some platforms even with disabled debug options in build settings (for example on android mobile).
How to Install:
- Option 1 (readonly) now it supports Unity Package Manager so you can download by copy/paste the git url in 'Package Manager Window + Install From Git'. As said this is a readonly solution so you cannot access all files this way.
- Option 2 (classic) download this repository as .zip; Extract the files; Drag 'n' drop the extracted folder in your unity project (where you prefer).
- Option 3 (alternative) add this as submodule / separate repo in your project
No comments yet. Be the first!