Skip to content

Commit 97ccd23

Browse files
committed
修正 : Add
1 parent 7fb6a6b commit 97ccd23

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

BlueBackUnityPlayerLoop/Assets/UPM/Documentation~/BlueBack.UnityPlayerLoop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Unity 2022.1.0b16
1919

2020
## UPM
2121
### 最新
22-
* https://github.com/bluebackblue/UpmUnityPlayerLoop.git?path=BlueBackUnityPlayerLoop/Assets/UPM#0.0.21
22+
* https://github.com/bluebackblue/UpmUnityPlayerLoop.git?path=BlueBackUnityPlayerLoop/Assets/UPM#0.0.22
2323
### 開発
2424
* https://github.com/bluebackblue/UpmUnityPlayerLoop.git?path=BlueBackUnityPlayerLoop/Assets/UPM
2525

BlueBackUnityPlayerLoop/Assets/UPM/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Unity 2022.1.0b16
1919

2020
## UPM
2121
### 最新
22-
* https://github.com/bluebackblue/UpmUnityPlayerLoop.git?path=BlueBackUnityPlayerLoop/Assets/UPM#0.0.21
22+
* https://github.com/bluebackblue/UpmUnityPlayerLoop.git?path=BlueBackUnityPlayerLoop/Assets/UPM#0.0.22
2323
### 開発
2424
* https://github.com/bluebackblue/UpmUnityPlayerLoop.git?path=BlueBackUnityPlayerLoop/Assets/UPM
2525

BlueBackUnityPlayerLoop/Assets/UPM/Runtime/BlueBack/UnityPlayerLoop/Add.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public static bool AddFromType(ref UnityEngine.LowLevel.PlayerLoopSystem a_playe
112112
}
113113
}
114114

115-
if((t_target_list != null)&&(t_target_index > 0)&&(t_index_count > 0)){
115+
if((t_target_list != null)&&(t_target_index >= 0)&&(t_index_count >= 0)){
116116

117117
//追加。
118118
{

BlueBackUnityPlayerLoop/Assets/UPM/Runtime/BlueBack/UnityPlayerLoop/Version.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public static class Version
2121

2222
/** packageversion
2323
*/
24-
public const string packageversion = "0.0.21";
24+
public const string packageversion = "0.0.22";
2525

2626
/** GetPackageVersion
2727
*/
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"samples":[{"path":"Samples~/GetCurrentPlayerLoop","displayName":"GetCurrentPlayerLoop"}],"license":"MIT License","keywords":["unity","playerloop"],"hideInEditor":false,"dependencies":{},"changelogUrl":"https://github.com/bluebackblue/UpmUnityPlayerLoop/releases","author":{"url":"https://github.com/bluebackblue/UpmUnityPlayerLoop","name":"BlueBack"},"unity":"2021.3","displayName":"BlueBack.UnityPlayerLoop","description":"PlayerLoop操作","version":"0.0.21","name":"blueback.unityplayerloop"}
1+
{"samples":[{"path":"Samples~/GetCurrentPlayerLoop","displayName":"GetCurrentPlayerLoop"}],"license":"MIT License","keywords":["unity","playerloop"],"hideInEditor":false,"dependencies":{},"changelogUrl":"https://github.com/bluebackblue/UpmUnityPlayerLoop/releases","author":{"url":"https://github.com/bluebackblue/UpmUnityPlayerLoop","name":"BlueBack"},"unity":"2021.3","displayName":"BlueBack.UnityPlayerLoop","description":"PlayerLoop操作","version":"0.0.22","name":"blueback.unityplayerloop"}

BlueBackUnityPlayerLoop/ProjectSettings/ProjectSettings.asset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ PlayerSettings:
137137
16:10: 1
138138
16:9: 1
139139
Others: 1
140-
bundleVersion: 0.0.21
140+
bundleVersion: 0.0.22
141141
preloadedAssets: []
142142
metroInputSource: 0
143143
wsaTransparentSwapchain: 0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Unity 2022.1.0b16
1919

2020
## UPM
2121
### 最新
22-
* https://github.com/bluebackblue/UpmUnityPlayerLoop.git?path=BlueBackUnityPlayerLoop/Assets/UPM#0.0.21
22+
* https://github.com/bluebackblue/UpmUnityPlayerLoop.git?path=BlueBackUnityPlayerLoop/Assets/UPM#0.0.22
2323
### 開発
2424
* https://github.com/bluebackblue/UpmUnityPlayerLoop.git?path=BlueBackUnityPlayerLoop/Assets/UPM
2525

0 commit comments

Comments
 (0)