Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
hexinping committed Aug 18, 2021
1 parent 952310f commit aa9d3e2
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 8 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -261,3 +261,8 @@ AngryBots_ECS/AngryDOTS/.idea/
AngryBots_ECS/AngryDOTS/Temp/
AngryBots_ECS/AngryDOTS/.vs/
AngryBots_ECS/AngryDOTS/obj/
EntityComponentSystemSamples/HybridURPSamples/Temp/
EntityComponentSystemSamples/HybridURPSamples/Library/
EntityComponentSystemSamples/HybridURPSamples/Assets/SceneDependencyCache/
EntityComponentSystemSamples/HybridURPSamples/Builds/
EntityComponentSystemSamples/HybridURPSamples/.vsconfig
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ void Start()
};

var spawnHandle = spawnJob.Schedule(EntityCount, 128);
spawnHandle.Complete();
spawnHandle.Complete(); //等待这个job完成

ecb.Playback(entityManager);
ecb.Dispose();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
"com.unity.coding": "0.1.0-preview.17",
"com.unity.ext.nunit": "1.0.6",
"com.unity.ide.rider": "2.0.7",
"com.unity.ide.visualstudio": "2.0.5",
"com.unity.ide.visualstudio": "2.0.9",
"com.unity.ide.vscode": "1.2.3",
"com.unity.platforms.android": "0.10.0-preview.10",
"com.unity.platforms.ios": "0.10.0-preview.10",
"com.unity.platforms.linux": "0.10.0-preview.10",
"com.unity.platforms.macos": "0.10.0-preview.10",
"com.unity.platforms.web": "0.10.0-preview.10",
"com.unity.platforms.windows": "0.10.0-preview.10",
"com.unity.render-pipelines.universal": "10.2.2",
"com.unity.render-pipelines.universal": "10.5.0",
"com.unity.rendering.hybrid": "0.11.0-preview.42",
"com.unity.test-framework": "1.1.20",
"com.unity.test-framework": "1.1.27",
"com.unity.test-framework.build": "0.0.1-preview.12",
"com.unity.testframework.graphics": "7.2.2-preview",
"com.unity.ugui": "1.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ MonoBehaviour:
m_Registries:
- m_Id: main
m_Name:
m_Url: https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-candidates
m_Url: https://packages.unity.com
m_Scopes: []
m_IsDefault: 1
m_Capabilities: 0
m_Capabilities: 7
m_UserSelectedRegistryName:
m_UserAddingNewScopedRegistry: 0
m_RegistryInfoDraft:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
m_EditorVersion: 2020.2.3f1
m_EditorVersionWithRevision: 2020.2.3f1 (8ff31bc5bf5b)
m_EditorVersion: 2020.3.15f2
m_EditorVersionWithRevision: 2020.3.15f2 (6cf78cb77498)
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!162 &1
EditorUserSettings:
m_ObjectHideFlags: 0
serializedVersion: 4
m_ConfigSettings:
RecentlyUsedScenePath-0:
value: 22424703114646680c031c2e15105c1518120b650d2c221322240d3cece53a2cf1c22ee8ea2a33397623eb3827310c2ffd040c05e2182f131003ed0214b1051d18d101
flags: 0
unity-properties__ui-persistent-state:
value: 183b144645154b7d0202082d05376c0417031d6876681d0d61435d73a2a07608e3e03fe7e62e36333731fb3d103b4365b2313461eb
flags: 0
vcSharedLogLevel:
value: 0d5e400f0650
flags: 0
m_VCAutomaticAdd: 1
m_VCDebugCom: 0
m_VCDebugCmd: 0
m_VCDebugOut: 0
m_SemanticMergeMode: 2
m_VCShowFailedCheckout: 1
m_VCOverwriteFailedCheckoutAssets: 1
m_VCProjectOverlayIcons: 1
m_VCHierarchyOverlayIcons: 1
m_VCOtherOverlayIcons: 1
m_VCAllowAsyncUpdate: 1

0 comments on commit aa9d3e2

Please sign in to comment.