Skip to content

Commit 43434c6

Browse files
committed
Minor improvement based on customer feedback
1 parent 0614fd3 commit 43434c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/remote-rendering/tutorials/unity/working-with-remote-entities.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ public class RemoteModelEntity : MonoBehaviour
186186
}
187187
}
188188
```
189+
Do not assign this script to any game object as this will be done programmatically by the code below.
189190

190191
Next up, we have to extend our *RemoteRaycaster* to add the *RemoteModelEntity* component to the object that we just picked.
191192

0 commit comments

Comments
 (0)