{"id":16122707,"url":"https://github.com/varneon/vudon-logger","last_synced_at":"2025-04-23T02:11:31.684Z","repository":{"id":62166197,"uuid":"551293608","full_name":"Varneon/VUdon-Logger","owner":"Varneon","description":"Runtime logger for UdonSharp","archived":false,"fork":false,"pushed_at":"2024-03-14T14:55:45.000Z","size":205,"stargazers_count":5,"open_issues_count":13,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-29T21:11:12.494Z","etag":null,"topics":["udonsharp","vrchat","vrchat-sdk3","vrchat-udon","vrchat-worlds"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Varneon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"patreon":"Varneon"}},"created_at":"2022-10-14T06:23:31.000Z","updated_at":"2025-02-08T19:04:47.000Z","dependencies_parsed_at":"2024-10-27T18:25:29.886Z","dependency_job_id":null,"html_url":"https://github.com/Varneon/VUdon-Logger","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Varneon%2FVUdon-Logger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Varneon%2FVUdon-Logger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Varneon%2FVUdon-Logger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Varneon%2FVUdon-Logger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Varneon","download_url":"https://codeload.github.com/Varneon/VUdon-Logger/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250354511,"owners_count":21416751,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["udonsharp","vrchat","vrchat-sdk3","vrchat-udon","vrchat-worlds"],"created_at":"2024-10-09T21:13:28.730Z","updated_at":"2025-04-23T02:11:31.661Z","avatar_url":"https://github.com/Varneon.png","language":"C#","funding_links":["https://patreon.com/Varneon"],"categories":[],"sub_categories":[],"readme":"\u003cdiv\u003e\n\n# [VUdon](https://github.com/Varneon/VUdon) - Logger [![GitHub Repo stars](https://img.shields.io/github/stars/Varneon/VUdon-Logger?style=flat\u0026label=Stars)](https://github.com/Varneon/VUdon-Logger/stargazers) [![GitHub all releases](https://img.shields.io/github/downloads/Varneon/VUdon-Logger/total?color=blue\u0026label=Downloads\u0026style=flat)](https://github.com/Varneon/VUdon-Logger/releases) [![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/Varneon/VUdon-Logger?color=blue\u0026label=Release\u0026sort=semver\u0026style=flat)](https://github.com/Varneon/VUdon-Logger/releases/latest)\n\n\u003c/div\u003e\n\nRuntime logger for UdonSharp\n\n# UdonLogger class\n\n[**UdonLogger**](https://github.com/Varneon/VUdon-Logger/blob/main/Packages/com.varneon.vudon.logger/Runtime/Udon%20Programs/Abstract/UdonLogger.cs) is an abstract class similar to `UnityEngine.ILogger` interface, which you can extend freely to suit your purposes.\n\n# UdonConsole prefab\n\n**UdonConsole** is an in-world console window for viewing the logged messages in game. Implements the **UdonLogger** class for use in a similar window design to the **ConsoleWindow** in the **Unity Editor**.\n\n![Unity_xer9Xo1rlv](https://user-images.githubusercontent.com/26690821/196436225-969b9a5b-407f-48ab-8bd9-9952c6fcc437.png)\n\n# Installation\n\n\u003cdetails\u003e\u003csummary\u003e\n\n### Dependencies - `2`\u003c/summary\u003e\n\n* [Neon Inspector](https://github.com/Varneon/Neon-Inspector)\n  * [V-Inspector](https://github.com/Varneon/V-Inspector)\n\n\u003c/details\u003e\u003cdetails\u003e\u003csummary\u003e\n\n### Import with [VRChat Creator Companion](https://vcc.docs.vrchat.com/vpm/packages#user-packages):\u003c/summary\u003e\n\n\u003e 1. Download `com.varneon.vudon.logger.zip` from [here](https://github.com/Varneon/VUdon-Logger/releases/latest)\n\u003e 2. Unpack the .zip somewhere\n\u003e 3. In VRChat Creator Companion, navigate to `Settings` \u003e `User Packages` \u003e `Add`\n\u003e 4. Navigate to the unpacked folder, `com.varneon.vudon.logger` and click `Select Folder`\n\u003e 5. `VUdon - Logger` should now be visible under `Local User Packages` in the project view in VRChat Creator Companion\n\u003e 6. Click `Add`\n\n\u003c/details\u003e\u003cdetails\u003e\u003csummary\u003e\n\n### Import with [Unity Package Manager (git)](https://docs.unity3d.com/2019.4/Documentation/Manual/upm-ui-giturl.html):\u003c/summary\u003e\n\n\u003e 1. In the Unity toolbar, select `Window` \u003e `Package Manager` \u003e `[+]` \u003e `Add package from git URL...` \n\u003e 2. Paste the following link: `https://github.com/Varneon/VUdon-Logger.git?path=/Packages/com.varneon.vudon.logger`\n\n\u003c/details\u003e\u003cdetails\u003e\u003csummary\u003e\n\n### Import from [Unitypackage](https://docs.unity3d.com/2019.4/Documentation/Manual/AssetPackagesImport.html):\u003c/summary\u003e\n\n\u003e 1. Download latest `com.varneon.vudon.logger.unitypackage` from [here](https://github.com/Varneon/VUdon-Logger/releases/latest)\n\u003e 2. Import the downloaded .unitypackage into your Unity project\n\n\u003c/details\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n## Developed by Varneon with :hearts:\n\n![Twitter Follow](https://img.shields.io/twitter/follow/Varneon?color=%231c9cea\u0026label=%40Varneon\u0026logo=Twitter\u0026style=for-the-badge)\n![YouTube Channel Subscribers](https://img.shields.io/youtube/channel/subscribers/UCKTxeXy7gyaxr-YA9qGWOYg?color=%23FF0000\u0026label=Varneon\u0026logo=YouTube\u0026style=for-the-badge)\n![GitHub followers](https://img.shields.io/github/followers/Varneon?color=%23303030\u0026label=Varneon\u0026logo=GitHub\u0026style=for-the-badge)\n\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvarneon%2Fvudon-logger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvarneon%2Fvudon-logger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvarneon%2Fvudon-logger/lists"}