https://github.com/trigger-segfault/distance.errorlogging
Distance mod to log exceptions caught in the Unity Framework black hole.
https://github.com/trigger-segfault/distance.errorlogging
centrifuge distance error exception logging mod unity
Last synced: 3 months ago
JSON representation
Distance mod to log exceptions caught in the Unity Framework black hole.
- Host: GitHub
- URL: https://github.com/trigger-segfault/distance.errorlogging
- Owner: trigger-segfault
- License: mit
- Created: 2022-07-20T15:40:43.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-20T15:40:45.000Z (almost 3 years ago)
- Last Synced: 2025-01-29T03:37:40.103Z (5 months ago)
- Topics: centrifuge, distance, error, exception, logging, mod, unity
- Language: PowerShell
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Distance mod template
Use this repository as a base to create your own Distance mods.
# Using the template
On github, click the `Use this template` button to create a new repository based on this oneOnce the repository is created, be sure to clone it locally **with submodules**:
```sh
git clone --recurse-submodules -j8
```# Setting up the project
After cloning the repository on your local drive, run the [setup.ps1](setup.ps1) script using [PowerShell 7 or higher](https://github.com/PowerShell/PowerShell#get-powershell).This script will rename the files correctly and replace their content to match your mod name.