Skip to content

Commit 682ffea

Browse files
committed
Created package
1 parent 402d008 commit 682ffea

6 files changed

+65
-0
lines changed

Editor.meta

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Editor/MissingScriptsFinder.cs.meta

+11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LICENSE.meta

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md.meta

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"name": "unity-missing-scripts-finder",
3+
"version": "1.1.1",
4+
"description": "A Unity Editor tool for finding and removing missing scripts from your scenes and prefabs.",
5+
"author": "RimuruDev",
6+
"license": "MIT",
7+
"main": "MissingScriptsFinder.cs",
8+
"scripts": {},
9+
"repository": {
10+
"type": "git",
11+
"url": "https://github.com/RimuruDev/Unity-MissingScriptsFinder.git"
12+
},
13+
"keywords": [
14+
"unity",
15+
"editor",
16+
"tool",
17+
"missing-scripts",
18+
"prefabs",
19+
"gameobjects",
20+
"rimurudev",
21+
"rimuru-dev"
22+
],
23+
"bugs": {
24+
"email": "[email protected]",
25+
"url": "https://github.com/RimuruDev/Unity-MissingScriptsFinder/issues"
26+
},
27+
"homepage": "https://github.com/RimuruDev/Unity-MissingScriptsFinder",
28+
"dependencies": {}
29+
}

package.json.meta

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)