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: manual/graphics/tutorials/additional-render-pass.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ As you can see, the script registers in `OnEnable` and disposes in `OnDisable`.
91
91
92
92
Then **add script** to a model actor on scene and **assign the Outline Material** created in step 2 to **Outline Material** property.
93
93
94
-
## 4. See results
94
+
## 3. See results
95
95
96
96
Once you setup material, script and add it to a scene model you should be able to see the outline pass working (under game mode). In case of problems see *Output Log* window in Editor as it may contain any compilation errors.
0 commit comments