Some issues with latest dependencies #11
Replies: 6 comments 3 replies
-
Hello @shanoasaber! I suspect the agents aren't being updated properly and the update order of agents is not maintained: DOTS shuffles memory around so you can't update agents 1:1 between updates depending on your implementation, you need to maintain your own map of agents/entites. |
Beta Was this translation helpful? Give feedback.
-
Side note: there is no need to update the com.unity.xxx package versions, the editor will use the one from your project even if they mismatch :) |
Beta Was this translation helpful? Give feedback.
-
record.mp4This video show how the agent was stuck aside a wall. and this is sample scene of this project i've never modified. |
Beta Was this translation helpful? Give feedback.
-
Hey there @shanoasaber ! I'll be working on fixing this ASAP, will keep you posted here. |
Beta Was this translation helpful? Give feedback.
-
I'm waiting for an updates. Did i miss something ? |
Beta Was this translation helpful? Give feedback.
-
You did not, I hadn’t had the time to look into it just yet!
Le mer. 2 oct. 2024 à 21:35, shanoasaber ***@***.***> a
écrit :
… I'm waiting for an updates. Did i miss something ?
—
Reply to this email directly, view it on GitHub
<#11 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABNJCL5P5CUZH6PDKNQJLJDZZSNPBAVCNFSM6AAAAABLVQTLJCVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAOBSGY3DKNI>
.
You are receiving this because you commented.Message ID: <Nebukam/com.
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I modified dependencies in package.json to use the latest libs of DOTS. no error occured. But have some problem. The agent often stun and Samples not work correctly. They can't move to another side when they touch the wall line.
Have you try out what the differences between new and old burst and math libs ?
Unity Version: 2022.3.17f1c1
com.unity.collections: 2.4.1
com.unity.mathematics: 1.3.1
com.unity.burst: 1.8.15
orca packages.json:
job-assist packages.json:
common packages.json:
Beta Was this translation helpful? Give feedback.
All reactions