https://github.com/bigasdev/debug-log-extension-unity
My own extension project for using the unity debug system
https://github.com/bigasdev/debug-log-extension-unity
Last synced: 8 months ago
JSON representation
My own extension project for using the unity debug system
- Host: GitHub
- URL: https://github.com/bigasdev/debug-log-extension-unity
- Owner: bigasdev
- Created: 2021-04-20T03:48:02.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-20T03:56:49.000Z (about 5 years ago)
- Last Synced: 2025-10-11T01:39:24.561Z (8 months ago)
- Language: C#
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Debug-Log-Extension-Unity
This script creates the Log namespace, ill be using it to make some debugs easier (position, missed component/reference, boolean checks, etc) so i can have a nice and easy to read template to debug stuff.
It's a simple project for my own use, feel free to add more stuff to it!