We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 608b368 commit 54908f1Copy full SHA for 54908f1
README.md
@@ -3,7 +3,7 @@ Load Scriptable Objects via code
3
4
## Usage
5
6
-Creating ScriptableObject:
+### Creating ScriptableObject:
7
8
```csharp
9
[CreateAssetMenu(menuName = "Game/Configs/Player")]
@@ -17,7 +17,7 @@ Creating ScriptableObject:
17
18
Now you need to create an asset and put it in Resources folder
19
20
-Get Data from ScriptableObject:
+### Get Data from ScriptableObject:
21
22
23
public class Player : MonoBehaviour
0 commit comments