diff options
author | chai <chaifix@163.com> | 2021-01-27 16:30:19 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-01-27 16:30:19 +0800 |
commit | 6ee18886c8af3858de5e97599b23086823d9f320 (patch) | |
tree | aed86a8c4887586d976410ecd3d14789b2ee3583 /Client/Assets/Behavior Designer/Runtime/Variables | |
parent | 97da432c35b8c7aaf9dd2c39e2aa4b1f55f36065 (diff) |
*更新Behaviour Designer版本,在最下版本有BUG
Diffstat (limited to 'Client/Assets/Behavior Designer/Runtime/Variables')
29 files changed, 136 insertions, 154 deletions
diff --git a/Client/Assets/Behavior Designer/Runtime/Variables/SharedBool.cs b/Client/Assets/Behavior Designer/Runtime/Variables/SharedBool.cs index 43ba1b21..ec17b0d5 100644 --- a/Client/Assets/Behavior Designer/Runtime/Variables/SharedBool.cs +++ b/Client/Assets/Behavior Designer/Runtime/Variables/SharedBool.cs @@ -1,6 +1,3 @@ -using UnityEngine;
-using System.Collections;
-
namespace BehaviorDesigner.Runtime
{
[System.Serializable]
diff --git a/Client/Assets/Behavior Designer/Runtime/Variables/SharedBool.cs.meta b/Client/Assets/Behavior Designer/Runtime/Variables/SharedBool.cs.meta index 24a56fe0..180a25b0 100644 --- a/Client/Assets/Behavior Designer/Runtime/Variables/SharedBool.cs.meta +++ b/Client/Assets/Behavior Designer/Runtime/Variables/SharedBool.cs.meta @@ -1,8 +1,8 @@ -fileFormatVersion: 2
-guid: c2f4e02925f3d454c8a49a9f9cc1d497
-MonoImporter:
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
+fileFormatVersion: 2 +guid: c2f4e02925f3d454c8a49a9f9cc1d497 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Client/Assets/Behavior Designer/Runtime/Variables/SharedColor.cs b/Client/Assets/Behavior Designer/Runtime/Variables/SharedColor.cs index 50931845..1b07bd9d 100644 --- a/Client/Assets/Behavior Designer/Runtime/Variables/SharedColor.cs +++ b/Client/Assets/Behavior Designer/Runtime/Variables/SharedColor.cs @@ -1,5 +1,4 @@ using UnityEngine;
-using System.Collections;
namespace BehaviorDesigner.Runtime
{
diff --git a/Client/Assets/Behavior Designer/Runtime/Variables/SharedColor.cs.meta b/Client/Assets/Behavior Designer/Runtime/Variables/SharedColor.cs.meta index 5cb6438b..3d29798f 100644 --- a/Client/Assets/Behavior Designer/Runtime/Variables/SharedColor.cs.meta +++ b/Client/Assets/Behavior Designer/Runtime/Variables/SharedColor.cs.meta @@ -1,8 +1,8 @@ -fileFormatVersion: 2
-guid: 1aebb6343767438449d67bf4118aeefe
-MonoImporter:
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
+fileFormatVersion: 2 +guid: 1aebb6343767438449d67bf4118aeefe +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Client/Assets/Behavior Designer/Runtime/Variables/SharedFloat.cs.meta b/Client/Assets/Behavior Designer/Runtime/Variables/SharedFloat.cs.meta index f2d785c3..602cdff6 100644 --- a/Client/Assets/Behavior Designer/Runtime/Variables/SharedFloat.cs.meta +++ b/Client/Assets/Behavior Designer/Runtime/Variables/SharedFloat.cs.meta @@ -1,8 +1,8 @@ -fileFormatVersion: 2
-guid: 954735ce9c49fd845add7abd7883211c
-MonoImporter:
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
+fileFormatVersion: 2 +guid: 954735ce9c49fd845add7abd7883211c +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Client/Assets/Behavior Designer/Runtime/Variables/SharedGameObject.cs b/Client/Assets/Behavior Designer/Runtime/Variables/SharedGameObject.cs index 53f1ac29..9e44ef31 100644 --- a/Client/Assets/Behavior Designer/Runtime/Variables/SharedGameObject.cs +++ b/Client/Assets/Behavior Designer/Runtime/Variables/SharedGameObject.cs @@ -1,5 +1,4 @@ using UnityEngine;
-using System.Collections;
namespace BehaviorDesigner.Runtime
{
diff --git a/Client/Assets/Behavior Designer/Runtime/Variables/SharedGameObject.cs.meta b/Client/Assets/Behavior Designer/Runtime/Variables/SharedGameObject.cs.meta index aee365b0..4e324c9f 100644 --- a/Client/Assets/Behavior Designer/Runtime/Variables/SharedGameObject.cs.meta +++ b/Client/Assets/Behavior Designer/Runtime/Variables/SharedGameObject.cs.meta @@ -1,8 +1,8 @@ -fileFormatVersion: 2
-guid: df84e4f8f0e526344a46be1b083e0218
-MonoImporter:
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
+fileFormatVersion: 2 +guid: df84e4f8f0e526344a46be1b083e0218 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Client/Assets/Behavior Designer/Runtime/Variables/SharedGameObjectList.cs.meta b/Client/Assets/Behavior Designer/Runtime/Variables/SharedGameObjectList.cs.meta index 956e5020..d7d994b1 100644 --- a/Client/Assets/Behavior Designer/Runtime/Variables/SharedGameObjectList.cs.meta +++ b/Client/Assets/Behavior Designer/Runtime/Variables/SharedGameObjectList.cs.meta @@ -1,8 +1,8 @@ -fileFormatVersion: 2
-guid: 70650d45c2fa6794a9fdd7d2a74bb59a
-MonoImporter:
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
+fileFormatVersion: 2 +guid: 70650d45c2fa6794a9fdd7d2a74bb59a +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Client/Assets/Behavior Designer/Runtime/Variables/SharedInt.cs b/Client/Assets/Behavior Designer/Runtime/Variables/SharedInt.cs index 9bd8e023..b74b41d1 100644 --- a/Client/Assets/Behavior Designer/Runtime/Variables/SharedInt.cs +++ b/Client/Assets/Behavior Designer/Runtime/Variables/SharedInt.cs @@ -1,6 +1,3 @@ -using UnityEngine;
-using System.Collections;
-
namespace BehaviorDesigner.Runtime
{
[System.Serializable]
diff --git a/Client/Assets/Behavior Designer/Runtime/Variables/SharedInt.cs.meta b/Client/Assets/Behavior Designer/Runtime/Variables/SharedInt.cs.meta index 0f06a31e..69185501 100644 --- a/Client/Assets/Behavior Designer/Runtime/Variables/SharedInt.cs.meta +++ b/Client/Assets/Behavior Designer/Runtime/Variables/SharedInt.cs.meta @@ -1,8 +1,8 @@ -fileFormatVersion: 2
-guid: 00de328b40e8ac84ebf75e48fe353f38
-MonoImporter:
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
+fileFormatVersion: 2 +guid: 00de328b40e8ac84ebf75e48fe353f38 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Client/Assets/Behavior Designer/Runtime/Variables/SharedMaterial.cs.meta b/Client/Assets/Behavior Designer/Runtime/Variables/SharedMaterial.cs.meta index c99828bf..8e88abff 100644 --- a/Client/Assets/Behavior Designer/Runtime/Variables/SharedMaterial.cs.meta +++ b/Client/Assets/Behavior Designer/Runtime/Variables/SharedMaterial.cs.meta @@ -1,8 +1,8 @@ -fileFormatVersion: 2
-guid: 2e84514e0f685a64795ecdb776888407
-MonoImporter:
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
+fileFormatVersion: 2 +guid: 2e84514e0f685a64795ecdb776888407 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Client/Assets/Behavior Designer/Runtime/Variables/SharedObject.cs b/Client/Assets/Behavior Designer/Runtime/Variables/SharedObject.cs index c962aef8..cdea9ce9 100644 --- a/Client/Assets/Behavior Designer/Runtime/Variables/SharedObject.cs +++ b/Client/Assets/Behavior Designer/Runtime/Variables/SharedObject.cs @@ -1,5 +1,4 @@ using UnityEngine;
-using System.Collections;
namespace BehaviorDesigner.Runtime
{
diff --git a/Client/Assets/Behavior Designer/Runtime/Variables/SharedObject.cs.meta b/Client/Assets/Behavior Designer/Runtime/Variables/SharedObject.cs.meta index f9c153e9..5f097745 100644 --- a/Client/Assets/Behavior Designer/Runtime/Variables/SharedObject.cs.meta +++ b/Client/Assets/Behavior Designer/Runtime/Variables/SharedObject.cs.meta @@ -1,8 +1,8 @@ -fileFormatVersion: 2
-guid: d5ffddfc2d65c6e4ca1dedda5afd6ccc
-MonoImporter:
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
+fileFormatVersion: 2 +guid: d5ffddfc2d65c6e4ca1dedda5afd6ccc +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Client/Assets/Behavior Designer/Runtime/Variables/SharedObjectList.cs.meta b/Client/Assets/Behavior Designer/Runtime/Variables/SharedObjectList.cs.meta index 674f2268..5ed3d240 100644 --- a/Client/Assets/Behavior Designer/Runtime/Variables/SharedObjectList.cs.meta +++ b/Client/Assets/Behavior Designer/Runtime/Variables/SharedObjectList.cs.meta @@ -1,8 +1,8 @@ -fileFormatVersion: 2
-guid: c7644e981f746b5458fb6adbda412b2d
-MonoImporter:
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
+fileFormatVersion: 2 +guid: c7644e981f746b5458fb6adbda412b2d +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Client/Assets/Behavior Designer/Runtime/Variables/SharedQuaternion.cs b/Client/Assets/Behavior Designer/Runtime/Variables/SharedQuaternion.cs index e6f4e234..10ce8229 100644 --- a/Client/Assets/Behavior Designer/Runtime/Variables/SharedQuaternion.cs +++ b/Client/Assets/Behavior Designer/Runtime/Variables/SharedQuaternion.cs @@ -1,5 +1,4 @@ using UnityEngine;
-using System.Collections;
namespace BehaviorDesigner.Runtime
{
diff --git a/Client/Assets/Behavior Designer/Runtime/Variables/SharedQuaternion.cs.meta b/Client/Assets/Behavior Designer/Runtime/Variables/SharedQuaternion.cs.meta index 027e0ace..303deed2 100644 --- a/Client/Assets/Behavior Designer/Runtime/Variables/SharedQuaternion.cs.meta +++ b/Client/Assets/Behavior Designer/Runtime/Variables/SharedQuaternion.cs.meta @@ -1,8 +1,8 @@ -fileFormatVersion: 2
-guid: 1ec5ca504fe011b449506c42d3e5ac7f
-MonoImporter:
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
+fileFormatVersion: 2 +guid: 1ec5ca504fe011b449506c42d3e5ac7f +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Client/Assets/Behavior Designer/Runtime/Variables/SharedRect.cs b/Client/Assets/Behavior Designer/Runtime/Variables/SharedRect.cs index 0c8ae3ae..21a0b2fe 100644 --- a/Client/Assets/Behavior Designer/Runtime/Variables/SharedRect.cs +++ b/Client/Assets/Behavior Designer/Runtime/Variables/SharedRect.cs @@ -1,5 +1,4 @@ using UnityEngine;
-using System.Collections;
namespace BehaviorDesigner.Runtime
{
diff --git a/Client/Assets/Behavior Designer/Runtime/Variables/SharedRect.cs.meta b/Client/Assets/Behavior Designer/Runtime/Variables/SharedRect.cs.meta index 68fded8a..bef3369a 100644 --- a/Client/Assets/Behavior Designer/Runtime/Variables/SharedRect.cs.meta +++ b/Client/Assets/Behavior Designer/Runtime/Variables/SharedRect.cs.meta @@ -1,8 +1,8 @@ -fileFormatVersion: 2
-guid: 23ef607e9df5ab742afbea152c79eed5
-MonoImporter:
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
+fileFormatVersion: 2 +guid: 23ef607e9df5ab742afbea152c79eed5 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Client/Assets/Behavior Designer/Runtime/Variables/SharedString.cs b/Client/Assets/Behavior Designer/Runtime/Variables/SharedString.cs index ccaf4c57..0381c098 100644 --- a/Client/Assets/Behavior Designer/Runtime/Variables/SharedString.cs +++ b/Client/Assets/Behavior Designer/Runtime/Variables/SharedString.cs @@ -1,6 +1,3 @@ -using UnityEngine;
-using System.Collections;
-
namespace BehaviorDesigner.Runtime
{
[System.Serializable]
diff --git a/Client/Assets/Behavior Designer/Runtime/Variables/SharedString.cs.meta b/Client/Assets/Behavior Designer/Runtime/Variables/SharedString.cs.meta index a64cb255..36f8f590 100644 --- a/Client/Assets/Behavior Designer/Runtime/Variables/SharedString.cs.meta +++ b/Client/Assets/Behavior Designer/Runtime/Variables/SharedString.cs.meta @@ -1,8 +1,8 @@ -fileFormatVersion: 2
-guid: 2b562573ea4266848bc3f78352dca3a5
-MonoImporter:
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
+fileFormatVersion: 2 +guid: 2b562573ea4266848bc3f78352dca3a5 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Client/Assets/Behavior Designer/Runtime/Variables/SharedTransform.cs b/Client/Assets/Behavior Designer/Runtime/Variables/SharedTransform.cs index 7b06f98f..7dc1479a 100644 --- a/Client/Assets/Behavior Designer/Runtime/Variables/SharedTransform.cs +++ b/Client/Assets/Behavior Designer/Runtime/Variables/SharedTransform.cs @@ -1,5 +1,4 @@ using UnityEngine;
-using System.Collections;
namespace BehaviorDesigner.Runtime
{
diff --git a/Client/Assets/Behavior Designer/Runtime/Variables/SharedTransform.cs.meta b/Client/Assets/Behavior Designer/Runtime/Variables/SharedTransform.cs.meta index 226ae88d..beb8c12e 100644 --- a/Client/Assets/Behavior Designer/Runtime/Variables/SharedTransform.cs.meta +++ b/Client/Assets/Behavior Designer/Runtime/Variables/SharedTransform.cs.meta @@ -1,8 +1,8 @@ -fileFormatVersion: 2
-guid: 3e084053b0dbe6541bc2408005c85606
-MonoImporter:
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
+fileFormatVersion: 2 +guid: 3e084053b0dbe6541bc2408005c85606 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Client/Assets/Behavior Designer/Runtime/Variables/SharedTransformList.cs.meta b/Client/Assets/Behavior Designer/Runtime/Variables/SharedTransformList.cs.meta index 33e37c1a..f4381f2e 100644 --- a/Client/Assets/Behavior Designer/Runtime/Variables/SharedTransformList.cs.meta +++ b/Client/Assets/Behavior Designer/Runtime/Variables/SharedTransformList.cs.meta @@ -1,8 +1,8 @@ -fileFormatVersion: 2
-guid: 11f38abc81b11804aabe69ae80011a60
-MonoImporter:
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
+fileFormatVersion: 2 +guid: 11f38abc81b11804aabe69ae80011a60 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Client/Assets/Behavior Designer/Runtime/Variables/SharedVector2.cs b/Client/Assets/Behavior Designer/Runtime/Variables/SharedVector2.cs index 584f9d05..379c4d55 100644 --- a/Client/Assets/Behavior Designer/Runtime/Variables/SharedVector2.cs +++ b/Client/Assets/Behavior Designer/Runtime/Variables/SharedVector2.cs @@ -1,5 +1,4 @@ using UnityEngine;
-using System.Collections;
namespace BehaviorDesigner.Runtime
{
diff --git a/Client/Assets/Behavior Designer/Runtime/Variables/SharedVector2.cs.meta b/Client/Assets/Behavior Designer/Runtime/Variables/SharedVector2.cs.meta index 4eb4d791..a6183af3 100644 --- a/Client/Assets/Behavior Designer/Runtime/Variables/SharedVector2.cs.meta +++ b/Client/Assets/Behavior Designer/Runtime/Variables/SharedVector2.cs.meta @@ -1,8 +1,8 @@ -fileFormatVersion: 2
-guid: 2398d4531b638134384482dcac3e850c
-MonoImporter:
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
+fileFormatVersion: 2 +guid: 2398d4531b638134384482dcac3e850c +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Client/Assets/Behavior Designer/Runtime/Variables/SharedVector3.cs b/Client/Assets/Behavior Designer/Runtime/Variables/SharedVector3.cs index 6c7652da..efda6408 100644 --- a/Client/Assets/Behavior Designer/Runtime/Variables/SharedVector3.cs +++ b/Client/Assets/Behavior Designer/Runtime/Variables/SharedVector3.cs @@ -1,5 +1,4 @@ using UnityEngine;
-using System.Collections;
namespace BehaviorDesigner.Runtime
{
diff --git a/Client/Assets/Behavior Designer/Runtime/Variables/SharedVector3.cs.meta b/Client/Assets/Behavior Designer/Runtime/Variables/SharedVector3.cs.meta index 6588f7ac..b6504c74 100644 --- a/Client/Assets/Behavior Designer/Runtime/Variables/SharedVector3.cs.meta +++ b/Client/Assets/Behavior Designer/Runtime/Variables/SharedVector3.cs.meta @@ -1,8 +1,8 @@ -fileFormatVersion: 2
-guid: 2093670c041663d4096c217e7c790683
-MonoImporter:
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
+fileFormatVersion: 2 +guid: 2093670c041663d4096c217e7c790683 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Client/Assets/Behavior Designer/Runtime/Variables/SharedVector4.cs b/Client/Assets/Behavior Designer/Runtime/Variables/SharedVector4.cs index 9d6f0549..971eea3b 100644 --- a/Client/Assets/Behavior Designer/Runtime/Variables/SharedVector4.cs +++ b/Client/Assets/Behavior Designer/Runtime/Variables/SharedVector4.cs @@ -1,5 +1,4 @@ using UnityEngine;
-using System.Collections;
namespace BehaviorDesigner.Runtime
{
diff --git a/Client/Assets/Behavior Designer/Runtime/Variables/SharedVector4.cs.meta b/Client/Assets/Behavior Designer/Runtime/Variables/SharedVector4.cs.meta index b42454b1..588e5b17 100644 --- a/Client/Assets/Behavior Designer/Runtime/Variables/SharedVector4.cs.meta +++ b/Client/Assets/Behavior Designer/Runtime/Variables/SharedVector4.cs.meta @@ -1,8 +1,8 @@ -fileFormatVersion: 2
-guid: e12e4a2550a6e5f4aa39fdd59126ed66
-MonoImporter:
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
+fileFormatVersion: 2 +guid: e12e4a2550a6e5f4aa39fdd59126ed66 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: |