├── Tools
├── cwRsync
│ ├── Config
│ │ ├── rsync.secrets
│ │ ├── rsyncd.secrets
│ │ ├── readme.txt
│ │ ├── exclude.txt
│ │ └── rsyncd.conf
│ ├── cygz.dll
│ ├── ssh.exe
│ ├── cygwin1.dll
│ ├── rsync.exe
│ ├── cygssp-0.dll
│ ├── cyggcc_s-1.dll
│ ├── cygiconv-2.dll
│ ├── ssh-keygen.exe
│ └── cygcrypto-1.0.0.dll
└── Config
│ └── .tmux.conf
├── README
├── Unity
├── Assets
│ ├── ILRuntime
│ │ ├── Mono.Cecil.20
│ │ │ ├── MonoCecil
│ │ │ │ ├── Mono.Cecil.PE
│ │ │ │ │ ├── TextMap.cs
│ │ │ │ │ └── ImageWriter.cs
│ │ │ │ ├── Mono.Security.Cryptography
│ │ │ │ │ └── CryptoConvert.cs
│ │ │ │ ├── Mono.meta
│ │ │ │ ├── Mono.Cecil.Cil.meta
│ │ │ │ ├── Mono.Cecil.PE.meta
│ │ │ │ ├── Mono.Cecil.meta
│ │ │ │ └── Mono.Cecil.Metadata.meta
│ │ │ └── MonoCecil.meta
│ │ ├── Mono.Cecil.Pdb
│ │ │ ├── pdb
│ │ │ │ ├── Mono.Cecil.Pdb
│ │ │ │ │ └── ModuleMetadata.cs
│ │ │ │ ├── Mono.Cecil.Pdb.meta
│ │ │ │ └── Microsoft.Cci.Pdb.meta
│ │ │ └── pdb.meta
│ │ ├── ILRuntime.meta
│ │ ├── ILRuntime
│ │ │ ├── CLR.meta
│ │ │ ├── Other.meta
│ │ │ ├── Runtime.meta
│ │ │ ├── CLR
│ │ │ │ ├── Method.meta
│ │ │ │ ├── Utils.meta
│ │ │ │ └── TypeSystem.meta
│ │ │ ├── Reflection.meta
│ │ │ └── Runtime
│ │ │ │ ├── Stack.meta
│ │ │ │ ├── Adaptors.meta
│ │ │ │ ├── CLRBinding.meta
│ │ │ │ ├── Debugger.meta
│ │ │ │ ├── Enviorment.meta
│ │ │ │ ├── Intepreter.meta
│ │ │ │ ├── Debugger
│ │ │ │ ├── Protocol.meta
│ │ │ │ └── DebuggerServer.meta
│ │ │ │ └── Intepreter
│ │ │ │ └── OpCodes.meta
│ │ ├── Mono.Cecil.20.meta
│ │ ├── Mono.Cecil.Mdb.meta
│ │ ├── Mono.Cecil.Mdb
│ │ │ ├── mdb.meta
│ │ │ └── mdb
│ │ │ │ ├── Mono.CompilerServices.SymbolWriter
│ │ │ │ ├── ISourceFile.cs
│ │ │ │ └── ICompileUnit.cs
│ │ │ │ └── Mono.Cecil.Mdb.meta
│ │ └── Mono.Cecil.Pdb.meta
│ ├── Plugins
│ │ ├── iOS
│ │ │ ├── libENet.a
│ │ │ └── ShareSDKUnity3DBridge.h
│ │ ├── x86
│ │ │ └── ENet.dll
│ │ ├── x86_64
│ │ │ └── ENet.dll
│ │ ├── Android
│ │ │ ├── libs
│ │ │ │ ├── x86
│ │ │ │ │ └── libENet.so
│ │ │ │ ├── armeabi-v7a
│ │ │ │ │ └── libENet.so
│ │ │ │ ├── x86.meta
│ │ │ │ └── armeabi-v7a.meta
│ │ │ ├── ShareSDK
│ │ │ │ ├── libs
│ │ │ │ │ ├── SSDKU3D.jar
│ │ │ │ │ ├── DemoCallback.jar
│ │ │ │ │ ├── OneKeyShare.jar
│ │ │ │ │ ├── ShareSDK-QQ-2.8.0.jar
│ │ │ │ │ ├── ShareSDK-Core-2.8.0.jar
│ │ │ │ │ ├── ShareSDK-Email-2.8.0.jar
│ │ │ │ │ ├── ShareSDK-Line-2.8.0.jar
│ │ │ │ │ ├── ShareSDK-QZone-2.8.0.jar
│ │ │ │ │ ├── ShareSDK-Yixin-2.8.0.jar
│ │ │ │ │ ├── MobTools-2016.1222.1756.jar
│ │ │ │ │ ├── ShareSDK-Alipay-2.8.0.jar
│ │ │ │ │ ├── ShareSDK-Douban-2.8.0.jar
│ │ │ │ │ ├── ShareSDK-Dropbox-2.8.0.jar
│ │ │ │ │ ├── ShareSDK-Evernote-2.8.0.jar
│ │ │ │ │ ├── ShareSDK-Facebook-2.8.0.jar
│ │ │ │ │ ├── ShareSDK-Flickr-2.8.0.jar
│ │ │ │ │ ├── ShareSDK-KaiXin-2.8.0.jar
│ │ │ │ │ ├── ShareSDK-Linkedin-2.8.0.jar
│ │ │ │ │ ├── ShareSDK-Mingdao-2.8.0.jar
│ │ │ │ │ ├── ShareSDK-Pocket-2.8.0.jar
│ │ │ │ │ ├── ShareSDK-Renren-2.8.0.jar
│ │ │ │ │ ├── ShareSDK-Tumblr-2.8.0.jar
│ │ │ │ │ ├── ShareSDK-Twitter-2.8.0.jar
│ │ │ │ │ ├── ShareSDK-Wechat-2.8.0.jar
│ │ │ │ │ ├── ShareSDK-WhatsApp-2.8.0.jar
│ │ │ │ │ ├── ShareSDK-YouDao-2.8.0.jar
│ │ │ │ │ ├── MobCommons-2016.1222.1756.jar
│ │ │ │ │ ├── ShareSDK-Foursquare-2.8.0.jar
│ │ │ │ │ ├── ShareSDK-GooglePlus-2.8.0.jar
│ │ │ │ │ ├── ShareSDK-Instagram-2.8.0.jar
│ │ │ │ │ ├── ShareSDK-Instapaper-2.8.0.jar
│ │ │ │ │ ├── ShareSDK-Kakao-Core-2.8.0.jar
│ │ │ │ │ ├── ShareSDK-KakaoStory-2.8.0.jar
│ │ │ │ │ ├── ShareSDK-KakaoTalk-2.8.0.jar
│ │ │ │ │ ├── ShareSDK-Pinterest-2.8.0.jar
│ │ │ │ │ ├── ShareSDK-SinaWeibo-2.8.0.jar
│ │ │ │ │ ├── ShareSDK-VKontakte-2.8.0.jar
│ │ │ │ │ ├── ShareSDK-Yixin-Core-2.8.0.jar
│ │ │ │ │ ├── ShareSDK-Alipay-Core-2.8.0.jar
│ │ │ │ │ ├── ShareSDK-ShortMessage-2.8.0.jar
│ │ │ │ │ ├── ShareSDK-TencentWeibo-2.8.0.jar
│ │ │ │ │ ├── ShareSDK-Wechat-Core-2.8.0.jar
│ │ │ │ │ ├── ShareSDK-Yixin-Moments-2.8.0.jar
│ │ │ │ │ ├── ShareSDK-Alipay-Moments-2.8.0.jar
│ │ │ │ │ ├── ShareSDK-Wechat-Favorite-2.8.0.jar
│ │ │ │ │ ├── ShareSDK-Wechat-Moments-2.8.0.jar
│ │ │ │ │ ├── ShareSDK-FacebookMessenger-2.8.0.jar
│ │ │ │ │ ├── SSDKU3D.jar.meta
│ │ │ │ │ ├── DemoCallback.jar.meta
│ │ │ │ │ ├── OneKeyShare.jar.meta
│ │ │ │ │ ├── ShareSDK-Core-2.8.0.jar.meta
│ │ │ │ │ ├── ShareSDK-Line-2.8.0.jar.meta
│ │ │ │ │ ├── ShareSDK-QQ-2.8.0.jar.meta
│ │ │ │ │ ├── MobTools-2016.1222.1756.jar.meta
│ │ │ │ │ ├── ShareSDK-Alipay-2.8.0.jar.meta
│ │ │ │ │ ├── ShareSDK-Douban-2.8.0.jar.meta
│ │ │ │ │ ├── ShareSDK-Dropbox-2.8.0.jar.meta
│ │ │ │ │ ├── ShareSDK-Email-2.8.0.jar.meta
│ │ │ │ │ ├── ShareSDK-Evernote-2.8.0.jar.meta
│ │ │ │ │ ├── ShareSDK-Facebook-2.8.0.jar.meta
│ │ │ │ │ ├── ShareSDK-Flickr-2.8.0.jar.meta
│ │ │ │ │ ├── ShareSDK-Instagram-2.8.0.jar.meta
│ │ │ │ │ ├── ShareSDK-KaiXin-2.8.0.jar.meta
│ │ │ │ │ ├── ShareSDK-KakaoTalk-2.8.0.jar.meta
│ │ │ │ │ ├── ShareSDK-Linkedin-2.8.0.jar.meta
│ │ │ │ │ ├── ShareSDK-Mingdao-2.8.0.jar.meta
│ │ │ │ │ ├── ShareSDK-Pinterest-2.8.0.jar.meta
│ │ │ │ │ ├── ShareSDK-Pocket-2.8.0.jar.meta
│ │ │ │ │ ├── ShareSDK-QZone-2.8.0.jar.meta
│ │ │ │ │ ├── ShareSDK-Renren-2.8.0.jar.meta
│ │ │ │ │ ├── ShareSDK-SinaWeibo-2.8.0.jar.meta
│ │ │ │ │ ├── ShareSDK-Tumblr-2.8.0.jar.meta
│ │ │ │ │ ├── ShareSDK-Twitter-2.8.0.jar.meta
│ │ │ │ │ ├── ShareSDK-VKontakte-2.8.0.jar.meta
│ │ │ │ │ ├── ShareSDK-Wechat-2.8.0.jar.meta
│ │ │ │ │ ├── ShareSDK-WhatsApp-2.8.0.jar.meta
│ │ │ │ │ ├── ShareSDK-Yixin-2.8.0.jar.meta
│ │ │ │ │ ├── ShareSDK-YouDao-2.8.0.jar.meta
│ │ │ │ │ ├── MobCommons-2016.1222.1756.jar.meta
│ │ │ │ │ ├── ShareSDK-Alipay-Core-2.8.0.jar.meta
│ │ │ │ │ ├── ShareSDK-Alipay-Moments-2.8.0.jar.meta
│ │ │ │ │ ├── ShareSDK-Foursquare-2.8.0.jar.meta
│ │ │ │ │ ├── ShareSDK-GooglePlus-2.8.0.jar.meta
│ │ │ │ │ ├── ShareSDK-Instapaper-2.8.0.jar.meta
│ │ │ │ │ ├── ShareSDK-Kakao-Core-2.8.0.jar.meta
│ │ │ │ │ ├── ShareSDK-KakaoStory-2.8.0.jar.meta
│ │ │ │ │ ├── ShareSDK-ShortMessage-2.8.0.jar.meta
│ │ │ │ │ ├── ShareSDK-TencentWeibo-2.8.0.jar.meta
│ │ │ │ │ ├── ShareSDK-Wechat-Core-2.8.0.jar.meta
│ │ │ │ │ ├── ShareSDK-Wechat-Moments-2.8.0.jar.meta
│ │ │ │ │ ├── ShareSDK-Yixin-Core-2.8.0.jar.meta
│ │ │ │ │ ├── ShareSDK-Yixin-Moments-2.8.0.jar.meta
│ │ │ │ │ ├── ShareSDK-FacebookMessenger-2.8.0.jar.meta
│ │ │ │ │ └── ShareSDK-Wechat-Favorite-2.8.0.jar.meta
│ │ │ │ ├── res
│ │ │ │ │ ├── drawable-xhdpi
│ │ │ │ │ │ ├── ssdk_logo.png
│ │ │ │ │ │ ├── ssdk_back_arr.png
│ │ │ │ │ │ ├── ssdk_title_div.png
│ │ │ │ │ │ ├── ssdk_oks_classic_qq.png
│ │ │ │ │ │ ├── ssdk_auth_title_back.png
│ │ │ │ │ │ ├── ssdk_oks_classic_line.png
│ │ │ │ │ │ ├── ssdk_oks_classic_alipay.png
│ │ │ │ │ │ ├── ssdk_oks_classic_douban.png
│ │ │ │ │ │ ├── ssdk_oks_classic_dropbox.png
│ │ │ │ │ │ ├── ssdk_oks_classic_email.png
│ │ │ │ │ │ ├── ssdk_oks_classic_flickr.png
│ │ │ │ │ │ ├── ssdk_oks_classic_kaixin.png
│ │ │ │ │ │ ├── ssdk_oks_classic_laiwang.png
│ │ │ │ │ │ ├── ssdk_oks_classic_mingdao.png
│ │ │ │ │ │ ├── ssdk_oks_classic_pocket.png
│ │ │ │ │ │ ├── ssdk_oks_classic_qzone.png
│ │ │ │ │ │ ├── ssdk_oks_classic_renren.png
│ │ │ │ │ │ ├── ssdk_oks_classic_tumblr.png
│ │ │ │ │ │ ├── ssdk_oks_classic_twitter.png
│ │ │ │ │ │ ├── ssdk_oks_classic_wechat.png
│ │ │ │ │ │ ├── ssdk_oks_classic_yixin.png
│ │ │ │ │ │ ├── ssdk_oks_classic_youdao.png
│ │ │ │ │ │ ├── ssdk_oks_classic_bluetooth.png
│ │ │ │ │ │ ├── ssdk_oks_classic_evernote.png
│ │ │ │ │ │ ├── ssdk_oks_classic_facebook.png
│ │ │ │ │ │ ├── ssdk_oks_classic_instagram.png
│ │ │ │ │ │ ├── ssdk_oks_classic_kakaotalk.png
│ │ │ │ │ │ ├── ssdk_oks_classic_linkedin.png
│ │ │ │ │ │ ├── ssdk_oks_classic_pinterest.png
│ │ │ │ │ │ ├── ssdk_oks_classic_sinaweibo.png
│ │ │ │ │ │ ├── ssdk_oks_classic_vkontakte.png
│ │ │ │ │ │ ├── ssdk_oks_classic_whatsapp.png
│ │ │ │ │ │ ├── ssdk_oks_classic_foursquare.png
│ │ │ │ │ │ ├── ssdk_oks_classic_googleplus.png
│ │ │ │ │ │ ├── ssdk_oks_classic_instapaper.png
│ │ │ │ │ │ ├── ssdk_oks_classic_kakaostory.png
│ │ │ │ │ │ ├── ssdk_oks_classic_shortmessage.png
│ │ │ │ │ │ ├── ssdk_oks_classic_tencentweibo.png
│ │ │ │ │ │ ├── ssdk_oks_classic_yixinmoments.png
│ │ │ │ │ │ ├── ssdk_oks_classic_alipaymoments.png
│ │ │ │ │ │ ├── ssdk_oks_classic_check_checked.png
│ │ │ │ │ │ ├── ssdk_oks_classic_check_default.png
│ │ │ │ │ │ ├── ssdk_oks_classic_laiwangmoments.png
│ │ │ │ │ │ ├── ssdk_oks_classic_wechatfavorite.png
│ │ │ │ │ │ ├── ssdk_oks_classic_wechatmoments.png
│ │ │ │ │ │ ├── ssdk_oks_classic_facebookmessenger.png
│ │ │ │ │ │ └── ssdk_oks_classic_alipaymoments.png.meta
│ │ │ │ │ ├── drawable-hdpi
│ │ │ │ │ │ └── ssdk_oks_ptr_ptr.png
│ │ │ │ │ ├── drawable.meta
│ │ │ │ │ ├── values.meta
│ │ │ │ │ ├── drawable-hdpi.meta
│ │ │ │ │ ├── values-en.meta
│ │ │ │ │ ├── drawable-xhdpi.meta
│ │ │ │ │ ├── values-en
│ │ │ │ │ │ ├── ssdk_strings.xml.meta
│ │ │ │ │ │ └── ssdk_oks_strings.xml.meta
│ │ │ │ │ ├── values
│ │ │ │ │ │ ├── ssdk_strings.xml.meta
│ │ │ │ │ │ ├── ssdk_oks_strings.xml.meta
│ │ │ │ │ │ ├── ssdk_instapaper_strings.xml.meta
│ │ │ │ │ │ └── ssdk_oks_color_drawables.xml.meta
│ │ │ │ │ └── drawable
│ │ │ │ │ │ ├── ssdk_oks_classic_progressbar.xml.meta
│ │ │ │ │ │ └── ssdk_oks_classic_platform_cell_back.xml.meta
│ │ │ │ ├── project.properties.meta
│ │ │ │ ├── AndroidManifest.xml.meta
│ │ │ │ ├── libs.meta
│ │ │ │ └── res.meta
│ │ │ └── libs.meta
│ │ ├── ICSharpCode.SharpZipLib.dll
│ │ ├── protobuf-net
│ │ │ ├── GlobalSuppressions.cs
│ │ │ ├── Serializers
│ │ │ │ └── ISerializerProxy.cs
│ │ │ ├── Meta.meta
│ │ │ ├── Compiler.meta
│ │ │ ├── Properties.meta
│ │ │ ├── Serializers.meta
│ │ │ ├── ServiceModel.meta
│ │ │ └── Compiler
│ │ │ │ └── CompilerDelegates.cs
│ │ ├── Base
│ │ │ ├── LogType.cs
│ │ │ ├── Helper
│ │ │ │ └── ArrayHelper.cs
│ │ │ ├── Helper.meta
│ │ │ ├── Network.meta
│ │ │ └── Network
│ │ │ │ ├── TNet.meta
│ │ │ │ └── UNet.meta
│ │ ├── MongoDB
│ │ │ ├── MongoDB.Bson.meta
│ │ │ ├── MongoDB.Bson
│ │ │ │ ├── MongoDB.Bson.csproj.meta
│ │ │ │ ├── IO.meta
│ │ │ │ ├── Exceptions.meta
│ │ │ │ ├── ObjectModel.meta
│ │ │ │ ├── Serialization.meta
│ │ │ │ ├── Serialization
│ │ │ │ │ ├── Attributes.meta
│ │ │ │ │ ├── Options.meta
│ │ │ │ │ ├── Conventions.meta
│ │ │ │ │ ├── IdGenerators.meta
│ │ │ │ │ ├── Serializers.meta
│ │ │ │ │ ├── Conventions
│ │ │ │ │ │ ├── Obsolete.meta
│ │ │ │ │ │ ├── IConvention.cs.meta
│ │ │ │ │ │ ├── ConventionBase.cs.meta
│ │ │ │ │ │ ├── ConventionPack.cs.meta
│ │ │ │ │ │ ├── ConventionRunner.cs.meta
│ │ │ │ │ │ ├── IConventionPack.cs.meta
│ │ │ │ │ │ ├── ConventionRegistry.cs.meta
│ │ │ │ │ │ ├── DefaultConventionPack.cs.meta
│ │ │ │ │ │ ├── IClassMapConvention.cs.meta
│ │ │ │ │ │ ├── ICreatorMapConvention.cs.meta
│ │ │ │ │ │ ├── IMemberMapConvention.cs.meta
│ │ │ │ │ │ ├── IgnoreIfNullConvention.cs.meta
│ │ │ │ │ │ └── NoIdMemberConvention.cs.meta
│ │ │ │ │ ├── BsonClassMap.cs.meta
│ │ │ │ │ ├── BsonCreatorMap.cs.meta
│ │ │ │ │ ├── BsonMemberMap.cs.meta
│ │ │ │ │ ├── BsonSerializer.cs.meta
│ │ │ │ │ ├── IIdGenerator.cs.meta
│ │ │ │ │ ├── ExpressionVisitor.cs.meta
│ │ │ │ │ ├── IBsonIdProvider.cs.meta
│ │ │ │ │ ├── IBsonSerializable.cs.meta
│ │ │ │ │ ├── IBsonSerializer.cs.meta
│ │ │ │ │ ├── ICreatorSelector.cs.meta
│ │ │ │ │ ├── BsonDocumentBackedClass.cs.meta
│ │ │ │ │ ├── BsonSerializationInfo.cs.meta
│ │ │ │ │ ├── IBsonArraySerializer.cs.meta
│ │ │ │ │ ├── IBsonDocumentSerializer.cs.meta
│ │ │ │ │ ├── Options
│ │ │ │ │ │ ├── TimeSpanUnits.cs.meta
│ │ │ │ │ │ └── ArraySerializationOptions.cs.meta
│ │ │ │ │ ├── TypeNameDiscriminator.cs.meta
│ │ │ │ │ ├── Attributes
│ │ │ │ │ │ ├── BsonIdAttribute.cs.meta
│ │ │ │ │ │ ├── BsonNoIdAttribute.cs.meta
│ │ │ │ │ │ ├── BsonElementAttribute.cs.meta
│ │ │ │ │ │ ├── BsonIgnoreAttribute.cs.meta
│ │ │ │ │ │ ├── BsonKnownTypesAttribute.cs.meta
│ │ │ │ │ │ ├── BsonRequiredAttribute.cs.meta
│ │ │ │ │ │ ├── BsonSerializerAttribute.cs.meta
│ │ │ │ │ │ ├── IBsonClassMapAttribute.cs.meta
│ │ │ │ │ │ ├── IBsonClassMapModifier.cs.meta
│ │ │ │ │ │ ├── IBsonMemberMapAttribute.cs.meta
│ │ │ │ │ │ └── IBsonMemberMapModifier.cs.meta
│ │ │ │ │ ├── CreatorMapDelegateCompiler.cs.meta
│ │ │ │ │ ├── IBsonSerializationOptions.cs.meta
│ │ │ │ │ ├── IBsonSerializationProvider.cs.meta
│ │ │ │ │ ├── IdGenerators
│ │ │ │ │ │ ├── GuidGenerator.cs.meta
│ │ │ │ │ │ ├── NullIdChecker.cs.meta
│ │ │ │ │ │ ├── ZeroIdChecker.cs.meta
│ │ │ │ │ │ ├── BsonObjectIdGenerator.cs.meta
│ │ │ │ │ │ ├── CombGuidGenerator.cs.meta
│ │ │ │ │ │ └── ObjectIdGenerator.cs.meta
│ │ │ │ │ ├── MostArgumentsCreatorSelector.cs.meta
│ │ │ │ │ ├── Serializers
│ │ │ │ │ │ ├── ArraySerializer.cs.meta
│ │ │ │ │ │ ├── BooleanSerializer.cs.meta
│ │ │ │ │ │ ├── ByteSerializer.cs.meta
│ │ │ │ │ │ ├── CharSerializer.cs.meta
│ │ │ │ │ │ ├── DecimalSerializer.cs.meta
│ │ │ │ │ │ ├── DoubleSerializer.cs.meta
│ │ │ │ │ │ ├── EnumSerializer.cs.meta
│ │ │ │ │ │ ├── GuidSerializer.cs.meta
│ │ │ │ │ │ ├── Int16Serializer.cs.meta
│ │ │ │ │ │ ├── Int32Serializer.cs.meta
│ │ │ │ │ │ ├── Int64Serializer.cs.meta
│ │ │ │ │ │ ├── ObjectSerializer.cs.meta
│ │ │ │ │ │ ├── QueueSerializer.cs.meta
│ │ │ │ │ │ ├── SByteSerializer.cs.meta
│ │ │ │ │ │ ├── SingleSerializer.cs.meta
│ │ │ │ │ │ ├── StackSerializer.cs.meta
│ │ │ │ │ │ ├── StringSerializer.cs.meta
│ │ │ │ │ │ ├── UInt16Serializer.cs.meta
│ │ │ │ │ │ ├── UInt32Serializer.cs.meta
│ │ │ │ │ │ ├── UInt64Serializer.cs.meta
│ │ │ │ │ │ ├── UriSerializer.cs.meta
│ │ │ │ │ │ ├── VersionSerializer.cs.meta
│ │ │ │ │ │ ├── BitArraySerializer.cs.meta
│ │ │ │ │ │ ├── BsonArraySerializer.cs.meta
│ │ │ │ │ │ ├── BsonBaseSerializer.cs.meta
│ │ │ │ │ │ ├── BsonBooleanSerializer.cs.meta
│ │ │ │ │ │ ├── BsonClassMapSerializer.cs.meta
│ │ │ │ │ │ ├── BsonDateTimeSerializer.cs.meta
│ │ │ │ │ │ ├── BsonDocumentSerializer.cs.meta
│ │ │ │ │ │ └── BsonDoubleSerializer.cs.meta
│ │ │ │ │ ├── BsonClassMapSerializationProvider.cs.meta
│ │ │ │ │ └── BsonDefaultSerializationProvider.cs.meta
│ │ │ │ ├── BsonConstants.cs.meta
│ │ │ │ ├── BsonDefaults.cs.meta
│ │ │ │ ├── BsonUtils.cs.meta
│ │ │ │ ├── IO
│ │ │ │ │ ├── BsonBuffer.cs.meta
│ │ │ │ │ ├── BsonChunk.cs.meta
│ │ │ │ │ ├── BsonReader.cs.meta
│ │ │ │ │ ├── BsonTrie.cs.meta
│ │ │ │ │ ├── BsonWriter.cs.meta
│ │ │ │ │ ├── JsonBuffer.cs.meta
│ │ │ │ │ ├── JsonReader.cs.meta
│ │ │ │ │ ├── JsonToken.cs.meta
│ │ │ │ │ ├── JsonWriter.cs.meta
│ │ │ │ │ ├── BsonChunkPool.cs.meta
│ │ │ │ │ ├── BsonReaderState.cs.meta
│ │ │ │ │ ├── BsonWriterState.cs.meta
│ │ │ │ │ ├── ByteArrayBuffer.cs.meta
│ │ │ │ │ ├── ContextType.cs.meta
│ │ │ │ │ ├── IByteBuffer.cs.meta
│ │ │ │ │ ├── JsonOutputMode.cs.meta
│ │ │ │ │ ├── JsonScanner.cs.meta
│ │ │ │ │ ├── BsonBinaryReader.cs.meta
│ │ │ │ │ ├── BsonBinaryWriter.cs.meta
│ │ │ │ │ ├── BsonDocumentReader.cs.meta
│ │ │ │ │ ├── BsonDocumentWriter.cs.meta
│ │ │ │ │ ├── BsonReaderBookmark.cs.meta
│ │ │ │ │ ├── BsonReaderSettings.cs.meta
│ │ │ │ │ ├── BsonWriterSettings.cs.meta
│ │ │ │ │ ├── ByteBufferFactory.cs.meta
│ │ │ │ │ ├── JsonReaderBookmark.cs.meta
│ │ │ │ │ ├── JsonReaderContext.cs.meta
│ │ │ │ │ ├── JsonReaderSettings.cs.meta
│ │ │ │ │ ├── JsonWriterContext.cs.meta
│ │ │ │ │ ├── JsonWriterSettings.cs.meta
│ │ │ │ │ ├── MultiChunkBuffer.cs.meta
│ │ │ │ │ ├── SingleChunkBuffer.cs.meta
│ │ │ │ │ ├── BsonBinaryReaderBookmark.cs.meta
│ │ │ │ │ ├── BsonBinaryReaderContext.cs.meta
│ │ │ │ │ ├── BsonBinaryReaderSettings.cs.meta
│ │ │ │ │ ├── BsonBinaryWriterContext.cs.meta
│ │ │ │ │ ├── BsonBinaryWriterSettings.cs.meta
│ │ │ │ │ ├── BsonDocumentReaderContext.cs.meta
│ │ │ │ │ ├── BsonDocumentWriterContext.cs.meta
│ │ │ │ │ ├── BsonDocumentReaderBookmark.cs.meta
│ │ │ │ │ ├── BsonDocumentReaderSettings.cs.meta
│ │ │ │ │ └── BsonDocumentWriterSettings.cs.meta
│ │ │ │ ├── BsonExtensionMethods.cs.meta
│ │ │ │ ├── ObjectModel
│ │ │ │ │ ├── BsonArray.cs.meta
│ │ │ │ │ ├── BsonBoolean.cs.meta
│ │ │ │ │ ├── BsonDouble.cs.meta
│ │ │ │ │ ├── BsonElement.cs.meta
│ │ │ │ │ ├── BsonInt32.cs.meta
│ │ │ │ │ ├── BsonInt64.cs.meta
│ │ │ │ │ ├── BsonMaxKey.cs.meta
│ │ │ │ │ ├── BsonMinKey.cs.meta
│ │ │ │ │ ├── BsonNull.cs.meta
│ │ │ │ │ ├── BsonString.cs.meta
│ │ │ │ │ ├── BsonSymbol.cs.meta
│ │ │ │ │ ├── BsonType.cs.meta
│ │ │ │ │ ├── BsonValue.cs.meta
│ │ │ │ │ ├── ObjectId.cs.meta
│ │ │ │ │ ├── BsonBinaryData.cs.meta
│ │ │ │ │ ├── BsonDateTime.cs.meta
│ │ │ │ │ ├── BsonDocument.cs.meta
│ │ │ │ │ ├── BsonJavaScript.cs.meta
│ │ │ │ │ ├── BsonObjectId.cs.meta
│ │ │ │ │ ├── BsonSymbolTable.cs.meta
│ │ │ │ │ ├── BsonTimestamp.cs.meta
│ │ │ │ │ ├── BsonTypeMapper.cs.meta
│ │ │ │ │ ├── BsonUndefined.cs.meta
│ │ │ │ │ ├── GuidConverter.cs.meta
│ │ │ │ │ ├── LazyBsonArray.cs.meta
│ │ │ │ │ ├── LazyBsonDocument.cs.meta
│ │ │ │ │ ├── RawBsonArray.cs.meta
│ │ │ │ │ ├── RawBsonDocument.cs.meta
│ │ │ │ │ ├── BsonBinarySubType.cs.meta
│ │ │ │ │ ├── BsonDocumentWrapper.cs.meta
│ │ │ │ │ ├── BsonRegularExpression.cs.meta
│ │ │ │ │ ├── BsonTypeMapperOptions.cs.meta
│ │ │ │ │ ├── GuidRepresentation.cs.meta
│ │ │ │ │ ├── ICustomBsonTypeMapper.cs.meta
│ │ │ │ │ ├── BsonJavaScriptWithScope.cs.meta
│ │ │ │ │ ├── IConvertibleToBsonDocument.cs.meta
│ │ │ │ │ ├── MaterializedOnDemandBsonArray.cs.meta
│ │ │ │ │ └── MaterializedOnDemandBsonDocument.cs.meta
│ │ │ │ └── Exceptions
│ │ │ │ │ ├── BsonException.cs.meta
│ │ │ │ │ ├── BsonInternalException.cs.meta
│ │ │ │ │ ├── TruncationException.cs.meta
│ │ │ │ │ └── BsonSerializationException.cs.meta
│ │ │ ├── MongoDB.Shared.meta
│ │ │ ├── MongoDB.Shared
│ │ │ │ ├── Hasher.cs.meta
│ │ │ │ ├── CanonicalDisposableClass.cs.meta
│ │ │ │ ├── CanonicalDisposableStruct.cs.meta
│ │ │ │ ├── CanonicalEquatableClass.cs.meta
│ │ │ │ ├── CanonicalEquatableStruct.cs.meta
│ │ │ │ ├── CanonicalDisposableDerivedClass.cs.meta
│ │ │ │ └── CanonicalEquatableDerivedClass.cs.meta
│ │ │ └── ReaderWriterLockExtension.cs.meta
│ │ ├── iOS.meta
│ │ ├── Android.meta
│ │ ├── ShareSDK.meta
│ │ ├── ShareSDK
│ │ │ ├── iOS.meta
│ │ │ └── Android.meta
│ │ ├── Base.meta
│ │ ├── x86.meta
│ │ ├── MongoDB.meta
│ │ ├── x86_64.meta
│ │ └── protobuf-net.meta
│ ├── Res
│ │ ├── UI
│ │ │ ├── Lobby
│ │ │ │ ├── cz1.png
│ │ │ │ ├── dt_bg.jpg
│ │ │ │ ├── dtjb.png
│ │ │ │ ├── dtsz.png
│ │ │ │ ├── 效果图.jpg
│ │ │ │ ├── dtretun.png
│ │ │ │ ├── dt_more_bn.png
│ │ │ │ ├── dt_rank1_1.png
│ │ │ │ ├── dt_rank2_1.png
│ │ │ │ ├── top_kefu.png
│ │ │ │ ├── top_mail.png
│ │ │ │ ├── touxiang.png
│ │ │ │ ├── yxtx (4).png
│ │ │ │ ├── dttouxiangbg.png
│ │ │ │ └── top_setting.png
│ │ │ ├── Lobby大厅特效.prefab.meta
│ │ │ └── Lobby.meta
│ │ ├── Code
│ │ │ ├── Hotfix.dll.bytes
│ │ │ ├── Hotfix.pdb.bytes
│ │ │ ├── Hotfix.dll.mdb.bytes
│ │ │ ├── Hotfix.dll.bytes.meta
│ │ │ ├── Hotfix.pdb.bytes.meta
│ │ │ └── Hotfix.dll.mdb.bytes.meta
│ │ ├── BT
│ │ │ └── BT_大厅UI创建时执行行为树.prefab.meta
│ │ ├── BT.meta
│ │ ├── Code.meta
│ │ └── UI.meta
│ ├── Editor
│ │ ├── BehaviorTreeEditor
│ │ │ ├── Pic
│ │ │ │ ├── Bg.png
│ │ │ │ ├── red.png
│ │ │ │ ├── Error.png
│ │ │ │ ├── False.png
│ │ │ │ ├── True.png
│ │ │ │ ├── blue.png
│ │ │ │ ├── green.png
│ │ │ │ ├── pink.png
│ │ │ │ ├── BgLine.png
│ │ │ │ ├── DragIcon.png
│ │ │ │ ├── Execute.png
│ │ │ │ ├── default.png
│ │ │ │ ├── orange.png
│ │ │ │ ├── purple.png
│ │ │ │ ├── yellow.png
│ │ │ │ ├── HighLight.png
│ │ │ │ ├── ShiftIcon.png
│ │ │ │ ├── LeftConnect.png
│ │ │ │ ├── RightConnect.png
│ │ │ │ └── SelectHighLight.png
│ │ │ ├── Event.meta
│ │ │ ├── Pic.meta
│ │ │ └── Component.meta
│ │ ├── ShareSDK For Unity3D支持一键打包功能须知.docx
│ │ ├── SDKPorter
│ │ │ ├── XCodeEditor
│ │ │ │ ├── ICSharpCode.SharpZipLib.dll
│ │ │ │ ├── LICENSE.meta
│ │ │ │ ├── Readme.mdown.meta
│ │ │ │ └── XCTarget.cs
│ │ │ ├── ShareSDK.projmods.meta
│ │ │ └── XCodeEditor.meta
│ │ ├── ShareSDK For Unity3D支持一键打包功能须知.docx.meta
│ │ ├── RsyncEditor.meta
│ │ ├── SDKPorter.meta
│ │ ├── ILRuntimeEditor.meta
│ │ ├── BehaviorTreeEditor.meta
│ │ ├── ServerManagerEditor.meta
│ │ ├── ObjectManagerToolsEditor.meta
│ │ ├── ReferenceCollectorEditor.meta
│ │ └── ServerCommandLineEditor.meta
│ ├── Plugins.meta
│ ├── Scenes.meta
│ ├── Scripts.meta
│ ├── Resources.meta
│ ├── Scripts
│ │ ├── Entity
│ │ │ ├── Message
│ │ │ │ ├── InnerMessage.cs
│ │ │ │ └── OuterMessage.cs
│ │ │ ├── Config.meta
│ │ │ └── Message.meta
│ │ ├── Other
│ │ │ ├── IUIFactory.cs
│ │ │ ├── UIType.cs
│ │ │ ├── ILAdapterAttribute.cs
│ │ │ └── ILBindingAttribute.cs
│ │ ├── UIConfig.cs
│ │ ├── Event
│ │ │ ├── EnvKey.cs
│ │ │ └── EventAttribute.cs
│ │ ├── Component
│ │ │ ├── UI
│ │ │ │ └── UILobbyComponent.cs
│ │ │ ├── Config
│ │ │ │ └── RunServerConfig.cs
│ │ │ ├── UI.meta
│ │ │ └── Config.meta
│ │ ├── Object
│ │ │ └── EntityType.cs
│ │ ├── BehaviorTree
│ │ │ ├── BehaviorTreeType
│ │ │ │ ├── BaseType
│ │ │ │ │ ├── BTIntComponent.cs
│ │ │ │ │ ├── BTBoolComponent.cs
│ │ │ │ │ ├── BTFloatComponent.cs
│ │ │ │ │ ├── BTInt64Component.cs
│ │ │ │ │ ├── BTArrayIntComponent.cs
│ │ │ │ │ ├── BTDoubleComponent.cs
│ │ │ │ │ ├── BTStringComponent.cs
│ │ │ │ │ ├── BTArrayInt64Component.cs
│ │ │ │ │ ├── BTArrayDoubleComponent.cs
│ │ │ │ │ ├── BTArrayFloatComponent.cs
│ │ │ │ │ ├── BTArrayStringComponent.cs
│ │ │ │ │ └── BTEnumComponent.cs
│ │ │ │ ├── BTTypeBaseComponent.cs
│ │ │ │ ├── UnityType
│ │ │ │ │ ├── BTShaderComponent.cs
│ │ │ │ │ ├── BTSpriteComponent.cs
│ │ │ │ │ ├── BTTextureComponent.cs
│ │ │ │ │ ├── BTAudioClipComponent.cs
│ │ │ │ │ ├── BTMaterialComponent.cs
│ │ │ │ │ ├── BTTexture2DComponent.cs
│ │ │ │ │ ├── BTTexture3DComponent.cs
│ │ │ │ │ ├── BTArrayShaderComponent.cs
│ │ │ │ │ ├── BTArraySpriteComponent..cs
│ │ │ │ │ ├── BTGameObjectComponent.cs
│ │ │ │ │ ├── BTArrayMaterialComponent.cs
│ │ │ │ │ ├── BTArrayTextureComponent.cs
│ │ │ │ │ ├── BTArrayAudioClipComponent.cs
│ │ │ │ │ ├── BTArrayGameObjectComponent.cs
│ │ │ │ │ ├── BTArrayTexture2DComponent..cs
│ │ │ │ │ └── BTArrayTexture3DComponent..cs
│ │ │ │ ├── BaseType.meta
│ │ │ │ └── UnityType.meta
│ │ │ ├── NodeClassifyType.cs
│ │ │ └── BehaviorTreeType.meta
│ │ ├── Config
│ │ │ └── ICategory.cs
│ │ ├── Message
│ │ │ └── IMHandler.cs
│ │ ├── Event.meta
│ │ ├── Other.meta
│ │ ├── Component.meta
│ │ ├── Config.meta
│ │ ├── Entity.meta
│ │ ├── Helper.meta
│ │ ├── ILAdaptor.meta
│ │ ├── Message.meta
│ │ ├── Object.meta
│ │ ├── BehaviorTree.meta
│ │ ├── ILGenerated.meta
│ │ ├── BehaviorTreeNode.meta
│ │ └── BehaviorTreeNode
│ │ │ └── Root.meta
│ ├── Scenes
│ │ └── Init.unity.meta
│ ├── Resources
│ │ ├── Code.prefab.meta
│ │ └── Config.prefab.meta
│ ├── Res.meta
│ ├── Bundles.meta
│ ├── Editor.meta
│ ├── Bundles
│ │ ├── UI.meta
│ │ └── UI
│ │ │ └── Lobby.prefab.meta
│ └── ILRuntime.meta
└── ProjectSettings
│ ├── ProjectVersion.txt
│ ├── NavMeshLayers.asset
│ ├── ClusterInputManager.asset
│ ├── EditorBuildSettings.asset
│ ├── NetworkManager.asset
│ └── TimeManager.asset
├── CMakeLists.txt
├── Build.sh
├── Server
├── Lib
│ ├── NLog.dll
│ ├── CommandLine.dll
│ ├── MongoDB.Bson.dll
│ ├── protobuf-net.dll
│ └── ICSharpCode.SharpZipLib.dll
├── ThirdParty
│ └── ENet
│ │ └── ENet.vcxproj.user
├── App
│ └── App.config
├── Model
│ └── Message
│ │ └── IMHandler.cs
└── Base
│ └── Logger
│ └── ILog.cs
└── Config
└── StartConfig
└── ClientConfig.txt
/Tools/cwRsync/Config/rsync.secrets:
--------------------------------------------------------------------------------
1 | 1234567890
--------------------------------------------------------------------------------
/Tools/cwRsync/Config/rsyncd.secrets:
--------------------------------------------------------------------------------
1 | tanghai:1234567890
--------------------------------------------------------------------------------
/README:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/README
--------------------------------------------------------------------------------
/Unity/Assets/ILRuntime/Mono.Cecil.20/MonoCecil/Mono.Cecil.PE/TextMap.cs:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/Unity/ProjectSettings/ProjectVersion.txt:
--------------------------------------------------------------------------------
1 | m_EditorVersion: 2017.1.0b8
2 |
--------------------------------------------------------------------------------
/Unity/Assets/ILRuntime/Mono.Cecil.20/MonoCecil/Mono.Cecil.PE/ImageWriter.cs:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/CMakeLists.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/CMakeLists.txt
--------------------------------------------------------------------------------
/Build.sh:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 | xbuild ./Server/Server.sln
3 | cd Bin
4 | cmake ../
5 | make
--------------------------------------------------------------------------------
/Server/Lib/NLog.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Server/Lib/NLog.dll
--------------------------------------------------------------------------------
/Unity/Assets/ILRuntime/Mono.Cecil.20/MonoCecil/Mono.Security.Cryptography/CryptoConvert.cs:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/Tools/cwRsync/cygz.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Tools/cwRsync/cygz.dll
--------------------------------------------------------------------------------
/Tools/cwRsync/ssh.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Tools/cwRsync/ssh.exe
--------------------------------------------------------------------------------
/Tools/cwRsync/cygwin1.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Tools/cwRsync/cygwin1.dll
--------------------------------------------------------------------------------
/Tools/cwRsync/rsync.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Tools/cwRsync/rsync.exe
--------------------------------------------------------------------------------
/Server/Lib/CommandLine.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Server/Lib/CommandLine.dll
--------------------------------------------------------------------------------
/Server/Lib/MongoDB.Bson.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Server/Lib/MongoDB.Bson.dll
--------------------------------------------------------------------------------
/Server/Lib/protobuf-net.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Server/Lib/protobuf-net.dll
--------------------------------------------------------------------------------
/Tools/cwRsync/cygssp-0.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Tools/cwRsync/cygssp-0.dll
--------------------------------------------------------------------------------
/Tools/Config/.tmux.conf:
--------------------------------------------------------------------------------
1 | set -g prefix C-z
2 | unbind-key C-b
3 | bind-key C-z send-prefix
4 | setw -g mode-keys vi
--------------------------------------------------------------------------------
/Tools/cwRsync/cyggcc_s-1.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Tools/cwRsync/cyggcc_s-1.dll
--------------------------------------------------------------------------------
/Tools/cwRsync/cygiconv-2.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Tools/cwRsync/cygiconv-2.dll
--------------------------------------------------------------------------------
/Tools/cwRsync/ssh-keygen.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Tools/cwRsync/ssh-keygen.exe
--------------------------------------------------------------------------------
/Tools/cwRsync/Config/readme.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Tools/cwRsync/Config/readme.txt
--------------------------------------------------------------------------------
/Tools/cwRsync/cygcrypto-1.0.0.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Tools/cwRsync/cygcrypto-1.0.0.dll
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/iOS/libENet.a:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/iOS/libENet.a
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/x86/ENet.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/x86/ENet.dll
--------------------------------------------------------------------------------
/Unity/Assets/Res/UI/Lobby/cz1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Res/UI/Lobby/cz1.png
--------------------------------------------------------------------------------
/Unity/Assets/Res/UI/Lobby/dt_bg.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Res/UI/Lobby/dt_bg.jpg
--------------------------------------------------------------------------------
/Unity/Assets/Res/UI/Lobby/dtjb.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Res/UI/Lobby/dtjb.png
--------------------------------------------------------------------------------
/Unity/Assets/Res/UI/Lobby/dtsz.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Res/UI/Lobby/dtsz.png
--------------------------------------------------------------------------------
/Unity/Assets/Res/UI/Lobby/效果图.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Res/UI/Lobby/效果图.jpg
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/x86_64/ENet.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/x86_64/ENet.dll
--------------------------------------------------------------------------------
/Unity/Assets/Res/UI/Lobby/dtretun.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Res/UI/Lobby/dtretun.png
--------------------------------------------------------------------------------
/Server/Lib/ICSharpCode.SharpZipLib.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Server/Lib/ICSharpCode.SharpZipLib.dll
--------------------------------------------------------------------------------
/Unity/Assets/Res/Code/Hotfix.dll.bytes:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Res/Code/Hotfix.dll.bytes
--------------------------------------------------------------------------------
/Unity/Assets/Res/Code/Hotfix.pdb.bytes:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Res/Code/Hotfix.pdb.bytes
--------------------------------------------------------------------------------
/Unity/Assets/Res/UI/Lobby/dt_more_bn.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Res/UI/Lobby/dt_more_bn.png
--------------------------------------------------------------------------------
/Unity/Assets/Res/UI/Lobby/dt_rank1_1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Res/UI/Lobby/dt_rank1_1.png
--------------------------------------------------------------------------------
/Unity/Assets/Res/UI/Lobby/dt_rank2_1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Res/UI/Lobby/dt_rank2_1.png
--------------------------------------------------------------------------------
/Unity/Assets/Res/UI/Lobby/top_kefu.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Res/UI/Lobby/top_kefu.png
--------------------------------------------------------------------------------
/Unity/Assets/Res/UI/Lobby/top_mail.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Res/UI/Lobby/top_mail.png
--------------------------------------------------------------------------------
/Unity/Assets/Res/UI/Lobby/touxiang.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Res/UI/Lobby/touxiang.png
--------------------------------------------------------------------------------
/Unity/Assets/Res/UI/Lobby/yxtx (4).png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Res/UI/Lobby/yxtx (4).png
--------------------------------------------------------------------------------
/Unity/Assets/Res/Code/Hotfix.dll.mdb.bytes:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Res/Code/Hotfix.dll.mdb.bytes
--------------------------------------------------------------------------------
/Unity/Assets/Res/UI/Lobby/dttouxiangbg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Res/UI/Lobby/dttouxiangbg.png
--------------------------------------------------------------------------------
/Unity/Assets/Res/UI/Lobby/top_setting.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Res/UI/Lobby/top_setting.png
--------------------------------------------------------------------------------
/Unity/ProjectSettings/NavMeshLayers.asset:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/ProjectSettings/NavMeshLayers.asset
--------------------------------------------------------------------------------
/Unity/Assets/Editor/BehaviorTreeEditor/Pic/Bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Editor/BehaviorTreeEditor/Pic/Bg.png
--------------------------------------------------------------------------------
/Unity/Assets/Editor/BehaviorTreeEditor/Pic/red.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Editor/BehaviorTreeEditor/Pic/red.png
--------------------------------------------------------------------------------
/Unity/Assets/Plugins.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 064fc127e21b5c24da06dd305a52cf4a
3 | folderAsset: yes
4 | DefaultImporter:
5 | userData:
6 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/libs/x86/libENet.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/libs/x86/libENet.so
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/ICSharpCode.SharpZipLib.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/ICSharpCode.SharpZipLib.dll
--------------------------------------------------------------------------------
/Unity/Assets/Scenes.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 921727de139ab454b8a316139a2ed5fa
3 | folderAsset: yes
4 | DefaultImporter:
5 | userData:
6 |
--------------------------------------------------------------------------------
/Unity/Assets/Scripts.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f3d8b968452b5ef4e8c92933a15fbadf
3 | folderAsset: yes
4 | DefaultImporter:
5 | userData:
6 |
--------------------------------------------------------------------------------
/Unity/Assets/Editor/BehaviorTreeEditor/Pic/Error.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Editor/BehaviorTreeEditor/Pic/Error.png
--------------------------------------------------------------------------------
/Unity/Assets/Editor/BehaviorTreeEditor/Pic/False.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Editor/BehaviorTreeEditor/Pic/False.png
--------------------------------------------------------------------------------
/Unity/Assets/Editor/BehaviorTreeEditor/Pic/True.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Editor/BehaviorTreeEditor/Pic/True.png
--------------------------------------------------------------------------------
/Unity/Assets/Editor/BehaviorTreeEditor/Pic/blue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Editor/BehaviorTreeEditor/Pic/blue.png
--------------------------------------------------------------------------------
/Unity/Assets/Editor/BehaviorTreeEditor/Pic/green.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Editor/BehaviorTreeEditor/Pic/green.png
--------------------------------------------------------------------------------
/Unity/Assets/Editor/BehaviorTreeEditor/Pic/pink.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Editor/BehaviorTreeEditor/Pic/pink.png
--------------------------------------------------------------------------------
/Unity/Assets/Resources.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5bc88e9029901a240abad149b39bbf6b
3 | folderAsset: yes
4 | DefaultImporter:
5 | userData:
6 |
--------------------------------------------------------------------------------
/Unity/Assets/Scripts/Entity/Message/InnerMessage.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Scripts/Entity/Message/InnerMessage.cs
--------------------------------------------------------------------------------
/Unity/Assets/Scripts/Entity/Message/OuterMessage.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Scripts/Entity/Message/OuterMessage.cs
--------------------------------------------------------------------------------
/Unity/Assets/Editor/BehaviorTreeEditor/Pic/BgLine.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Editor/BehaviorTreeEditor/Pic/BgLine.png
--------------------------------------------------------------------------------
/Unity/Assets/Editor/BehaviorTreeEditor/Pic/DragIcon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Editor/BehaviorTreeEditor/Pic/DragIcon.png
--------------------------------------------------------------------------------
/Unity/Assets/Editor/BehaviorTreeEditor/Pic/Execute.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Editor/BehaviorTreeEditor/Pic/Execute.png
--------------------------------------------------------------------------------
/Unity/Assets/Editor/BehaviorTreeEditor/Pic/default.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Editor/BehaviorTreeEditor/Pic/default.png
--------------------------------------------------------------------------------
/Unity/Assets/Editor/BehaviorTreeEditor/Pic/orange.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Editor/BehaviorTreeEditor/Pic/orange.png
--------------------------------------------------------------------------------
/Unity/Assets/Editor/BehaviorTreeEditor/Pic/purple.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Editor/BehaviorTreeEditor/Pic/purple.png
--------------------------------------------------------------------------------
/Unity/Assets/Editor/BehaviorTreeEditor/Pic/yellow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Editor/BehaviorTreeEditor/Pic/yellow.png
--------------------------------------------------------------------------------
/Unity/Assets/Editor/ShareSDK For Unity3D支持一键打包功能须知.docx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Editor/ShareSDK For Unity3D支持一键打包功能须知.docx
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/SSDKU3D.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/libs/SSDKU3D.jar
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/protobuf-net/GlobalSuppressions.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/protobuf-net/GlobalSuppressions.cs
--------------------------------------------------------------------------------
/Unity/Assets/Editor/BehaviorTreeEditor/Pic/HighLight.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Editor/BehaviorTreeEditor/Pic/HighLight.png
--------------------------------------------------------------------------------
/Unity/Assets/Editor/BehaviorTreeEditor/Pic/ShiftIcon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Editor/BehaviorTreeEditor/Pic/ShiftIcon.png
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/libs/armeabi-v7a/libENet.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/libs/armeabi-v7a/libENet.so
--------------------------------------------------------------------------------
/Unity/Assets/Scripts/Other/IUIFactory.cs:
--------------------------------------------------------------------------------
1 | namespace Model
2 | {
3 | public interface IUIFactory
4 | {
5 | UI Create(Scene scene, int type, UI parent);
6 | }
7 | }
--------------------------------------------------------------------------------
/Unity/Assets/Editor/BehaviorTreeEditor/Pic/LeftConnect.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Editor/BehaviorTreeEditor/Pic/LeftConnect.png
--------------------------------------------------------------------------------
/Unity/Assets/Editor/BehaviorTreeEditor/Pic/RightConnect.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Editor/BehaviorTreeEditor/Pic/RightConnect.png
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/DemoCallback.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/libs/DemoCallback.jar
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/OneKeyShare.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/libs/OneKeyShare.jar
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Base/LogType.cs:
--------------------------------------------------------------------------------
1 | namespace Base
2 | {
3 | public enum LogType
4 | {
5 | Warning,
6 | Info,
7 | Debug,
8 | Error,
9 | }
10 | }
11 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 39cbf921dcbc4bc4a93b693b5d822fff
3 | folderAsset: yes
4 | DefaultImporter:
5 | userData:
6 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/MongoDB.Bson.csproj.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 8de7912d098bc594c9ee8a1f745c8e24
3 | DefaultImporter:
4 | userData:
5 |
--------------------------------------------------------------------------------
/Unity/Assets/Editor/BehaviorTreeEditor/Pic/SelectHighLight.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Editor/BehaviorTreeEditor/Pic/SelectHighLight.png
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/IO.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 22d7dc519ad0d8d4fa3b81817f18edc5
3 | folderAsset: yes
4 | DefaultImporter:
5 | userData:
6 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Shared.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e48cd82f17e90aa409bfa9c3bf1a0774
3 | folderAsset: yes
4 | DefaultImporter:
5 | userData:
6 |
--------------------------------------------------------------------------------
/Unity/Assets/Scripts/Other/UIType.cs:
--------------------------------------------------------------------------------
1 | namespace Model
2 | {
3 | public static class UIType
4 | {
5 | public const int Root = 1;
6 | public const int Lobby = 2;
7 | }
8 | }
--------------------------------------------------------------------------------
/Unity/Assets/Scripts/UIConfig.cs:
--------------------------------------------------------------------------------
1 | using UnityEngine;
2 |
3 | namespace Model
4 | {
5 | public class UIConfig : MonoBehaviour
6 | {
7 | public GameObject CreateBT;
8 | }
9 | }
--------------------------------------------------------------------------------
/Tools/cwRsync/Config/exclude.txt:
--------------------------------------------------------------------------------
1 | .git/
2 | Logs/
3 | Tools/
4 | Bin/
5 | Server/packages/
6 | Temp/
7 | Server/Server.sdf
8 | Unity/Library/
9 | Unity/Temp/
10 | */obj
11 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-QQ-2.8.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-QQ-2.8.0.jar
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Core-2.8.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Core-2.8.0.jar
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Email-2.8.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Email-2.8.0.jar
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Line-2.8.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Line-2.8.0.jar
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-QZone-2.8.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-QZone-2.8.0.jar
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Yixin-2.8.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Yixin-2.8.0.jar
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Exceptions.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a372566b919124f4d91bdb8e3c9c2221
3 | folderAsset: yes
4 | DefaultImporter:
5 | userData:
6 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/ObjectModel.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f89a4f4f99076e24198da76559f3f3cb
3 | folderAsset: yes
4 | DefaultImporter:
5 | userData:
6 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a4244a9d04c83134f8241ab5c3b30f7f
3 | folderAsset: yes
4 | DefaultImporter:
5 | userData:
6 |
--------------------------------------------------------------------------------
/Unity/ProjectSettings/ClusterInputManager.asset:
--------------------------------------------------------------------------------
1 | %YAML 1.1
2 | %TAG !u! tag:unity3d.com,2011:
3 | --- !u!236 &1
4 | ClusterInputManager:
5 | m_ObjectHideFlags: 0
6 | m_Inputs: []
7 |
--------------------------------------------------------------------------------
/Unity/Assets/Editor/SDKPorter/XCodeEditor/ICSharpCode.SharpZipLib.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Editor/SDKPorter/XCodeEditor/ICSharpCode.SharpZipLib.dll
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/MobTools-2016.1222.1756.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/libs/MobTools-2016.1222.1756.jar
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Alipay-2.8.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Alipay-2.8.0.jar
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Douban-2.8.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Douban-2.8.0.jar
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Dropbox-2.8.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Dropbox-2.8.0.jar
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Evernote-2.8.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Evernote-2.8.0.jar
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Facebook-2.8.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Facebook-2.8.0.jar
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Flickr-2.8.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Flickr-2.8.0.jar
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-KaiXin-2.8.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-KaiXin-2.8.0.jar
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Linkedin-2.8.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Linkedin-2.8.0.jar
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Mingdao-2.8.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Mingdao-2.8.0.jar
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Pocket-2.8.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Pocket-2.8.0.jar
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Renren-2.8.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Renren-2.8.0.jar
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Tumblr-2.8.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Tumblr-2.8.0.jar
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Twitter-2.8.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Twitter-2.8.0.jar
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Wechat-2.8.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Wechat-2.8.0.jar
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-WhatsApp-2.8.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-WhatsApp-2.8.0.jar
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-YouDao-2.8.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-YouDao-2.8.0.jar
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_logo.png
--------------------------------------------------------------------------------
/Unity/Assets/Scenes/Init.unity.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e0d691ac8c1d0454ba07089ea820e18a
3 | DefaultImporter:
4 | userData:
5 | assetBundleName:
6 | assetBundleVariant:
7 |
--------------------------------------------------------------------------------
/Unity/Assets/Scripts/Event/EnvKey.cs:
--------------------------------------------------------------------------------
1 | namespace Model
2 | {
3 | ///
4 | /// 一般使用事件名+变量名
5 | ///
6 | public enum EnvKey
7 | {
8 | ChannelError
9 | }
10 | }
--------------------------------------------------------------------------------
/Unity/Assets/ILRuntime/Mono.Cecil.Pdb/pdb/Mono.Cecil.Pdb/ModuleMetadata.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.Runtime.InteropServices;
4 | using System.Text;
5 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/MobCommons-2016.1222.1756.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/libs/MobCommons-2016.1222.1756.jar
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Foursquare-2.8.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Foursquare-2.8.0.jar
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-GooglePlus-2.8.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-GooglePlus-2.8.0.jar
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Instagram-2.8.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Instagram-2.8.0.jar
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Instapaper-2.8.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Instapaper-2.8.0.jar
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Kakao-Core-2.8.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Kakao-Core-2.8.0.jar
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-KakaoStory-2.8.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-KakaoStory-2.8.0.jar
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-KakaoTalk-2.8.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-KakaoTalk-2.8.0.jar
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Pinterest-2.8.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Pinterest-2.8.0.jar
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-SinaWeibo-2.8.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-SinaWeibo-2.8.0.jar
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-VKontakte-2.8.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-VKontakte-2.8.0.jar
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Yixin-Core-2.8.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Yixin-Core-2.8.0.jar
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/Attributes.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ad2104fc003b6b24ebdebc897e2a3888
3 | folderAsset: yes
4 | DefaultImporter:
5 | userData:
6 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/Options.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f2ac8c28c7ada344981be77bcc4ad5a5
3 | folderAsset: yes
4 | DefaultImporter:
5 | userData:
6 |
--------------------------------------------------------------------------------
/Unity/Assets/Scripts/Component/UI/UILobbyComponent.cs:
--------------------------------------------------------------------------------
1 | namespace Model
2 | {
3 | [EntityEvent(EntityEventId.UILobbyComponent)]
4 | public class UILobbyComponent: Component
5 | {
6 | }
7 | }
8 |
--------------------------------------------------------------------------------
/Unity/Assets/Scripts/Object/EntityType.cs:
--------------------------------------------------------------------------------
1 | namespace Model
2 | {
3 | public enum EntityType
4 | {
5 | None,
6 | Scene,
7 | Session,
8 | UI,
9 | Config,
10 | Unit
11 | }
12 | }
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Alipay-Core-2.8.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Alipay-Core-2.8.0.jar
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-ShortMessage-2.8.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-ShortMessage-2.8.0.jar
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-TencentWeibo-2.8.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-TencentWeibo-2.8.0.jar
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Wechat-Core-2.8.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Wechat-Core-2.8.0.jar
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Yixin-Moments-2.8.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Yixin-Moments-2.8.0.jar
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_back_arr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_back_arr.png
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_title_div.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_title_div.png
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/Conventions.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ef75f823cc5768e4bafc81d529bb5720
3 | folderAsset: yes
4 | DefaultImporter:
5 | userData:
6 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/IdGenerators.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 66aeb118f74d1fc4b9388ed498241b71
3 | folderAsset: yes
4 | DefaultImporter:
5 | userData:
6 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/Serializers.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a17189f73ae2ddb4799cbafaff246591
3 | folderAsset: yes
4 | DefaultImporter:
5 | userData:
6 |
--------------------------------------------------------------------------------
/Unity/Assets/Scripts/BehaviorTree/BehaviorTreeType/BaseType/BTIntComponent.cs:
--------------------------------------------------------------------------------
1 | namespace Model
2 | {
3 | public class BTIntComponent: BTTypeBaseComponent
4 | {
5 | public int fieldValue;
6 | }
7 | }
--------------------------------------------------------------------------------
/Unity/Assets/Scripts/Event/EventAttribute.cs:
--------------------------------------------------------------------------------
1 | namespace Model
2 | {
3 | public class EventAttribute: AEventAttribute
4 | {
5 | public EventAttribute(int type): base(type)
6 | {
7 | }
8 | }
9 | }
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Alipay-Moments-2.8.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Alipay-Moments-2.8.0.jar
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Wechat-Favorite-2.8.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Wechat-Favorite-2.8.0.jar
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Wechat-Moments-2.8.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Wechat-Moments-2.8.0.jar
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-hdpi/ssdk_oks_ptr_ptr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-hdpi/ssdk_oks_ptr_ptr.png
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/Conventions/Obsolete.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 31d78d248e7bdcb4d99c6cfb7d716c29
3 | folderAsset: yes
4 | DefaultImporter:
5 | userData:
6 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/iOS.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 091987eeef9232240963d4755d7ea67e
3 | folderAsset: yes
4 | DefaultImporter:
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Unity/Assets/Scripts/BehaviorTree/BehaviorTreeType/BaseType/BTBoolComponent.cs:
--------------------------------------------------------------------------------
1 | namespace Model
2 | {
3 | public class BTBoolComponent: BTTypeBaseComponent
4 | {
5 | public bool fieldValue;
6 | }
7 | }
--------------------------------------------------------------------------------
/Unity/Assets/Scripts/BehaviorTree/BehaviorTreeType/BaseType/BTFloatComponent.cs:
--------------------------------------------------------------------------------
1 | namespace Model
2 | {
3 | public class BTFloatComponent: BTTypeBaseComponent
4 | {
5 | public float fieldValue;
6 | }
7 | }
--------------------------------------------------------------------------------
/Unity/Assets/Scripts/BehaviorTree/BehaviorTreeType/BaseType/BTInt64Component.cs:
--------------------------------------------------------------------------------
1 | namespace Model
2 | {
3 | public class BTInt64Component: BTTypeBaseComponent
4 | {
5 | public long fieldValue;
6 | }
7 | }
--------------------------------------------------------------------------------
/Unity/Assets/Scripts/Other/ILAdapterAttribute.cs:
--------------------------------------------------------------------------------
1 | using System;
2 |
3 | namespace Model
4 | {
5 | [AttributeUsage(AttributeTargets.Class)]
6 | public class ILAdapterAttribute : Attribute
7 | {
8 | }
9 | }
--------------------------------------------------------------------------------
/Server/ThirdParty/ENet/ENet.vcxproj.user:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/Unity/Assets/Editor/SDKPorter/XCodeEditor/LICENSE.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: efd071e8beb084c7dbc945f03e3e9f6c
3 | DefaultImporter:
4 | userData:
5 | assetBundleName:
6 | assetBundleVariant:
7 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 9bd7c367fb0a40c4fb5b3fb99edbec3e
3 | folderAsset: yes
4 | DefaultImporter:
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-FacebookMessenger-2.8.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-FacebookMessenger-2.8.0.jar
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_qq.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_qq.png
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/ShareSDK.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d0db854a6db540448ad3f90db368e1fc
3 | folderAsset: yes
4 | DefaultImporter:
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Unity/Assets/Scripts/BehaviorTree/BehaviorTreeType/BaseType/BTArrayIntComponent.cs:
--------------------------------------------------------------------------------
1 | namespace Model
2 | {
3 | public class BTArrayIntComponent: BTTypeBaseComponent
4 | {
5 | public int[] fieldValue;
6 | }
7 | }
--------------------------------------------------------------------------------
/Unity/Assets/Scripts/BehaviorTree/BehaviorTreeType/BaseType/BTDoubleComponent.cs:
--------------------------------------------------------------------------------
1 | namespace Model
2 | {
3 | public class BTDoubleComponent: BTTypeBaseComponent
4 | {
5 | public double fieldValue;
6 | }
7 | }
--------------------------------------------------------------------------------
/Unity/Assets/Scripts/BehaviorTree/BehaviorTreeType/BaseType/BTStringComponent.cs:
--------------------------------------------------------------------------------
1 | namespace Model
2 | {
3 | public class BTStringComponent: BTTypeBaseComponent
4 | {
5 | public string fieldValue;
6 | }
7 | }
--------------------------------------------------------------------------------
/Unity/ProjectSettings/EditorBuildSettings.asset:
--------------------------------------------------------------------------------
1 | %YAML 1.1
2 | %TAG !u! tag:unity3d.com,2011:
3 | --- !u!1045 &1
4 | EditorBuildSettings:
5 | m_ObjectHideFlags: 0
6 | serializedVersion: 2
7 | m_Scenes: []
8 |
--------------------------------------------------------------------------------
/Unity/Assets/Editor/SDKPorter/XCodeEditor/Readme.mdown.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5a8213bf10e38424b81ce56f7700deba
3 | DefaultImporter:
4 | userData:
5 | assetBundleName:
6 | assetBundleVariant:
7 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/project.properties.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 7b5b94f58517154478f7f8dffb8410db
3 | DefaultImporter:
4 | userData:
5 | assetBundleName:
6 | assetBundleVariant:
7 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_auth_title_back.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_auth_title_back.png
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_line.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_line.png
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/ShareSDK/iOS.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: db9454787e4284fa9899244d3663dcd4
3 | folderAsset: yes
4 | DefaultImporter:
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Unity/Assets/Scripts/BehaviorTree/BehaviorTreeType/BaseType/BTArrayInt64Component.cs:
--------------------------------------------------------------------------------
1 | namespace Model
2 | {
3 | public class BTArrayInt64Component: BTTypeBaseComponent
4 | {
5 | public long[] fieldValue;
6 | }
7 | }
--------------------------------------------------------------------------------
/Server/App/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/AndroidManifest.xml.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d116e58a8e42db84d92906e32cb9ec71
3 | TextScriptImporter:
4 | userData:
5 | assetBundleName:
6 | assetBundleVariant:
7 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_alipay.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_alipay.png
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_douban.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_douban.png
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_dropbox.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_dropbox.png
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_email.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_email.png
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_flickr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_flickr.png
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_kaixin.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_kaixin.png
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_laiwang.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_laiwang.png
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_mingdao.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_mingdao.png
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_pocket.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_pocket.png
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_qzone.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_qzone.png
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_renren.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_renren.png
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_tumblr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_tumblr.png
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_twitter.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_twitter.png
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_wechat.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_wechat.png
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_yixin.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_yixin.png
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_youdao.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_youdao.png
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/ShareSDK/Android.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5b498dc40db54c341a33f464d04377eb
3 | folderAsset: yes
4 | DefaultImporter:
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Unity/Assets/Scripts/BehaviorTree/BehaviorTreeType/BaseType/BTArrayDoubleComponent.cs:
--------------------------------------------------------------------------------
1 | namespace Model
2 | {
3 | public class BTArrayDoubleComponent: BTTypeBaseComponent
4 | {
5 | public double[] fieldValue;
6 | }
7 | }
--------------------------------------------------------------------------------
/Unity/Assets/Scripts/BehaviorTree/BehaviorTreeType/BaseType/BTArrayFloatComponent.cs:
--------------------------------------------------------------------------------
1 | namespace Model
2 | {
3 | public class BTArrayFloatComponent: BTTypeBaseComponent
4 | {
5 | public float[] fieldValue;
6 | }
7 | }
--------------------------------------------------------------------------------
/Unity/Assets/Scripts/BehaviorTree/BehaviorTreeType/BaseType/BTArrayStringComponent.cs:
--------------------------------------------------------------------------------
1 | namespace Model
2 | {
3 | public class BTArrayStringComponent: BTTypeBaseComponent
4 | {
5 | public string[] fieldValue;
6 | }
7 | }
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d99f5600dd659504d868bd30b0fce8c6
3 | folderAsset: yes
4 | DefaultImporter:
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/res.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: dde080954d5c89b41a57d39f0cf77320
3 | folderAsset: yes
4 | DefaultImporter:
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_bluetooth.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_bluetooth.png
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_evernote.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_evernote.png
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_facebook.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_facebook.png
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_instagram.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_instagram.png
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_kakaotalk.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_kakaotalk.png
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_linkedin.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_linkedin.png
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_pinterest.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_pinterest.png
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_sinaweibo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_sinaweibo.png
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_vkontakte.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_vkontakte.png
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_whatsapp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_whatsapp.png
--------------------------------------------------------------------------------
/Unity/Assets/Scripts/BehaviorTree/BehaviorTreeType/BTTypeBaseComponent.cs:
--------------------------------------------------------------------------------
1 | using UnityEngine;
2 |
3 | namespace Model
4 | {
5 | public class BTTypeBaseComponent: MonoBehaviour
6 | {
7 | public string fieldName;
8 | }
9 | }
--------------------------------------------------------------------------------
/Unity/Assets/Scripts/Other/ILBindingAttribute.cs:
--------------------------------------------------------------------------------
1 | using System;
2 |
3 | namespace Model
4 | {
5 | [AttributeUsage(AttributeTargets.Class, Inherited = false)]
6 | public class ILBindingAttribute : Attribute
7 | {
8 | }
9 | }
--------------------------------------------------------------------------------
/Unity/ProjectSettings/NetworkManager.asset:
--------------------------------------------------------------------------------
1 | %YAML 1.1
2 | %TAG !u! tag:unity3d.com,2011:
3 | --- !u!149 &1
4 | NetworkManager:
5 | m_ObjectHideFlags: 0
6 | m_DebugLevel: 0
7 | m_Sendrate: 15
8 | m_AssetToPrefab: {}
9 |
--------------------------------------------------------------------------------
/Server/Model/Message/IMHandler.cs:
--------------------------------------------------------------------------------
1 | using System;
2 |
3 | namespace Model
4 | {
5 | public interface IMHandler
6 | {
7 | void Handle(Session session, MessageInfo messageInfo);
8 | Type GetMessageType();
9 | }
10 | }
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_foursquare.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_foursquare.png
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_googleplus.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_googleplus.png
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_instapaper.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_instapaper.png
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_kakaostory.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_kakaostory.png
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_shortmessage.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_shortmessage.png
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_tencentweibo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_tencentweibo.png
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_yixinmoments.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_yixinmoments.png
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/res/drawable.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5818026eaad91c040a71aae1833c258b
3 | folderAsset: yes
4 | DefaultImporter:
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/res/values.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b23bee25c367d6441a675b377a97f0ea
3 | folderAsset: yes
4 | DefaultImporter:
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Unity/Assets/Scripts/Config/ICategory.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.ComponentModel;
3 |
4 | namespace Model
5 | {
6 | public interface ICategory: ISupportInitialize
7 | {
8 | Type ConfigType { get; }
9 | }
10 | }
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-hdpi.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 65fdc67aa02aa7246812497cece06056
3 | folderAsset: yes
4 | DefaultImporter:
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_alipaymoments.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_alipaymoments.png
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_check_checked.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_check_checked.png
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_check_default.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_check_default.png
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_laiwangmoments.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_laiwangmoments.png
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_wechatfavorite.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_wechatfavorite.png
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_wechatmoments.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_wechatmoments.png
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/res/values-en.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 52486505c7af77e4ebc88f14089ba26f
3 | folderAsset: yes
4 | DefaultImporter:
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Unity/Assets/Scripts/BehaviorTree/NodeClassifyType.cs:
--------------------------------------------------------------------------------
1 | namespace Model
2 | {
3 | public enum NodeClassifyType
4 | {
5 | Composite,
6 | Decorator,
7 | Action,
8 | Condition,
9 | Root,
10 | DataTransform
11 | }
12 | }
--------------------------------------------------------------------------------
/Unity/Assets/Scripts/Message/IMHandler.cs:
--------------------------------------------------------------------------------
1 | using System;
2 |
3 | namespace Model
4 | {
5 | public interface IMHandler
6 | {
7 | void Handle(Session session, MessageInfo messageInfo);
8 | Type GetMessageType();
9 | }
10 | }
--------------------------------------------------------------------------------
/Server/Base/Logger/ILog.cs:
--------------------------------------------------------------------------------
1 | namespace Base
2 | {
3 | public interface ILog
4 | {
5 | void Warning(string message);
6 | void Info(string message);
7 | void Debug(string message);
8 | void Error(string message);
9 | }
10 | }
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 6be758c80bd4ab241a22e1a0c25ea7f5
3 | folderAsset: yes
4 | DefaultImporter:
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_facebookmessenger.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyecp/Egametang/master/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_facebookmessenger.png
--------------------------------------------------------------------------------
/Unity/Assets/Scripts/BehaviorTree/BehaviorTreeType/UnityType/BTShaderComponent.cs:
--------------------------------------------------------------------------------
1 | using UnityEngine;
2 |
3 | namespace Model
4 | {
5 | public class BTShaderComponent: BTTypeBaseComponent
6 | {
7 | public Shader fieldValue;
8 | }
9 | }
--------------------------------------------------------------------------------
/Unity/Assets/Scripts/BehaviorTree/BehaviorTreeType/UnityType/BTSpriteComponent.cs:
--------------------------------------------------------------------------------
1 | using UnityEngine;
2 |
3 | namespace Model
4 | {
5 | public class BTSpriteComponent: BTTypeBaseComponent
6 | {
7 | public Sprite fieldValue;
8 | }
9 | }
--------------------------------------------------------------------------------
/Unity/Assets/Scripts/BehaviorTree/BehaviorTreeType/UnityType/BTTextureComponent.cs:
--------------------------------------------------------------------------------
1 | using UnityEngine;
2 |
3 | namespace Model
4 | {
5 | public class BTTextureComponent: BTTypeBaseComponent
6 | {
7 | public Texture fieldValue;
8 | }
9 | }
--------------------------------------------------------------------------------
/Unity/ProjectSettings/TimeManager.asset:
--------------------------------------------------------------------------------
1 | %YAML 1.1
2 | %TAG !u! tag:unity3d.com,2011:
3 | --- !u!5 &1
4 | TimeManager:
5 | m_ObjectHideFlags: 0
6 | Fixed Timestep: 0.02
7 | Maximum Allowed Timestep: 0.33333334
8 | m_TimeScale: 1
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Scripts/BehaviorTree/BehaviorTreeType/UnityType/BTAudioClipComponent.cs:
--------------------------------------------------------------------------------
1 | using UnityEngine;
2 |
3 | namespace Model
4 | {
5 | public class BTAudioClipComponent: BTTypeBaseComponent
6 | {
7 | public AudioClip fieldValue;
8 | }
9 | }
--------------------------------------------------------------------------------
/Unity/Assets/Scripts/BehaviorTree/BehaviorTreeType/UnityType/BTMaterialComponent.cs:
--------------------------------------------------------------------------------
1 | using UnityEngine;
2 |
3 | namespace Model
4 | {
5 | public class BTMaterialComponent: BTTypeBaseComponent
6 | {
7 | public Material fieldValue;
8 | }
9 | }
--------------------------------------------------------------------------------
/Unity/Assets/Scripts/BehaviorTree/BehaviorTreeType/UnityType/BTTexture2DComponent.cs:
--------------------------------------------------------------------------------
1 | using UnityEngine;
2 |
3 | namespace Model
4 | {
5 | public class BTTexture2DComponent: BTTypeBaseComponent
6 | {
7 | public Texture2D fieldValue;
8 | }
9 | }
--------------------------------------------------------------------------------
/Unity/Assets/Scripts/BehaviorTree/BehaviorTreeType/UnityType/BTTexture3DComponent.cs:
--------------------------------------------------------------------------------
1 | using UnityEngine;
2 |
3 | namespace Model
4 | {
5 | public class BTTexture3DComponent: BTTypeBaseComponent
6 | {
7 | public Texture3D fieldValue;
8 | }
9 | }
--------------------------------------------------------------------------------
/Unity/Assets/Res/Code/Hotfix.dll.bytes.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ae44b218243cfc347af99a6875e9e11c
3 | timeCreated: 1486626652
4 | licenseType: Pro
5 | TextScriptImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Res/Code/Hotfix.pdb.bytes.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: dd08ff64f788e7a4ba0f918632ff8d0f
3 | timeCreated: 1486626739
4 | licenseType: Pro
5 | TextScriptImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Res/UI/Lobby大厅特效.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ec75b784e8d7596478790f42fd4d9937
3 | timeCreated: 1487667431
4 | licenseType: Pro
5 | NativeFormatImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Resources/Code.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 3b43dd0baf9d83c4894a9b47b019a45b
3 | timeCreated: 1474946800
4 | licenseType: Pro
5 | NativeFormatImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Resources/Config.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f5aff6e47e6bc6f4ab8d7a79a41b9a74
3 | timeCreated: 1474946800
4 | licenseType: Pro
5 | NativeFormatImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Scripts/BehaviorTree/BehaviorTreeType/BaseType/BTEnumComponent.cs:
--------------------------------------------------------------------------------
1 | namespace Model
2 | {
3 | public class BTEnumComponent: BTTypeBaseComponent
4 | {
5 | public string fieldValue; // unity do not support enum Serialization
6 | }
7 | }
--------------------------------------------------------------------------------
/Unity/Assets/Scripts/BehaviorTree/BehaviorTreeType/UnityType/BTArrayShaderComponent.cs:
--------------------------------------------------------------------------------
1 | using UnityEngine;
2 |
3 | namespace Model
4 | {
5 | public class BTArrayShaderComponent: BTTypeBaseComponent
6 | {
7 | public Shader[] fieldValue;
8 | }
9 | }
--------------------------------------------------------------------------------
/Unity/Assets/Scripts/BehaviorTree/BehaviorTreeType/UnityType/BTArraySpriteComponent..cs:
--------------------------------------------------------------------------------
1 | using UnityEngine;
2 |
3 | namespace Model
4 | {
5 | public class BTArraySpriteComponent: BTTypeBaseComponent
6 | {
7 | public Sprite[] fieldValue;
8 | }
9 | }
--------------------------------------------------------------------------------
/Unity/Assets/Scripts/BehaviorTree/BehaviorTreeType/UnityType/BTGameObjectComponent.cs:
--------------------------------------------------------------------------------
1 | using UnityEngine;
2 |
3 | namespace Model
4 | {
5 | public class BTGameObjectComponent: BTTypeBaseComponent
6 | {
7 | public GameObject fieldValue;
8 | }
9 | }
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Base/Helper/ArrayHelper.cs:
--------------------------------------------------------------------------------
1 | namespace Base
2 | {
3 | public static class ObjectHelper
4 | {
5 | public static void Swap(ref T t1, ref T t2)
6 | {
7 | T t3 = t1;
8 | t1 = t2;
9 | t2 = t3;
10 | }
11 | }
12 | }
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/protobuf-net/Serializers/ISerializerProxy.cs:
--------------------------------------------------------------------------------
1 | #if !NO_RUNTIME
2 |
3 | namespace ProtoBuf.Serializers
4 | {
5 | interface ISerializerProxy
6 | {
7 | IProtoSerializer Serializer { get; }
8 | }
9 | }
10 | #endif
--------------------------------------------------------------------------------
/Unity/Assets/Res.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b4b7853dff8159442bad87c963f8d242
3 | folderAsset: yes
4 | timeCreated: 1463826540
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/Res/BT/BT_大厅UI创建时执行行为树.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5dfe2c32bf2efc044a7f3f57c34ab334
3 | timeCreated: 1487666017
4 | licenseType: Pro
5 | NativeFormatImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Res/Code/Hotfix.dll.mdb.bytes.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 23e92275d463b2145ba2a28b5f1bb7dc
3 | timeCreated: 1489378575
4 | licenseType: Pro
5 | TextScriptImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Scripts/BehaviorTree/BehaviorTreeType/UnityType/BTArrayMaterialComponent.cs:
--------------------------------------------------------------------------------
1 | using UnityEngine;
2 |
3 | namespace Model
4 | {
5 | public class BTArrayMaterialComponent: BTTypeBaseComponent
6 | {
7 | public Material[] fieldValue;
8 | }
9 | }
--------------------------------------------------------------------------------
/Unity/Assets/Scripts/BehaviorTree/BehaviorTreeType/UnityType/BTArrayTextureComponent.cs:
--------------------------------------------------------------------------------
1 | using UnityEngine;
2 |
3 | namespace Model
4 | {
5 | public class BTArrayTextureComponent: BTTypeBaseComponent
6 | {
7 | public Texture[] fieldValue;
8 | }
9 | }
--------------------------------------------------------------------------------
/Unity/Assets/Bundles.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 11c8678319dc07145a57ddfdac362b97
3 | folderAsset: yes
4 | timeCreated: 1487209383
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/Editor.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e434eeb6ae87e9b44a362be94ab03701
3 | folderAsset: yes
4 | timeCreated: 1463827001
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/Editor/SDKPorter/ShareSDK.projmods.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: cb6cd777710dd4c049fb0c3e4e918148
3 | timeCreated: 1471246132
4 | licenseType: Free
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Res/BT.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 7a44c0f96769be647a390e2f03a6bc03
3 | folderAsset: yes
4 | timeCreated: 1487665014
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/Res/Code.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 4805d347ea85a2c4ab97f544d710a65d
3 | folderAsset: yes
4 | timeCreated: 1476778403
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/Res/UI.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a906f3755ae0afe499d9d53de531397c
3 | folderAsset: yes
4 | timeCreated: 1487209098
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/Scripts/BehaviorTree/BehaviorTreeType/UnityType/BTArrayAudioClipComponent.cs:
--------------------------------------------------------------------------------
1 | using UnityEngine;
2 |
3 | namespace Model
4 | {
5 | public class BTArrayAudioClipComponent: BTTypeBaseComponent
6 | {
7 | public AudioClip[] fieldValue;
8 | }
9 | }
--------------------------------------------------------------------------------
/Unity/Assets/Scripts/BehaviorTree/BehaviorTreeType/UnityType/BTArrayGameObjectComponent.cs:
--------------------------------------------------------------------------------
1 | using UnityEngine;
2 |
3 | namespace Model
4 | {
5 | public class BTArrayGameObjectComponent: BTTypeBaseComponent
6 | {
7 | public GameObject[] fieldValue;
8 | }
9 | }
--------------------------------------------------------------------------------
/Unity/Assets/Scripts/BehaviorTree/BehaviorTreeType/UnityType/BTArrayTexture2DComponent..cs:
--------------------------------------------------------------------------------
1 | using UnityEngine;
2 |
3 | namespace Model
4 | {
5 | public class BTArrayTexture2DComponent: BTTypeBaseComponent
6 | {
7 | public Texture2D[] fieldValue;
8 | }
9 | }
--------------------------------------------------------------------------------
/Unity/Assets/Scripts/BehaviorTree/BehaviorTreeType/UnityType/BTArrayTexture3DComponent..cs:
--------------------------------------------------------------------------------
1 | using UnityEngine;
2 |
3 | namespace Model
4 | {
5 | public class BTArrayTexture3DComponent: BTTypeBaseComponent
6 | {
7 | public Texture3D[] fieldValue;
8 | }
9 | }
--------------------------------------------------------------------------------
/Unity/Assets/Bundles/UI.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 3a57d524d1e0d7543828b2ac7273f608
3 | folderAsset: yes
4 | timeCreated: 1487209399
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/Bundles/UI/Lobby.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ff8cd026c365b524ca9429d49f88f14d
3 | timeCreated: 1487236049
4 | licenseType: Pro
5 | NativeFormatImporter:
6 | userData:
7 | assetBundleName: uilobby.unity3d
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Editor/ShareSDK For Unity3D支持一键打包功能须知.docx.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 716e2f2e4d52d4313ad86fce04233fd3
3 | timeCreated: 1471249147
4 | licenseType: Free
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/ILRuntime.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c7f6e299339884644accd7ca650313b1
3 | folderAsset: yes
4 | timeCreated: 1486603921
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/SSDKU3D.jar.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a3b4331e55c549944bb1496e8097a54b
3 | timeCreated: 1482811318
4 | licenseType: Free
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Base.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 14541eab3adc63f4e99ba2fd13b7e488
3 | folderAsset: yes
4 | timeCreated: 1476550922
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Shared/Hasher.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 90f3a4fe7ccc6134595ee5fca2d12f70
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/x86.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 4dac1ed45a6fedc4589dc5e30f1b5f5f
3 | folderAsset: yes
4 | timeCreated: 1474958063
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/Res/UI/Lobby.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 7311460c33c49cf40b6adfd169a237f4
3 | folderAsset: yes
4 | timeCreated: 1487209105
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/Scripts/Event.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f4a531a7e2c04874fb0e829ae1773978
3 | folderAsset: yes
4 | timeCreated: 1476421726
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/Scripts/Other.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 3f3b6eedb8852644cad7e06ac52d15e5
3 | folderAsset: yes
4 | timeCreated: 1474942921
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/Editor/RsyncEditor.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 56c88c70f2044f74dae91724d10cd93c
3 | folderAsset: yes
4 | timeCreated: 1477156499
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/Editor/SDKPorter.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 31ad3e35a36e74ca29946bc821b85d2b
3 | folderAsset: yes
4 | timeCreated: 1470294472
5 | licenseType: Free
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/DemoCallback.jar.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 655ab450540b3c6499a087e22324e931
3 | timeCreated: 1482811318
4 | licenseType: Free
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/OneKeyShare.jar.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 2ce91c7ffb8c5e942a6de7e882335955
3 | timeCreated: 1482811317
4 | licenseType: Free
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 8841b3184413e144286edd6c840fa6bc
3 | folderAsset: yes
4 | timeCreated: 1463841468
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/BsonConstants.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: fd4be2b8d034a5747b0e38e2931f9c53
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/BsonDefaults.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5939639edb3f9534694cbd0a2af84dfc
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/BsonUtils.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 530321501c2b5504c9193c1bb8627794
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/IO/BsonBuffer.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 76a15caaa01dd164d881f9f477bd9e85
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/IO/BsonChunk.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: eb1e3fb44f0abd34ab80a1d41d74fde4
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/IO/BsonReader.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 662f0b2d97caefa43b6ad1930686d562
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/IO/BsonTrie.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a7f2044749d0ddc4c8b5263f565a867e
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/IO/BsonWriter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f48f8def7bac1224cb268bdaa9e7076b
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/IO/JsonBuffer.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 6473d471d01406f4397381b8a75ea02a
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/IO/JsonReader.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 4f5f0314e1defc541b7a3dbe0c9849f7
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/IO/JsonToken.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c9be03243037932438e2540816b73c09
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/IO/JsonWriter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 2499ff95a40fdf14d83033734dbd068b
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/ReaderWriterLockExtension.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 1d76c128efc052b4cb9f832be13798d3
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/x86_64.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b2c7db9f1d6ac024ea9fa5de2ccc387d
3 | folderAsset: yes
4 | timeCreated: 1474958063
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/Scripts/Component.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 2a558a9c1a99ead44867c6b71472566f
3 | folderAsset: yes
4 | timeCreated: 1474942921
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/Scripts/Component/Config/RunServerConfig.cs:
--------------------------------------------------------------------------------
1 | using MongoDB.Bson.Serialization.Attributes;
2 |
3 | namespace Model
4 | {
5 | [BsonIgnoreExtraElements]
6 | public class RunServerConfig: AConfigComponent
7 | {
8 | public string IP = "";
9 | }
10 | }
--------------------------------------------------------------------------------
/Unity/Assets/Scripts/Config.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d574f09c5596d2440b51164c43606464
3 | folderAsset: yes
4 | timeCreated: 1474944857
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/Scripts/Entity.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d2b1f66f808fc9a4ba043d89e5d982f9
3 | folderAsset: yes
4 | timeCreated: 1477361235
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/Scripts/Helper.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 750b9e7f02770174ba6d2e9aa59d68ae
3 | folderAsset: yes
4 | timeCreated: 1476935213
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/Scripts/ILAdaptor.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 17c7275f24d0ae049999adaf12e27f2c
3 | folderAsset: yes
4 | timeCreated: 1486629341
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/Scripts/Message.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 2fafa040b653b9847a9348a31a0233af
3 | folderAsset: yes
4 | timeCreated: 1474947335
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/Scripts/Object.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 600c9bb417aba1641897df52e4ea0eeb
3 | folderAsset: yes
4 | timeCreated: 1478146107
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/Editor/ILRuntimeEditor.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c7f949e8e788cb44a8a136cbf837e289
3 | folderAsset: yes
4 | timeCreated: 1487212456
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/ILRuntime/ILRuntime.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 87596c56637b1f840a506371ff9e9e6a
3 | folderAsset: yes
4 | timeCreated: 1486603934
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/ILRuntime/ILRuntime/CLR.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d542c719c306ebf42bcded60a947e102
3 | folderAsset: yes
4 | timeCreated: 1486603934
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/ILRuntime/Mono.Cecil.20.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 3fc7b998c1246164aac5aa55cf027d33
3 | folderAsset: yes
4 | timeCreated: 1486603934
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Core-2.8.0.jar.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: edfaa612b64159944ab4d9c582175526
3 | timeCreated: 1482811319
4 | licenseType: Free
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Line-2.8.0.jar.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 4a760f71d07869747a864a423bd6fd53
3 | timeCreated: 1482811317
4 | licenseType: Free
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-QQ-2.8.0.jar.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a5832f76b3ecdaf4cae0cdfbeddbff5b
3 | timeCreated: 1482811318
4 | licenseType: Free
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/libs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 49d28ac61423dfd40b611f2a3782a5b4
3 | folderAsset: yes
4 | timeCreated: 1492410564
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Base/Helper.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ed9c96775abf00744a273222165c1a03
3 | folderAsset: yes
4 | timeCreated: 1474942922
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Base/Network.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 89949efe62b53a044928bcf3075aad2f
3 | folderAsset: yes
4 | timeCreated: 1474943042
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/IO/BsonChunkPool.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 17dc04b25ed780d4f891c812fe7f0cf5
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/IO/BsonReaderState.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 8cba4338cf3ac114a971525e5bdc8429
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/IO/BsonWriterState.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 799d36ab68c96c24190477a99a42cbdf
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/IO/ByteArrayBuffer.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: dbe492da2e91b8441a2083a7deb18747
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/IO/ContextType.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 9c0cce13501704c4cad24f554835b647
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/IO/IByteBuffer.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a5126352ea4a3a8419b35ff9fcab6f00
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/IO/JsonOutputMode.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: fde14b24a0f8f9b47bd8f603e5e59940
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/IO/JsonScanner.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 335faefeab13c1f448b777915b30d9fc
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/protobuf-net.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 1955d356bbec05042969173ba13e7ce0
3 | folderAsset: yes
4 | timeCreated: 1463841468
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/Scripts/BehaviorTree.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 6822dab45b618724b96403d903866801
3 | folderAsset: yes
4 | timeCreated: 1486453044
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/Scripts/Component/UI.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 04aa44487cc12004aaa03a8934ccfb4d
3 | folderAsset: yes
4 | timeCreated: 1487388885
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/Scripts/Entity/Config.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 1136de56973a671409ed0bf599b1f478
3 | folderAsset: yes
4 | timeCreated: 1474944857
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/Scripts/Entity/Message.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e9766182470b7474a9ac9f1cccc8edcc
3 | folderAsset: yes
4 | timeCreated: 1477905041
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/Scripts/ILGenerated.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5bff61e03830f2240a1d5e0ea4e56da8
3 | folderAsset: yes
4 | timeCreated: 1487214386
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/Editor/BehaviorTreeEditor.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 0457d6384c56e2644bd61463d47f7017
3 | folderAsset: yes
4 | timeCreated: 1486452872
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/Editor/ServerManagerEditor.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 68b2a7ca3d66a6f4086fdc349c8489fc
3 | folderAsset: yes
4 | timeCreated: 1477318769
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/ILRuntime/ILRuntime/Other.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c3d9e18bda0f1f54bb1ec400743f78ee
3 | folderAsset: yes
4 | timeCreated: 1486603934
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/ILRuntime/ILRuntime/Runtime.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: cfa8ba5fa2cea2d46ad6b593ee6e2575
3 | folderAsset: yes
4 | timeCreated: 1486603934
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/ILRuntime/Mono.Cecil.Mdb.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 7009bf06a68e5594dbd9d52f601ec08a
3 | folderAsset: yes
4 | timeCreated: 1486623198
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/ILRuntime/Mono.Cecil.Mdb/mdb.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 6c453e3514450294cb1f15eda398ecf0
3 | folderAsset: yes
4 | timeCreated: 1486623198
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/ILRuntime/Mono.Cecil.Pdb.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 11660fbe11a364e4a96be8477921d6f9
3 | folderAsset: yes
4 | timeCreated: 1486603934
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/ILRuntime/Mono.Cecil.Pdb/pdb.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5d8708bbd184b8b44a4d5922b3ae2987
3 | folderAsset: yes
4 | timeCreated: 1486603934
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/MobTools-2016.1222.1756.jar.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5b963c5cc93344147a52c383ffb37c29
3 | timeCreated: 1482811318
4 | licenseType: Free
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Alipay-2.8.0.jar.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ed379b251c8891f4497ca6ac2e527b2b
3 | timeCreated: 1482811319
4 | licenseType: Free
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Douban-2.8.0.jar.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5f52904180e12234bbb45a0104f173c2
3 | timeCreated: 1482811318
4 | licenseType: Free
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Dropbox-2.8.0.jar.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 190fd4cfa39dff543bcda96be89c9c4a
3 | timeCreated: 1482811317
4 | licenseType: Free
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Email-2.8.0.jar.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ef27b3b72844dba44907da2993a9bc60
3 | timeCreated: 1482811319
4 | licenseType: Free
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Evernote-2.8.0.jar.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: bcfb8b9348c26d6469bf0798fa8e66f4
3 | timeCreated: 1482811319
4 | licenseType: Free
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Facebook-2.8.0.jar.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 04e101b34596ce94a9f5135e7ed4bdae
3 | timeCreated: 1482811317
4 | licenseType: Free
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Flickr-2.8.0.jar.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e0597fe21946c5b4bb05a9395e9a8842
3 | timeCreated: 1482811319
4 | licenseType: Free
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Instagram-2.8.0.jar.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f19a2784c345ab44380c0c9d318ef245
3 | timeCreated: 1482811319
4 | licenseType: Free
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-KaiXin-2.8.0.jar.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e25aaf22fd7ce4941b8a3707bb516535
3 | timeCreated: 1482811319
4 | licenseType: Free
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-KakaoTalk-2.8.0.jar.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 4d43f5d4e7867cf4a97e2351f64de8fa
3 | timeCreated: 1482811318
4 | licenseType: Free
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Linkedin-2.8.0.jar.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 04e97ce69c1d0294c9d3f00782b41dd8
3 | timeCreated: 1482811317
4 | licenseType: Free
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Mingdao-2.8.0.jar.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 9064d1d6fc4d998458849048e1e36827
3 | timeCreated: 1482811318
4 | licenseType: Free
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Pinterest-2.8.0.jar.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: fef02bde321d69341b0dfec5538c521b
3 | timeCreated: 1482811319
4 | licenseType: Free
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Pocket-2.8.0.jar.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 2bf79f8909699a64bbbd7bdf12452c34
3 | timeCreated: 1482811317
4 | licenseType: Free
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-QZone-2.8.0.jar.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: df921f55c234f2849a6615602f759f4e
3 | timeCreated: 1482811319
4 | licenseType: Free
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Renren-2.8.0.jar.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 760a6a03ea8b43042bfbb78f61880f1e
3 | timeCreated: 1482811318
4 | licenseType: Free
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-SinaWeibo-2.8.0.jar.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e2eb873d68083fa4ebb7df63a3025e04
3 | timeCreated: 1482811319
4 | licenseType: Free
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Tumblr-2.8.0.jar.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 0ac86b16e4f60e447a3fe16e8b29c7d7
3 | timeCreated: 1482811317
4 | licenseType: Free
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Twitter-2.8.0.jar.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a568267e195cae5428e523c19f04771f
3 | timeCreated: 1482811318
4 | licenseType: Free
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-VKontakte-2.8.0.jar.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 0faab2a1abf3391419a411ada4dccaef
3 | timeCreated: 1482811317
4 | licenseType: Free
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Wechat-2.8.0.jar.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 13ae72d98d9ce7d4a8313c991e80a480
3 | timeCreated: 1482811317
4 | licenseType: Free
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-WhatsApp-2.8.0.jar.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 002619202e40179488dda1f9a4b5f35f
3 | timeCreated: 1482811317
4 | licenseType: Free
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Yixin-2.8.0.jar.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: bf179fe1f26cbd444a09af71b8a03655
3 | timeCreated: 1482811319
4 | licenseType: Free
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-YouDao-2.8.0.jar.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 927b78626a890204cab05aaa2b3c7a93
3 | timeCreated: 1482811318
4 | licenseType: Free
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/res/values-en/ssdk_strings.xml.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c19813a428b660840a687b39377d3815
3 | timeCreated: 1456912833
4 | licenseType: Free
5 | TextScriptImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/res/values/ssdk_strings.xml.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 27db63411ac0c494285cb2cddd7ff0b0
3 | timeCreated: 1456912833
4 | licenseType: Free
5 | TextScriptImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/libs/x86.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 7c9afaf16b7d683469ddc341d3090579
3 | folderAsset: yes
4 | timeCreated: 1490671742
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Base/Network/TNet.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 2b578de151e7f46489a1326f6b38658c
3 | folderAsset: yes
4 | timeCreated: 1440989101
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Base/Network/UNet.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ade7fc5c4181e7649bddfadfc570c72f
3 | folderAsset: yes
4 | timeCreated: 1440989101
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/BsonExtensionMethods.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 9e5d3e4779adbd44fb162e4bc24e64ef
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/IO/BsonBinaryReader.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a80ff80615d759e49aac45acd751a312
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/IO/BsonBinaryWriter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 37f28baa6aba24042a448612e74b725a
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/IO/BsonDocumentReader.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c9065310af78ac6488437a7a791fb0a0
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/IO/BsonDocumentWriter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f2ccaac556b49254ab977d71aeca4158
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/IO/BsonReaderBookmark.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d97bd6cc4d7465f4abc15b61bfcda3f8
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/IO/BsonReaderSettings.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 8413e6dd4d4d0b34a9f4955c64a1b901
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/IO/BsonWriterSettings.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a1fa0352ac847874a85adab82910f1ce
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/IO/ByteBufferFactory.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 2996822bc562c40488506180d5e015fe
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/IO/JsonReaderBookmark.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f2397142720b8f847bdbd5315a2c24af
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/IO/JsonReaderContext.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 1c476ca02cb704643bc71a2d85d0a8e9
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/IO/JsonReaderSettings.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 31df3ee570aba8240b8b29e09a697e59
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/IO/JsonWriterContext.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 33a2f6d082da96b45a1e03dca878d92b
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/IO/JsonWriterSettings.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 4066004efced39646be03620dab06c6a
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/IO/MultiChunkBuffer.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 81c12bffb09766647ad47b2fa8de026f
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/IO/SingleChunkBuffer.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5970c95044bdd6649a5b2bfb0811c0c8
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/ObjectModel/BsonArray.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f1348bf68de02fe4a8fc3d4bc9a4d401
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/ObjectModel/BsonBoolean.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: fa32bd4c87c3f0041ba4e426a31c1542
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/ObjectModel/BsonDouble.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 8d4ad597b6f6567489e5326ca6c0ba7f
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/ObjectModel/BsonElement.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 68cb4de6fca33644190b2d1e7afc8105
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/ObjectModel/BsonInt32.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 3d315b098f4278e49bd2386f500b7492
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/ObjectModel/BsonInt64.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b2d091c6a3699d34e976f5bca3dfd450
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/ObjectModel/BsonMaxKey.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: bf4b0f2657dc58b458faab88a0e43df3
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/ObjectModel/BsonMinKey.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e76574044f7af1a4c869404709fb5ae0
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/ObjectModel/BsonNull.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 0c5ecc7cd850e6d46a59af872f12d56c
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/ObjectModel/BsonString.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a7325d521f429044f8740d5b981b4da6
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/ObjectModel/BsonSymbol.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 2bd7883ba6735104980a1fa103742995
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/ObjectModel/BsonType.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 98ca55ccacafe2e4894aa2802f44fd1f
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/ObjectModel/BsonValue.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f1a65142a914fb9479b8821f92c3b06d
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/ObjectModel/ObjectId.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 2e50328f7f6347d4f96db23aea86e7bb
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/protobuf-net/Meta.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: bf303b16a9b85f446943a098b2e41c37
3 | folderAsset: yes
4 | timeCreated: 1429251018
5 | licenseType: Free
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/Scripts/BehaviorTreeNode.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 4d42efc3fe0e75c439de9b213824243a
3 | folderAsset: yes
4 | timeCreated: 1486634839
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/Scripts/Component/Config.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e98bd4118f88e1c428e3af0983722aa8
3 | folderAsset: yes
4 | timeCreated: 1478144281
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Config/StartConfig/ClientConfig.txt:
--------------------------------------------------------------------------------
1 | { "_t" : "StartConfig", "_id" : NumberLong("96935508377601"), "Type" : 4, "components" : [{ "_t" : "ClientConfig", "_id" : NumberLong("96935508377602"), "Host" : "127.0.0.1", "Port" : 10000 }], "AppId" : 0, "AppType" : "Client", "ServerIP" : "*" }
2 |
--------------------------------------------------------------------------------
/Unity/Assets/Editor/BehaviorTreeEditor/Event.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 3a902cbd90500f548bc105b7137ec700
3 | folderAsset: yes
4 | timeCreated: 1471833564
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/Editor/BehaviorTreeEditor/Pic.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 1313c2b359c675b4e88c8c4d38dc59b4
3 | folderAsset: yes
4 | timeCreated: 1486458634
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/Editor/ObjectManagerToolsEditor.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 34772a55f5fbe7641a0e7f46f9a88084
3 | folderAsset: yes
4 | timeCreated: 1477113605
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/Editor/ReferenceCollectorEditor.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e185caf77a9b68b49a0b8c0a9d4687cb
3 | folderAsset: yes
4 | timeCreated: 1463827014
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/Editor/SDKPorter/XCodeEditor.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 47cfba800344a46e9976cf99c65e928d
3 | folderAsset: yes
4 | timeCreated: 1471246132
5 | licenseType: Free
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/Editor/ServerCommandLineEditor.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 7b8e880bdba621545827eea82adf63cc
3 | folderAsset: yes
4 | timeCreated: 1476672464
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/ILRuntime/ILRuntime/CLR/Method.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b0743254a9a39824a996c5fcc817b513
3 | folderAsset: yes
4 | timeCreated: 1486603934
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/ILRuntime/ILRuntime/CLR/Utils.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5f09998325ae1e74e82ad6cb5c0b6897
3 | folderAsset: yes
4 | timeCreated: 1486603934
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/ILRuntime/ILRuntime/Reflection.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 4de0bdaa0e6ff7b4696881fd8240823e
3 | folderAsset: yes
4 | timeCreated: 1486603934
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/ILRuntime/ILRuntime/Runtime/Stack.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d2981ae56ca4379409e9ceb06781c63a
3 | folderAsset: yes
4 | timeCreated: 1486603934
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/ILRuntime/Mono.Cecil.20/MonoCecil.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 831abf3bc2e9ed746abdbf09f6b26d30
3 | folderAsset: yes
4 | timeCreated: 1486603934
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/ILRuntime/Mono.Cecil.Mdb/mdb/Mono.CompilerServices.SymbolWriter/ISourceFile.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | namespace Mono.CompilerServices.SymbolWriter
3 | {
4 | public interface ISourceFile
5 | {
6 | SourceFileEntry Entry
7 | {
8 | get;
9 | }
10 | }
11 | }
12 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/MobCommons-2016.1222.1756.jar.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: deaeec5316ff77d499add9449a0dea23
3 | timeCreated: 1482811319
4 | licenseType: Free
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Alipay-Core-2.8.0.jar.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 44ff469a28acdb047836101f75cb5acc
3 | timeCreated: 1482811317
4 | licenseType: Free
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Alipay-Moments-2.8.0.jar.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 27232e173417a6f489a9941ec85fae25
3 | timeCreated: 1482811317
4 | licenseType: Free
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Foursquare-2.8.0.jar.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 761eb3ae06ee18043b330528e08d7c50
3 | timeCreated: 1482811318
4 | licenseType: Free
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-GooglePlus-2.8.0.jar.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b579444867b58004fa617dfff60c5f82
3 | timeCreated: 1482811319
4 | licenseType: Free
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Instapaper-2.8.0.jar.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e4c6400d9c6308346a6b3437d99c62bb
3 | timeCreated: 1482811319
4 | licenseType: Free
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Kakao-Core-2.8.0.jar.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 84c10a24d9df9214095848e0b2caa554
3 | timeCreated: 1482811318
4 | licenseType: Free
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-KakaoStory-2.8.0.jar.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5266668a16b958043a4abdb8e33e4c68
3 | timeCreated: 1482811318
4 | licenseType: Free
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-ShortMessage-2.8.0.jar.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ecd0bf8c918de724eb54c7ebf3a879ae
3 | timeCreated: 1482811319
4 | licenseType: Free
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-TencentWeibo-2.8.0.jar.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b4d826dcdefca3546ae09f995bb83fc5
3 | timeCreated: 1482811319
4 | licenseType: Free
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Wechat-Core-2.8.0.jar.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5955269d96b56f0419c110372eb9ff8e
3 | timeCreated: 1482811318
4 | licenseType: Free
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Wechat-Moments-2.8.0.jar.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f4a7a7423994fdf4f92d8d9b4b97884d
3 | timeCreated: 1482811319
4 | licenseType: Free
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Yixin-Core-2.8.0.jar.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 8b5ef8be2933bc142b820f51022b93bd
3 | timeCreated: 1482811318
4 | licenseType: Free
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Yixin-Moments-2.8.0.jar.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 32a3de0c3eeeac343aad7b6967d6f8ac
3 | timeCreated: 1482811317
4 | licenseType: Free
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/res/values-en/ssdk_oks_strings.xml.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a457b03fa7eaac345ad840dbbe800a0a
3 | timeCreated: 1456912833
4 | licenseType: Free
5 | TextScriptImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/res/values/ssdk_oks_strings.xml.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 8c117d0064bb83344bac2dfe5e5657ed
3 | timeCreated: 1456912833
4 | licenseType: Free
5 | TextScriptImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/libs/armeabi-v7a.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d3583ad876126244c805422fc8291629
3 | folderAsset: yes
4 | timeCreated: 1490670825
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Exceptions/BsonException.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 7c4e01c6066b7be4b87a0b683389dd5c
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/IO/BsonBinaryReaderBookmark.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 4380bba3214c8a94c8fae471f9abfd7a
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/IO/BsonBinaryReaderContext.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: bf041ffe9fe989841a3cd574309b991d
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/IO/BsonBinaryReaderSettings.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 0c4a0a11e2696554080efde23051bed1
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/IO/BsonBinaryWriterContext.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 3b35a234249f7854381552ff7c0324fc
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/IO/BsonBinaryWriterSettings.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d1f3818c03a5bdd4cb27717e8f268f73
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/IO/BsonDocumentReaderContext.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: df22228a4352c004a88ce6f07b73bf38
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/IO/BsonDocumentWriterContext.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 37b8623ed8ebfe9439c0e24b9268e1ab
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/ObjectModel/BsonBinaryData.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 2688aeb8b7b4fce41a28c334964a96cf
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/ObjectModel/BsonDateTime.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 07be1c2e5c695c244b3917b2085e5d6f
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/ObjectModel/BsonDocument.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 283d2ad92167a5f4eb03f1cd91ac13e6
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/ObjectModel/BsonJavaScript.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: dce9c513f2df50d47aa870789fc23c37
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/ObjectModel/BsonObjectId.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 4f01c67f65d88464eb4f5e6e19c47675
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/ObjectModel/BsonSymbolTable.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 4d4586d089648cf4897ed46635266874
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/ObjectModel/BsonTimestamp.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: fb49cad484a77fc47a0db2279da60023
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/ObjectModel/BsonTypeMapper.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 14f366019f9eac246bd1e223322e653c
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/ObjectModel/BsonUndefined.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 76b8bca99731be442b3e835262235cc2
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/ObjectModel/GuidConverter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c7ea1c13f89c25a489d20780d9b298e9
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/ObjectModel/LazyBsonArray.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 0240e5c8cbd3f0641a992c9b08fc0146
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/ObjectModel/LazyBsonDocument.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 14df416d9f1eec348b8c1f84bfa40eb4
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/ObjectModel/RawBsonArray.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5575ae736cfc1ed4b9943a406f4c5cab
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/ObjectModel/RawBsonDocument.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 8110a394bb9b9bf4b8b49a1049cdafd6
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/BsonClassMap.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 52b68276c9754a14b9b9d45fea9ea7d2
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/BsonCreatorMap.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 953e009f2c45e8845aa09aaf62c8a62b
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/BsonMemberMap.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e9bdd4d65ad0f9947be075da4eeb88fd
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/BsonSerializer.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 8c8d48c540b720a4fa73a35db2f5e58b
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/IIdGenerator.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 1019548234f50c64daec7fc02df0d048
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Shared/CanonicalDisposableClass.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5d87e800ce560334da1c8c6c016beb22
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Shared/CanonicalDisposableStruct.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e73bb3aff2421c940bc33b9b510ef795
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Shared/CanonicalEquatableClass.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f31fff4eda10f334fa23257c05303cbb
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Shared/CanonicalEquatableStruct.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: bc01d7f7ab63e4445bea0ae0885d2745
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/protobuf-net/Compiler.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 768a2a45d52da324ca87d347cf472305
3 | folderAsset: yes
4 | timeCreated: 1429251018
5 | licenseType: Free
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/protobuf-net/Properties.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 1177ef9b04432e7408703511a0b66120
3 | folderAsset: yes
4 | timeCreated: 1429251018
5 | licenseType: Free
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/protobuf-net/Serializers.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d601d2118bca0dd46bce3c210a21520b
3 | folderAsset: yes
4 | timeCreated: 1429251018
5 | licenseType: Free
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/Scripts/BehaviorTreeNode/Root.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c55fbdca15ef07548b28462fa2446af3
3 | folderAsset: yes
4 | timeCreated: 1487666950
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/Editor/BehaviorTreeEditor/Component.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: fb890a127a2337a4b98f94eb9c8d3dd1
3 | folderAsset: yes
4 | timeCreated: 1498010502
5 | licenseType: Free
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/ILRuntime/ILRuntime/CLR/TypeSystem.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: dc9d077bf71a98747bf2b50f52bd9063
3 | folderAsset: yes
4 | timeCreated: 1486603934
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/ILRuntime/ILRuntime/Runtime/Adaptors.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 94e60d4ce90761b4497ec3f9f968e3e2
3 | folderAsset: yes
4 | timeCreated: 1486603934
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/ILRuntime/ILRuntime/Runtime/CLRBinding.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: af221dfc6c56ebd45a5d24edf9e004d1
3 | folderAsset: yes
4 | timeCreated: 1486603934
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/ILRuntime/ILRuntime/Runtime/Debugger.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d13f66766121a994fae9cf07b8221201
3 | folderAsset: yes
4 | timeCreated: 1486603934
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/ILRuntime/ILRuntime/Runtime/Enviorment.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 8fa66c39e725f9849aa5ce0186e8a472
3 | folderAsset: yes
4 | timeCreated: 1486603934
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/ILRuntime/ILRuntime/Runtime/Intepreter.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 03776af9ee8ef39428a916bb5fed61dc
3 | folderAsset: yes
4 | timeCreated: 1486603934
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/ILRuntime/Mono.Cecil.20/MonoCecil/Mono.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e8475b78432a91446ad50a08908d1bbf
3 | folderAsset: yes
4 | timeCreated: 1486603934
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/ILRuntime/Mono.Cecil.Mdb/mdb/Mono.CompilerServices.SymbolWriter/ICompileUnit.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | namespace Mono.CompilerServices.SymbolWriter
3 | {
4 | public interface ICompileUnit
5 | {
6 | CompileUnitEntry Entry
7 | {
8 | get;
9 | }
10 | }
11 | }
12 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-FacebookMessenger-2.8.0.jar.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 967314f0353a5984f95cb9a43af5fa6a
3 | timeCreated: 1482811318
4 | licenseType: Free
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/libs/ShareSDK-Wechat-Favorite-2.8.0.jar.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: da8a1d10663805f4e92600d9ff6352d3
3 | timeCreated: 1482811319
4 | licenseType: Free
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/res/values/ssdk_instapaper_strings.xml.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 73ba06e8437c23f47b3eb44a6bcebdb1
3 | timeCreated: 1456912833
4 | licenseType: Free
5 | TextScriptImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/res/values/ssdk_oks_color_drawables.xml.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a88f72f5ac820a344bb51c6dfeb3fdda
3 | timeCreated: 1456912833
4 | licenseType: Free
5 | TextScriptImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Exceptions/BsonInternalException.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c03f560ff6e57574c8cbbbe73346a0b9
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Exceptions/TruncationException.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 22e7ec2e14fb871438082dcfa7b9b32b
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/IO/BsonDocumentReaderBookmark.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 0c4d1b9effbf1534d862573e264ed1a0
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/IO/BsonDocumentReaderSettings.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5f07677cfabfe5543810159d42cd14c1
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/IO/BsonDocumentWriterSettings.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 3d0f2ed6022d7bd4d92d5551195afc62
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/ObjectModel/BsonBinarySubType.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 72928dda4da763946b2e18495bb3ece0
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/ObjectModel/BsonDocumentWrapper.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 1bb3b5f267664ee4c99ff725349a989d
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/ObjectModel/BsonRegularExpression.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 2c9293834bcabe24cb48cf9489132aba
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/ObjectModel/BsonTypeMapperOptions.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ffe066f1dd108a24c80cf81ad5b1e7da
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/ObjectModel/GuidRepresentation.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f1408bf8158bf4f44b2dc5d5b57b93b7
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/ObjectModel/ICustomBsonTypeMapper.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 8aa6ed745eb8cdc45a7685d6a919d6e7
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/ExpressionVisitor.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 923c21565f8fea34ab0f40bd8f9f9cba
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/IBsonIdProvider.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 37726e75a122f0443ba044519b3291f4
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/IBsonSerializable.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 104e3e4a8416f064eabbfa8f458c56be
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/IBsonSerializer.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b69177cfb4e63ff4d9a964e755f48f4d
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/ICreatorSelector.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 8b4aa813afe66724b99a2ac43f43fe7c
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Shared/CanonicalDisposableDerivedClass.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e9379a433710b494dbffa21ad5d31f53
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Shared/CanonicalEquatableDerivedClass.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 806bc510a73da3c4e86e6ba5fc7fcb19
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/iOS/ShareSDKUnity3DBridge.h:
--------------------------------------------------------------------------------
1 | //
2 | // ShareSDKUnity3DBridge.h
3 | // Unity-iPhone
4 | //
5 | // Created by chenjd on 15/7/30.
6 | //
7 | //
8 |
9 | #import
10 |
11 | @interface ShareSDKUnity3DBridge : NSObject
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/protobuf-net/ServiceModel.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 90890618010ce4643ab68a00c0cec6e6
3 | folderAsset: yes
4 | timeCreated: 1429251018
5 | licenseType: Free
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/Scripts/BehaviorTree/BehaviorTreeType.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c375b47af7192684f8d6fcd00e7de7f3
3 | folderAsset: yes
4 | timeCreated: 1486453956
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/ILRuntime/Mono.Cecil.Mdb/mdb/Mono.Cecil.Mdb.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 0e23b1a93eaae5248ac19ed79a4b5e3c
3 | folderAsset: yes
4 | timeCreated: 1486623198
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/ILRuntime/Mono.Cecil.Pdb/pdb/Mono.Cecil.Pdb.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 7d0e04521efd13446b2ce649ae9d76e1
3 | folderAsset: yes
4 | timeCreated: 1486603934
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/res/drawable/ssdk_oks_classic_progressbar.xml.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: cf762373afaf6f94781095d5364d2f19
3 | timeCreated: 1456912833
4 | licenseType: Free
5 | TextScriptImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Exceptions/BsonSerializationException.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 7ef7520c011708245850c5e7bd79d0f7
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/ObjectModel/BsonJavaScriptWithScope.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: fe5508bf30781d2439cd734ad7f97210
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/ObjectModel/IConvertibleToBsonDocument.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 3398f6ef34e2bfd4baece81f9d61ae6f
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/BsonDocumentBackedClass.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 092697f7ba519cd42a15446928493ece
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/BsonSerializationInfo.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 963eb94ec49e3d9499e42f59cc0ad8e8
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/Conventions/IConvention.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 66312bbce6aed6444a123ac89385acdf
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/IBsonArraySerializer.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 74c9d1cdba9c7ef4d873ff180e35a90e
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/IBsonDocumentSerializer.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e2294678f436a6a49bfb51d518c2b7ac
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/Options/TimeSpanUnits.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: dad9bfd5b5512eb46bf551bcf63350c5
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/TypeNameDiscriminator.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 87dd4612e929228449a40a22c5cf5f8d
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Editor/SDKPorter/XCodeEditor/XCTarget.cs:
--------------------------------------------------------------------------------
1 | using UnityEngine;
2 | using System.Collections;
3 |
4 | namespace cn.sharesdk.unity3d.sdkporter
5 | {
6 | public class XCTarget : System.IDisposable
7 | {
8 |
9 | public void Dispose()
10 | {
11 |
12 | }
13 |
14 | }
15 | }
--------------------------------------------------------------------------------
/Unity/Assets/ILRuntime/ILRuntime/Runtime/Debugger/Protocol.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 0b6dc6efcc1ee084ea277d2446c90b1a
3 | folderAsset: yes
4 | timeCreated: 1486603934
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/ILRuntime/ILRuntime/Runtime/Intepreter/OpCodes.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ee5e263e02ae350498ab22bc93ddff1b
3 | folderAsset: yes
4 | timeCreated: 1486603935
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/ILRuntime/Mono.Cecil.20/MonoCecil/Mono.Cecil.Cil.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: de2edc53bd77076448c79b64001c1cd4
3 | folderAsset: yes
4 | timeCreated: 1486603934
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/ILRuntime/Mono.Cecil.20/MonoCecil/Mono.Cecil.PE.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c7a5c1820bce3f74784e57f80c253c0b
3 | folderAsset: yes
4 | timeCreated: 1486603934
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/ILRuntime/Mono.Cecil.20/MonoCecil/Mono.Cecil.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b10b857c11232184e8bd5800e9e993a3
3 | folderAsset: yes
4 | timeCreated: 1486603934
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/ILRuntime/Mono.Cecil.Pdb/pdb/Microsoft.Cci.Pdb.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 49feb75c7e678c74ca89103b670bbb04
3 | folderAsset: yes
4 | timeCreated: 1486603934
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/res/drawable-xhdpi/ssdk_oks_classic_alipaymoments.png.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 585025c8d63a8a84ba24900848c1d134
3 | timeCreated: 1477454995
4 | licenseType: Free
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/ObjectModel/MaterializedOnDemandBsonArray.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 3d571f7396c5773429020f8aaffc90fd
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/Attributes/BsonIdAttribute.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ac7f6b09d9bf66d44994398088809ba0
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/Attributes/BsonNoIdAttribute.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 18c4fa1e6f51a3e49a74fd3fec205233
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/Conventions/ConventionBase.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a442b418ea59c0448aa291248462462f
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/Conventions/ConventionPack.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: dd38f8175c9713e4fb5152e2edce157d
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/Conventions/ConventionRunner.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: cd35281d39d7f344c9b0e5ee1ae4bff9
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/Conventions/IConventionPack.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 3c80ba7a2749a534d9d68af79c7e9dd1
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/CreatorMapDelegateCompiler.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b2ae69abf2c0f9e4a97a2f0fb9b1c28a
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/IBsonSerializationOptions.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 4e0db3884a244ab49a9cf987382bed03
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/IBsonSerializationProvider.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 378016876e4a4844dbf6e5819d1af43b
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/IdGenerators/GuidGenerator.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ba403d11879a40742a36d4431acfc0be
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/IdGenerators/NullIdChecker.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 183b751415fc2c94085d9a446eb2cb25
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/IdGenerators/ZeroIdChecker.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d19b43d556ace2b4c8f901ac76c5bde1
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/MostArgumentsCreatorSelector.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c548f56a50620a542861e1029e4f0f43
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/Serializers/ArraySerializer.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 02cc72e0d3ed13f47ae838c382e6bad5
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/Serializers/BooleanSerializer.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 8635b4fce0c71944c881961700d35463
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/Serializers/ByteSerializer.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: fdf83a9f4e73f0d4d8f985a5e6b2c9ab
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/Serializers/CharSerializer.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 25dcfc27741c90d4fbadc90975933c8c
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/Serializers/DecimalSerializer.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 9d7a02626aa5a19449198f2ea6fe8f28
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/Serializers/DoubleSerializer.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: efcbac14d0ec01d4c91bd692724a024c
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/Serializers/EnumSerializer.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 553b06afebe895b4bb0b64e7bb820a96
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/Serializers/GuidSerializer.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b672d20d965546144abc335cdbfb9489
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/Serializers/Int16Serializer.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a8234c58702a6f54390d2760a2eafa01
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/Serializers/Int32Serializer.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 0ccd7a1149e42c0498ec65ebf47b4794
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/Serializers/Int64Serializer.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 8cdcf3cd8b51c314aac871887bf5bc9e
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/Serializers/ObjectSerializer.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 4ad84cd4d050d774b883be7be0e2c708
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/Serializers/QueueSerializer.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b0c2313f07c7d3d4d897084f51fbb99e
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/Serializers/SByteSerializer.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e31a42aec01775148a13730421819c20
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/Serializers/SingleSerializer.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 12c14446128b8a54a84ac5afad1cc53c
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/Serializers/StackSerializer.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: af093a462653cca43b81b1153e216772
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/Serializers/StringSerializer.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a65ccf187a0e41340b8340b565dff918
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/Serializers/UInt16Serializer.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 926c50621449b864885ad4239482c790
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/Serializers/UInt32Serializer.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 9b60e0a4c58703940b5d7d9689739fe5
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/Serializers/UInt64Serializer.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: cb71fb058cf4ac94cbfb69d7fd4b1d71
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/Serializers/UriSerializer.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d65f4802ffbdbba4eb2812f67ec87c98
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/Serializers/VersionSerializer.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 545917d88691f604faa8e4c56d259fb0
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/protobuf-net/Compiler/CompilerDelegates.cs:
--------------------------------------------------------------------------------
1 | #if FEAT_COMPILER
2 | namespace ProtoBuf.Compiler
3 | {
4 | internal delegate void ProtoSerializer(object value, ProtoWriter dest);
5 | internal delegate object ProtoDeserializer(object value, ProtoReader source);
6 | }
7 | #endif
--------------------------------------------------------------------------------
/Unity/Assets/Scripts/BehaviorTree/BehaviorTreeType/BaseType.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 46aa242ceff10e24aa36703ea81c3ae6
3 | folderAsset: yes
4 | timeCreated: 1477554976
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/Scripts/BehaviorTree/BehaviorTreeType/UnityType.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 1fb6809507ca9de4d9d9f35a4abab3b7
3 | folderAsset: yes
4 | timeCreated: 1477554976
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Tools/cwRsync/Config/rsyncd.conf:
--------------------------------------------------------------------------------
1 | uid = root
2 | gid = root
3 | use chroot = no
4 | max connections = 100
5 | read only = no
6 | write only = no
7 | log file =/var/log/rsyncd.log
8 | [Upload]
9 | path = /home/tanghai/
10 | auth users = tanghai
11 | secrets file = /etc/rsyncd.secrets
12 | list = yes
--------------------------------------------------------------------------------
/Unity/Assets/ILRuntime/ILRuntime/Runtime/Debugger/DebuggerServer.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 42158ac895f5be84694c2f7718da4dbd
3 | folderAsset: yes
4 | timeCreated: 1486603935
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/ILRuntime/Mono.Cecil.20/MonoCecil/Mono.Cecil.Metadata.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 965b2ebba43968c4da91a6830c26fb49
3 | folderAsset: yes
4 | timeCreated: 1486603934
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/Android/ShareSDK/res/drawable/ssdk_oks_classic_platform_cell_back.xml.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c81927e3c87b07846bb19d85f8becf45
3 | timeCreated: 1456912833
4 | licenseType: Free
5 | TextScriptImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/ObjectModel/MaterializedOnDemandBsonDocument.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 133c55033b60a144b9ff39db60437da5
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/Attributes/BsonElementAttribute.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 7fd59d5d7587e7341b0dc8ba145b1298
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/Attributes/BsonIgnoreAttribute.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 05dcabcdaa3550848a1a7b75f92e82b1
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/Attributes/BsonKnownTypesAttribute.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 0f8ddffa95f4cb3428d7513302fbffcf
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/Attributes/BsonRequiredAttribute.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 258d28f6af5b3524ea29b7a8fd47fa11
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/Attributes/BsonSerializerAttribute.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 001eb52901657ec4b98e802d8b3bf886
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/Attributes/IBsonClassMapAttribute.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e7cc4547a3ecbb047852084d72d446e2
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/Attributes/IBsonClassMapModifier.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 663da8e7cb0a8734491393746403fcdf
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/Attributes/IBsonMemberMapAttribute.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ec89b453501f4a047b53121d9c903681
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/Attributes/IBsonMemberMapModifier.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 0b11f92e7dce29b4d8cb52d223bff154
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/BsonClassMapSerializationProvider.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: dac72dbcadb9df647a512ca11cdab448
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/BsonDefaultSerializationProvider.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 2a2d52fdb152bb34ab523303ed251ac4
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/Conventions/ConventionRegistry.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 1a92dc57eca829646b4d1a828c150a16
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/Conventions/DefaultConventionPack.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ce821070977886c4281b6c754ceb02cd
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/Conventions/IClassMapConvention.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ea3daa1e5ca25594e9b7c5d27668de0f
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/Conventions/ICreatorMapConvention.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 34bc6b2b049c93b41be34f1f4209f236
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/Conventions/IMemberMapConvention.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 78490e8149be40947ac9e411f5adeb90
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/Conventions/IgnoreIfNullConvention.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ffab245f89dd11547b99310a220851d1
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/Conventions/NoIdMemberConvention.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 36e4dba096081664b8eb87058e581e56
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/IdGenerators/BsonObjectIdGenerator.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 53a60dd7e1c076d4e95396084a530db3
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/IdGenerators/CombGuidGenerator.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a523d62d71dab8542ba1ab5b06457f12
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/IdGenerators/ObjectIdGenerator.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 1bfc4a078e100714e90d15be68d888ac
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/Options/ArraySerializationOptions.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 6ca1834873168184fb79742ef1292270
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/Serializers/BitArraySerializer.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ccd4430fe3206ad41ba4d69e6a192e82
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/Serializers/BsonArraySerializer.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a2af841697bd3d447a627a766125af0f
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/Serializers/BsonBaseSerializer.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 13d4ae2d05654314585dccc1bc928fdb
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/Serializers/BsonBooleanSerializer.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 3f0e3db81c0205c45a64a16f29aeeb0b
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/Serializers/BsonClassMapSerializer.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 67258753eabc70a46a43bc78b8dc0da9
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/Serializers/BsonDateTimeSerializer.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5a32c293f5fe0354698c414d9875f1be
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/Serializers/BsonDocumentSerializer.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 1f37c70f3e1492e43a29aacb2be3095c
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Unity/Assets/Plugins/MongoDB/MongoDB.Bson/Serialization/Serializers/BsonDoubleSerializer.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ac00ab14164d0614692fe362c186ac26
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------