Skip to content

Commit

Permalink
Fix Mistypo
Browse files Browse the repository at this point in the history
  • Loading branch information
halak committed Jan 13, 2019
1 parent 364f856 commit 059357e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Assets/Editor/IconMiner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ private static void GenerateREADME()
readmeContents.AppendLine($"-------------");
readmeContents.AppendLine($"You can change script icon by file id");
readmeContents.AppendLine($"1. Open `*.cs.meta` in Text Editor");
readmeContents.AppendLine($"2. Modify line `icons: {{instanceID: 0}}` to `icons: {{fileID: <FILE ID>, guid: 0000000000000000d000000000000000, type: 0}}`");
readmeContents.AppendLine($"2. Modify line `icon: {{instanceID: 0}}` to `icon: {{fileID: <FILE ID>, guid: 0000000000000000d000000000000000, type: 0}}`");
readmeContents.AppendLine($"3. Save and focus Unity Editor");
readmeContents.AppendLine();
readmeContents.AppendLine($"| Icon | Name | File ID |");
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ File ID
-------------
You can change script icon by file id
1. Open `*.cs.meta` in Text Editor
2. Modify line `icons: {instanceID: 0}` to `icons: {fileID: <FILE ID>, guid: 0000000000000000d000000000000000, type: 0}`
2. Modify line `icon: {instanceID: 0}` to `icon: {fileID: <FILE ID>, guid: 0000000000000000d000000000000000, type: 0}`
3. Save and focus Unity Editor

| Icon | Name | File ID |
Expand Down

0 comments on commit 059357e

Please sign in to comment.