https://github.com/needle-tools/console-hyperlinks
Adds hyperlink handling for Unity console logs and more
https://github.com/needle-tools/console-hyperlinks
Last synced: 12 months ago
JSON representation
Adds hyperlink handling for Unity console logs and more
- Host: GitHub
- URL: https://github.com/needle-tools/console-hyperlinks
- Owner: needle-tools
- Created: 2021-03-31T14:48:01.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-03-07T13:27:55.000Z (over 4 years ago)
- Last Synced: 2024-08-02T05:13:48.174Z (almost 2 years ago)
- Language: C#
- Homepage:
- Size: 1.19 MB
- Stars: 68
- Watchers: 4
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Custom Console Hyperlink handling for Unity
## Installation 💾
Add from OpenUPM | via scoped registry, recommended
To add OpenUPM to your project:
- open `Edit/Project Settings/Package Manager`
- add a new Scoped Registry:
```
Name: OpenUPM
URL: https://package.openupm.com/
Scope(s): com.needle
```
- click Save
- open Package Manager
- Select ``My Registries`` in dropdown top left
- Select ``Console-Hyperlinks`` and click ``Install``
Add from GitHub | not recommended, no updates through PackMan
You can also add it directly from GitHub on Unity 2019.4+. Note that you won't be able to receive updates through Package Manager this way, you'll have to update manually.
- open Package Manager
- click +
- select Add from Git URL
- paste `https://github.com/needle-tools/console-hyperlinks.git?path=/package`
- click Add
## How To Use 💡
Please open the Package Readme for more information.
## Unity Versions ✔️
Tested with Unity 2019.4 and above
## Support 💚
This project is supported via donations. If you or your team have found it useful, please consider supporting further development through [patreon](https://www.patreon.com/needletools)
## Contact ✒️
[🌵 needle — tools for unity](https://needle.tools) •
[@NeedleTools](https://twitter.com/NeedleTools) •
[@marcel_wiessler](https://twitter.com/marcel_wiessler) •
[@hybridherbst](https://twitter.com/hybridherbst) •
[Needle Discord](https://discord.gg/CFZDp4b)