Skip to content

Commit 4ba52a1

Browse files
author
TarasPC
committed
t. Project and package initial setup and structure.
1 parent d831f67 commit 4ba52a1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+2125
-29
lines changed

Packages/PACKAGE_NAME/package.json

Lines changed: 0 additions & 23 deletions
This file was deleted.

Packages/com.starasgames.unity-clean-localized-string-inspector/Editor.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.

Packages/PACKAGE_NAME/Editor/PackageName.Editor.asmdef renamed to Packages/com.starasgames.unity-clean-localized-string-inspector/Editor/CleanLocalizedStringInspector.Editor.asmdef

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
2-
"name": "PackageName.Editor",
2+
"name": "CleanLocalizedStringInspector.Editor",
3+
"rootNamespace": "CleanLocalizedStringInspector.Editor",
34
"references": [
4-
"PackageName"
5+
"CleanLocalizedStringInspector"
56
],
67
"includePlatforms": [
78
"Editor"

Packages/com.starasgames.unity-clean-localized-string-inspector/Editor/CleanLocalizedStringInspector.Editor.asmdef.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.

Packages/PACKAGE_NAME/LICENSE renamed to Packages/com.starasgames.unity-clean-localized-string-inspector/LICENSE

File renamed without changes.

Packages/com.starasgames.unity-clean-localized-string-inspector/LICENSE.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.

Packages/PACKAGE_NAME/README.md renamed to Packages/com.starasgames.unity-clean-localized-string-inspector/README.md

File renamed without changes.

Packages/com.starasgames.unity-clean-localized-string-inspector/README.md.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.

Packages/com.starasgames.unity-clean-localized-string-inspector/Runtime.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.

Packages/PACKAGE_NAME/Runtime/PackageName.asmdef renamed to Packages/com.starasgames.unity-clean-localized-string-inspector/Runtime/CleanLocalizedStringInspector.asmdef

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
2-
"name": "PackageName",
2+
"name": "CleanLocalizedStringInspector",
3+
"rootNamespace": "CleanLocalizedStringInspector",
34
"references": [],
45
"includePlatforms": [],
56
"excludePlatforms": [],

0 commit comments

Comments
 (0)