Skip to content

Commit 9462ec4

Browse files
authored
Merge pull request #111284 from FlorianBorn71/ImproveEntityHighlight
Minor improvement based on customer feedback
2 parents 56c09be + 5868715 commit 9462ec4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,8 @@ public class RemoteModelEntity : MonoBehaviour
186186
}
187187
}
188188
```
189+
> [!CAUTION]
190+
> Do not assign this script to any game object as it will be assigned programmatically by the code below.
189191
190192
Next up, we have to extend our *RemoteRaycaster* to add the *RemoteModelEntity* component to the object that we just picked.
191193

0 commit comments

Comments
 (0)