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
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,19 +27,19 @@ In ShaderGraph, simply change your *"Custom Editor GUI"* setting to the named cl
27
27
28
28
### Labels & Alignment
29
29
30
-
Prefix one of your properties with the star symbol (**\***) and that field will become a bold label.
30
+
Prefix one of your properties with the **star symbol (\*)** and that field will become a bold label.
31
31
32
32
Use a property called **\[Centered\]** to adjust the spacing of the Inspector fields to match the look of non-ShaderGraph default materials. Use a property called **\[RightBound\]** to return the field spacing to the default ShaderGraph look.
Prefix a texture property with the percent symbol (**%**) and it will show as a single line texture property instead of the big thumbnail version. Single line textures are commonly used in the built-in materials and offer a cleaner look that takes up less space in your Inspector.
38
+
Prefix a texture property with the **percent symbol (%)** and it will show as a single line texture property instead of the big thumbnail version. Single line textures are commonly used in the built-in materials and offer a cleaner look that takes up less space in your Inspector.
39
39
40
-
Follow up a single-line texture property with an ampersand prefix (**&**) and the resulting property will be drawn on the same line as the texture. OpenGraphGUI calls this a "linked property", and you'll commonly find these used as "tint colors" in the default materials.
40
+
Follow up a single-line texture property with an **ampersand prefix (&)** and the resulting property will be drawn on the same line as the texture. OpenGraphGUI calls this a "linked property", and you'll commonly find these used as "tint colors" in the default materials.
41
41
42
-
Follow up any texture property with an arrow prefix (**^**) and that property will only become visible when the texture above it has been filled out by the user (not null). This is called a "dependent visible" property. You'll find this on many custom shaders that utilize a strength value, appearing only when the asociated texture is present.
42
+
Follow up any texture property with an **arrow prefix (^)** and that property will only become visible when the texture above it has been filled out by the user (not null). This is called a "dependent visible" property. You'll find this on many custom shaders that utilize a strength value, appearing only when the asociated texture is present.
@@ -79,9 +79,10 @@ If you're looking to add a specific release of OpenGraphGUI, you can specify a r
79
79
This open source project is free for all to suggest improvements, and I'm hoping that more contributors could help clean up the code and add further features as suggested by the community. These are the recommended steps to add your contribution:
80
80
81
81
1. Fork the repository to your GitHub account
82
-
2. Create a new branch or work off of your own "working branch"
83
-
3. When your changes are complete, submit a pull request to merge your code; ideally to the "working-branch" used to test changes before main
84
-
4. If the PR is approved, aggregate changes will eventually be merged into main and a new release tag is created
82
+
2. Clone the code to the Assets folder in any Unity project (as long as it does not include OpenGraphGUI as a package)
83
+
3. Create a new branch or work off of your own "working branch"
84
+
4. When your changes are complete, submit a pull request to merge your code; ideally to the "working-branch" used to test changes before main
85
+
5. If the PR is approved, aggregate changes will eventually be merged into main and a new release tag is created
0 commit comments