Skip to content

Commit cbc9925

Browse files
authored
Merge pull request #2 from VRLabs/dev
Initial Release
2 parents 7b4ee80 + 4af83eb commit cbc9925

13 files changed

+280
-1
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: Create Tag and Release
2+
on:
3+
workflow_dispatch:
4+
inputs:
5+
TAG:
6+
required: true
7+
type: string
8+
description: Tag to be applied, for example 1.0.0
9+
CHANGELOG:
10+
required: true
11+
type: string
12+
description: Enter as a list using '- ' and '\n' (e.g. "- First item\n- Second item".). Don't use ".
13+
CHECKOUT_REF:
14+
type: string
15+
description: full commit hash, if none supplied, latest main is taken
16+
17+
jobs:
18+
deploy:
19+
uses: VRLabs/Workflows-collection/.github/workflows/VRC-Asset-Release-And-Upload.yml@main
20+
with:
21+
ASSETS_PATH: .
22+
TAG: ${{ inputs.TAG }}
23+
CHANGELOG: ${{ inputs.CHANGELOG }}
24+
REPOSITORY: ${{ github.repository }}
25+
CHECKOUT_REF: ${{ inputs.CHECKOUT_REF }}
26+
secrets: inherit

Media.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Media/Preview.png

140 KB
Loading

Media/Preview.png.meta

Lines changed: 127 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Media/Web.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Media/Web/Preview.webp

21.4 KB
Loading

Media/Web/Preview.webp.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
Note: this fork goes against Dreadrith's, the Original Author, wishes. Is is however compliant with the original OS license.
2+
3+
<div align="center">
4+
5+
# Unity-Localization-Inspector
6+
7+
[![Generic badge](https://img.shields.io/github/downloads/VRLabs/Unity-Localiation-Inspector/total?label=Downloads)](https://github.com/VRLabs/Unity-Localiation-Inspector/releases/latest)
8+
[![Generic badge](https://img.shields.io/badge/License-MIT-informational.svg)](https://github.com/VRLabs/Unity-Localization-Inspector/blob/main/LICENSE)
9+
[![Generic badge](https://img.shields.io/badge/Unity-2019.4.31f1-lightblue.svg)](https://unity3d.com/unity/whats-new/2019.4.31)
10+
[![Generic badge](https://img.shields.io/badge/SDK-AvatarSDK3-lightblue.svg)](https://vrchat.com/home/download)
11+
12+
[![Generic badge](https://img.shields.io/discord/706913824607043605?color=%237289da&label=DISCORD&logo=Discord&style=for-the-badge)](https://discord.vrlabs.dev/)
13+
[![Generic badge](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Fshieldsio-patreon.vercel.app%2Fapi%3Fusername%3Dvrlabs%26type%3Dpatrons&style=for-the-badge)](https://patreon.vrlabs.dev/)
14+
15+
A handy GUI for the Unity-Localization-Core framework.
16+
17+
<img src="https://github.com/user-attachments/assets/6135be78-28c5-4fb3-bfac-29c4f72c6c3b" />
18+
19+
### ⬇️ [Download Latest Version](https://github.com/VRLabs/Unity-Localiation-Inspector/releases/latest)
20+
21+
22+
### 📦 [Add to VRChat Creator Companion](https://vrlabs.dev/packages?package=dev.vrlabs.unity-localiation-inspector)
23+
24+
</div>
25+
26+
---
27+
## What it does
28+
29+
Unity-Localization-Inspector is an addon for [Unity-Localization-Core](https://www.github.com/VRLabs/Unity-Localization-Core) that allows for a convenient UI for translating values.
30+
31+
## Features
32+
33+
- Compare with a language of your choice
34+
- Tooltips in a dropdown
35+
- Popup for ease-of-use
36+
37+
## How to use
38+
39+
- Ensure the Assembly Definition containing the class you want to translate is pointing to the VRLabs install of Unity-Localization-Core, not some custom one.
40+
- Click on a Localization File, and the nice UI should show itself.
41+
42+
## License
43+
44+
Unity-Localization-Inspector is available as-is under MIT. For more information see [LICENSE](https://github.com/VRLabs/Unity-Localization-Inspector/blob/main/LICENSE).
45+
46+
47+
48+
<div align="center">
49+
50+
[<img src="https://github.com/VRLabs/Resources/raw/main/Icons/VRLabs.png" width="50" height="50">](https://vrlabs.dev "VRLabs")
51+
<img src="https://github.com/VRLabs/Resources/raw/main/Icons/Empty.png" width="10">
52+
[<img src="https://github.com/VRLabs/Resources/raw/main/Icons/Discord.png" width="50" height="50">](https://discord.vrlabs.dev/ "VRLabs")
53+
<img src="https://github.com/VRLabs/Resources/raw/main/Icons/Empty.png" width="10">
54+
[<img src="https://github.com/VRLabs/Resources/raw/main/Icons/Patreon.png" width="50" height="50">](https://patreon.vrlabs.dev/ "VRLabs")
55+
<img src="https://github.com/VRLabs/Resources/raw/main/Icons/Empty.png" width="10">
56+
[<img src="https://github.com/VRLabs/Resources/raw/main/Icons/Twitter.png" width="50" height="50">](https://twitter.com/vrlabsdev "VRLabs")
57+
58+
</div>

README.md.meta

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

com.dreadscripts.localization.inspector.asmdef renamed to VRLabs.Unity-Localization-Inspector.Editor.asmdef

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
2-
"name": "com.dreadscripts.localization.Editor",
2+
"name": "VRLabs.Unity-Localization-Inspector.Editor",
3+
"rootNamespace": "",
34
"references": [
45
"GUID:5310497b387edc24db91f997b59edb91"
56
],

0 commit comments

Comments
 (0)