Unclaimed Package Is this your package? Claim it to unlock full analytics and manage your listing.
Claim This Package

Install via UPM

Add to Unity Package Manager using this URL

https://www.pkglnk.dev/internaldebug.git

README Markdown

Copy this to your project's README.md

Style
Preview
pkglnk installs badge
## Installation

Add **Internal Debug** 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/internaldebug.git
```

[![pkglnk](https://www.pkglnk.dev/badge/internaldebug.svg?style=pkglnk)](https://www.pkglnk.dev/pkg/internaldebug)

README

Internal Debug

This is a static InternalDebug wrapper class for the UnityEngine.Debug class. Any call from this class will only be present when the build is either a Development Build or build in Development Mode.

InternalDebug.Log("Hello World!"); // Will not run in production builds unlike Debug.Log

Modified from: https://github.com/JoebRogers/UnityDebug/blob/master/src/InternalDebug_NoNamespace.cs

Comments

No comments yet. Be the first!