Skip to content
This repository was archived by the owner on Dec 5, 2018. It is now read-only.

Commit 089a9a3

Browse files
Changed range_entity_interest to a sensible value given the units
In version 9 range_entity_interest became measured in "metres" rather than chunks, so 200m is a sensible equivalent of what 2 chunks would have been
1 parent 68ead44 commit 089a9a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

workers/unity/spatialos.UnityClient.worker.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"entity_interest": {
1313
"range_entity_interest": {
14-
"radius": 2
14+
"radius": 200
1515
}
1616
},
1717
"streaming_query": [

workers/unity/spatialos.UnityFSim.worker.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"entity_interest": {
1313
"range_entity_interest": {
14-
"radius": 2
14+
"radius": 200
1515
}
1616
},
1717
"streaming_query": [

0 commit comments

Comments
 (0)