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
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,3 +38,12 @@ You can also add outlines programmatically with:
38
38
The outline script does a small amount of work in Awake(). For best results, use outline.enabled to toggle the outline. Avoid removing and re-adding the component if possible.
39
39
40
40
For large meshes, you may also like to enable 'Precompute Outline' in the editor. This will reduce the amount of work performed in Awake().
41
+
42
+
43
+
Troubleshooting
44
+
---------------
45
+
46
+
If the outline appears off-center, please try the following:
47
+
48
+
1. Set 'Read/Write Enabled' on each model's import settings.
49
+
2. Disable 'Optimize Mesh Data' in the player settings.
0 commit comments