Skip to content
This repository was archived by the owner on Aug 13, 2023. It is now read-only.

Commit ae47bb0

Browse files
committed
更新README.md
1 parent 1b9c359 commit ae47bb0

File tree

320 files changed

+4841
-3672
lines changed

Some content is hidden

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

320 files changed

+4841
-3672
lines changed

.gitignore

+7
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,10 @@ sysinfo.txt
6161
# Crashlytics generated file
6262
crashlytics-build.properties
6363

64+
/UserSettings
65+
66+
.DS_Store
67+
68+
69+
70+

.vsconfig

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"version": "1.0",
3+
"components": [
4+
"Microsoft.VisualStudio.Workload.ManagedGame"
5+
]
6+
}

Assets/Unity Attributes Example/11.ExcludeFromObjectFactory/Editor/ExcludeFromObjectFactoryExampleEditor.cs

-20
This file was deleted.

Assets/Unity Attributes Example/13.ExecuteAlways/ExecuteAlwaysExample.cs

-99
This file was deleted.

Assets/Unity Attributes Example/14.ExecuteInEditMode/ExecuteInEditModeExample.cs

-22
This file was deleted.

Assets/Unity Attributes Example/24.RuntimeInitializeOnLoadMethod/RuntimeInitializeOnLoadMethodExample.cs

-43
This file was deleted.

Assets/Unity Attributes Example/37.InitializeOnLoad/Editor/InitializeOnLoadExample.cs

-33
This file was deleted.

0 commit comments

Comments
 (0)