Skip to content

Commit

Permalink
making the removal flag component public
Browse files Browse the repository at this point in the history
  • Loading branch information
tbg10101 committed Nov 28, 2020
1 parent 5dd39a9 commit 577efe6
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3}
m_Name:
m_EditorClassIdentifier:
version: 3
version: 4
--- !u!21 &2100000
Material:
serializedVersion: 6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"dependencies": {
"com.10101software.dots.hybridsimulation": "file:../../..",
"com.unity.ide.rider": "2.0.7",
"com.unity.render-pipelines.universal": "10.1.0",
"com.unity.render-pipelines.universal": "10.2.0",
"com.unity.ugui": "1.0.0",
"com.unity.modules.animation": "1.0.0",
"com.unity.modules.assetbundle": "1.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"url": "https://packages.unity.com"
},
"com.unity.render-pipelines.core": {
"version": "10.1.0",
"version": "10.2.0",
"depth": 1,
"source": "registry",
"dependencies": {
Expand All @@ -138,13 +138,13 @@
"url": "https://packages.unity.com"
},
"com.unity.render-pipelines.universal": {
"version": "10.1.0",
"version": "10.2.0",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.mathematics": "1.1.0",
"com.unity.render-pipelines.core": "10.1.0",
"com.unity.shadergraph": "10.1.0"
"com.unity.render-pipelines.core": "10.2.0",
"com.unity.shadergraph": "10.2.0"
},
"url": "https://packages.unity.com"
},
Expand Down Expand Up @@ -176,11 +176,11 @@
"url": "https://packages.unity.com"
},
"com.unity.shadergraph": {
"version": "10.1.0",
"version": "10.2.0",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.render-pipelines.core": "10.1.0",
"com.unity.render-pipelines.core": "10.2.0",
"com.unity.searcher": "4.3.1"
},
"url": "https://packages.unity.com"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"CpuMaxTargetX32": 0,
"CpuMinTargetX64": 0,
"CpuMaxTargetX64": 0,
"CpuTargetsX32": 6,
"CpuTargetsX64": 72
"CpuTargetsX32": -1,
"CpuTargetsX64": -1
}
}
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
m_EditorVersion: 2020.2.0b9
m_EditorVersionWithRevision: 2020.2.0b9 (ef2968fa77ae)
m_EditorVersion: 2020.2.0b13
m_EditorVersionWithRevision: 2020.2.0b13 (655e1a328b90)
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 247994e1f5a72c2419c26a37e9334c01, type: 3}
m_Name:
m_EditorClassIdentifier:
m_LastMaterialVersion: 3
m_LastMaterialVersion: 4
2 changes: 1 addition & 1 deletion Runtime/Scripts/Data/DestroyFlagComponentData.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using Unity.Entities;

namespace Software10101.DOTS.Data {
internal struct DestroyFlagComponentData : IComponentData { }
public struct DestroyFlagComponentData : IComponentData { }
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.10101software.dots.hybridsimulation",
"description": "A framework for using FixedUpdate in a simulation world which is linked to a GameObject-based presentation layer.",
"version": "0.7.0",
"version": "0.7.1",
"unity": "2020.2",
"displayName": "DOTS Hybrid Simulation Worlds",
"dependencies": {
Expand Down

0 comments on commit 577efe6

Please # to comment.