Skip to content

Commit de8cb5c

Browse files
committed
Minor improvement
1 parent 43434c6 commit de8cb5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +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.
189+
Do not assign this script to any game object as it will be created and assigned programmatically by the code below.
190190

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

0 commit comments

Comments
 (0)