You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ After compiling the script you can now set the preset and reference the light co
70
70
71
71
## Creating presets during runtime
72
72
73
-
Presets can also be created during runtime. You will need any component to initialize the preset with. The present can then be used to apply the values to any component of the same type.
73
+
Presets can also be created during runtime. You will need any component to initialize the preset with. The preset can then be used to apply the values to any component of the same type.
74
74
75
75
```csharp
76
76
publicclassCreatePreset : MonoBehaviour
@@ -95,4 +95,4 @@ public class CreatePreset : MonoBehaviour
95
95
```
96
96
97
97
The examples might be a bit forced, but I often find myself in more complex situations where runtime presets can be a real life saver.
98
-
I hope I can save you some time with this plug-in. Feel free to contact me if you have any questions.
98
+
I hope I can save you some time with this plug-in. Feel free to contact me if you have any questions.
0 commit comments