Skip to content

Commit

Permalink
fixed a warning which resulted from an ECB update system using the wr…
Browse files Browse the repository at this point in the history
…ong UpdateAfter system
  • Loading branch information
tbg10101 committed Nov 23, 2024
1 parent 269276b commit ccf19cd
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"com.10101software.dots.hybridsimulation": "file:../../..",
"com.unity.ide.rider": "3.0.31",
"com.unity.ide.rider": "3.0.34",
"com.unity.ide.visualstudio": "2.0.22",
"com.unity.ide.vscode": "1.2.5",
"com.unity.inputsystem": "1.11.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"url": "https://packages.unity.com"
},
"com.unity.ide.rider": {
"version": "3.0.31",
"version": "3.0.34",
"depth": 0,
"source": "registry",
"dependencies": {
Expand Down Expand Up @@ -146,7 +146,7 @@
}
},
"com.unity.scriptablebuildpipeline": {
"version": "1.21.24",
"version": "1.21.25",
"depth": 2,
"source": "registry",
"dependencies": {},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
m_EditorVersion: 2022.3.50f1
m_EditorVersionWithRevision: 2022.3.50f1 (c3db7f8bf9b1)
m_EditorVersion: 2022.3.53f1
m_EditorVersionWithRevision: 2022.3.53f1 (df4e529d20d3)
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
using Software10101.DOTS.Systems.Groups;
using Unity.Entities;

namespace Software10101.DOTS.Systems.EntityCommandBufferSystems {
[UpdateInGroup(typeof(SimulationSystemGroup))]
[UpdateAfter(typeof(SimulationMainSystemGroup))]
[UpdateInGroup(typeof(InitializationSystemGroup))]
public sealed partial class PostStartOfFrameEntityCommandBufferSystem : EntityCommandBufferSystem { }
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "com.10101software.dots.hybridsimulation",
"displayName": "DOTS Hybrid Simulation Worlds",
"description": "A framework for using FixedUpdate in a simulation world which is linked to a GameObject-based presentation layer.",
"version": "1.3.2",
"version": "1.3.3",
"unity": "2022.3",
"dependencies": {
"com.unity.entities": "1.3.5"
Expand Down

0 comments on commit ccf19cd

Please sign in to comment.