Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
Update README.md and LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
uurha committed Dec 25, 2022
1 parent 801d9e4 commit d196b99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 21 deletions.
20 changes: 1 addition & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,4 @@ Toolbar -> Better -> Runtime Console -> Add to ...
No any further action needed.

## Install

Project Settings -> Package Manager -> Scoped registries
</br>

![image](https://user-images.githubusercontent.com/22265817/197618796-e4f99403-e119-4f35-8320-b233696496d9.png)

```json
"scopedRegistries": [
{
"name": "Arcuied Plugins",
"url": "https://package.openupm.com",
"scopes": [
"com.uurha"
]
}
]
```

Window -> PackageManager -> Packages: My Registries -> Arcueid Plugins -> Runtime Console
[How to istall](https://github.com/uurha/BetterPluginCollection/wiki/How-to-install)
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "com.uurha.betterruntimeconsole",
"displayName": "Runtime Console",
"version": "0.0.3",
"version": "0.0.5",
"unity": "2018.3",
"description": "Runtime console, supports any unity logs from any thread",
"author": {
"name": "Arcueid D'athemon",
"url": "https://github.com/uurha"
},
"dependencies": {
"com.uurha.betterextensions": "0.1.3"
"com.uurha.betterextensions": "0.1.4"
},
"changelogUrl": "https://github.com/uurha/BetterRuntimeConsole",
"documentationUrl": "https://github.com/uurha/BetterRuntimeConsole/tree/main#readme",
Expand Down

0 comments on commit d196b99

Please sign in to comment.