Merge branch 'master' of http://nas.ultracombos.com:3400/19050-Frozen2/Develop-19050-Frozen2
@ -0,0 +1,39 @@ |
|||||||
|
# Created by https://www.gitignore.io/api/unity |
||||||
|
|
||||||
|
### Unity ### |
||||||
|
/[Ll]ibrary/ |
||||||
|
/[Tt]emp/ |
||||||
|
/[Oo]bj/ |
||||||
|
/[Bb]uild/ |
||||||
|
/[Bb]uilds/ |
||||||
|
/Assets/AssetStoreTools* |
||||||
|
|
||||||
|
# Visual Studio 2015 cache directory |
||||||
|
/.vs/ |
||||||
|
|
||||||
|
# Autogenerated VS/MD/Consulo solution and project files |
||||||
|
ExportedObj/ |
||||||
|
.consulo/ |
||||||
|
*.csproj |
||||||
|
*.unityproj |
||||||
|
*.sln |
||||||
|
*.suo |
||||||
|
*.tmp |
||||||
|
*.user |
||||||
|
*.userprefs |
||||||
|
*.pidb |
||||||
|
*.booproj |
||||||
|
*.svd |
||||||
|
*.pdb |
||||||
|
|
||||||
|
# Unity3D generated meta files |
||||||
|
*.pidb.meta |
||||||
|
|
||||||
|
# Unity3D Generated File On Crash Reports |
||||||
|
sysinfo.txt |
||||||
|
|
||||||
|
# Builds |
||||||
|
*.apk |
||||||
|
*.unitypackage |
||||||
|
|
||||||
|
# End of https://www.gitignore.io/api/unity |
||||||
@ -0,0 +1,8 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: b8f786cd7ddc02c409568d8c1312f317 |
||||||
|
folderAsset: yes |
||||||
|
DefaultImporter: |
||||||
|
externalObjects: {} |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
||||||
@ -0,0 +1,8 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: 33093aefa0ca6e948a654a7acba39d50 |
||||||
|
folderAsset: yes |
||||||
|
DefaultImporter: |
||||||
|
externalObjects: {} |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
||||||
@ -0,0 +1,7 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: ed993f3445552c14bab5aebf8c5edb1b |
||||||
|
DefaultImporter: |
||||||
|
externalObjects: {} |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
||||||
@ -0,0 +1,8 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: 892c76216d8d3ce4a9488ea63d72b95a |
||||||
|
folderAsset: yes |
||||||
|
DefaultImporter: |
||||||
|
externalObjects: {} |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
||||||
@ -0,0 +1,11 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: 5bfb8cd42ce5c1340aa11257225394b0 |
||||||
|
MonoImporter: |
||||||
|
externalObjects: {} |
||||||
|
serializedVersion: 2 |
||||||
|
defaultReferences: [] |
||||||
|
executionOrder: 0 |
||||||
|
icon: {instanceID: 0} |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
||||||
@ -0,0 +1,8 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: d6817963de988414da67c17d88e5927b |
||||||
|
folderAsset: yes |
||||||
|
DefaultImporter: |
||||||
|
externalObjects: {} |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
||||||
@ -0,0 +1,127 @@ |
|||||||
|
// <auto-generated> |
||||||
|
// Generated by the protocol buffer compiler. DO NOT EDIT! |
||||||
|
// source: ultracombos.minions.proto |
||||||
|
// </auto-generated> |
||||||
|
#pragma warning disable 0414, 1591 |
||||||
|
#region Designer generated code |
||||||
|
|
||||||
|
using grpc = global::Grpc.Core; |
||||||
|
|
||||||
|
namespace UltraCombos.Minions { |
||||||
|
public static partial class Resource |
||||||
|
{ |
||||||
|
static readonly string __ServiceName = "UltraCombos.Minions.Resource"; |
||||||
|
|
||||||
|
static readonly grpc::Marshaller<global::UltraCombos.Minions.Index> __Marshaller_UltraCombos_Minions_Index = grpc::Marshallers.Create((arg) => global::Google.Protobuf.MessageExtensions.ToByteArray(arg), global::UltraCombos.Minions.Index.Parser.ParseFrom); |
||||||
|
static readonly grpc::Marshaller<global::UltraCombos.Minions.DataRequest> __Marshaller_UltraCombos_Minions_DataRequest = grpc::Marshallers.Create((arg) => global::Google.Protobuf.MessageExtensions.ToByteArray(arg), global::UltraCombos.Minions.DataRequest.Parser.ParseFrom); |
||||||
|
static readonly grpc::Marshaller<global::UltraCombos.Minions.DataReply> __Marshaller_UltraCombos_Minions_DataReply = grpc::Marshallers.Create((arg) => global::Google.Protobuf.MessageExtensions.ToByteArray(arg), global::UltraCombos.Minions.DataReply.Parser.ParseFrom); |
||||||
|
|
||||||
|
static readonly grpc::Method<global::UltraCombos.Minions.Index, global::UltraCombos.Minions.Index> __Method_GetIndex = new grpc::Method<global::UltraCombos.Minions.Index, global::UltraCombos.Minions.Index>( |
||||||
|
grpc::MethodType.Unary, |
||||||
|
__ServiceName, |
||||||
|
"GetIndex", |
||||||
|
__Marshaller_UltraCombos_Minions_Index, |
||||||
|
__Marshaller_UltraCombos_Minions_Index); |
||||||
|
|
||||||
|
static readonly grpc::Method<global::UltraCombos.Minions.DataRequest, global::UltraCombos.Minions.DataReply> __Method_SendData = new grpc::Method<global::UltraCombos.Minions.DataRequest, global::UltraCombos.Minions.DataReply>( |
||||||
|
grpc::MethodType.Unary, |
||||||
|
__ServiceName, |
||||||
|
"SendData", |
||||||
|
__Marshaller_UltraCombos_Minions_DataRequest, |
||||||
|
__Marshaller_UltraCombos_Minions_DataReply); |
||||||
|
|
||||||
|
/// <summary>Service descriptor</summary> |
||||||
|
public static global::Google.Protobuf.Reflection.ServiceDescriptor Descriptor |
||||||
|
{ |
||||||
|
get { return global::UltraCombos.Minions.UltracombosMinionsReflection.Descriptor.Services[0]; } |
||||||
|
} |
||||||
|
|
||||||
|
/// <summary>Base class for server-side implementations of Resource</summary> |
||||||
|
public abstract partial class ResourceBase |
||||||
|
{ |
||||||
|
public virtual global::System.Threading.Tasks.Task<global::UltraCombos.Minions.Index> GetIndex(global::UltraCombos.Minions.Index request, grpc::ServerCallContext context) |
||||||
|
{ |
||||||
|
throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); |
||||||
|
} |
||||||
|
|
||||||
|
public virtual global::System.Threading.Tasks.Task<global::UltraCombos.Minions.DataReply> SendData(global::UltraCombos.Minions.DataRequest request, grpc::ServerCallContext context) |
||||||
|
{ |
||||||
|
throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); |
||||||
|
} |
||||||
|
|
||||||
|
} |
||||||
|
|
||||||
|
/// <summary>Client for Resource</summary> |
||||||
|
public partial class ResourceClient : grpc::ClientBase<ResourceClient> |
||||||
|
{ |
||||||
|
/// <summary>Creates a new client for Resource</summary> |
||||||
|
/// <param name="channel">The channel to use to make remote calls.</param> |
||||||
|
public ResourceClient(grpc::Channel channel) : base(channel) |
||||||
|
{ |
||||||
|
} |
||||||
|
/// <summary>Creates a new client for Resource that uses a custom <c>CallInvoker</c>.</summary> |
||||||
|
/// <param name="callInvoker">The callInvoker to use to make remote calls.</param> |
||||||
|
public ResourceClient(grpc::CallInvoker callInvoker) : base(callInvoker) |
||||||
|
{ |
||||||
|
} |
||||||
|
/// <summary>Protected parameterless constructor to allow creation of test doubles.</summary> |
||||||
|
protected ResourceClient() : base() |
||||||
|
{ |
||||||
|
} |
||||||
|
/// <summary>Protected constructor to allow creation of configured clients.</summary> |
||||||
|
/// <param name="configuration">The client configuration.</param> |
||||||
|
protected ResourceClient(ClientBaseConfiguration configuration) : base(configuration) |
||||||
|
{ |
||||||
|
} |
||||||
|
|
||||||
|
public virtual global::UltraCombos.Minions.Index GetIndex(global::UltraCombos.Minions.Index request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) |
||||||
|
{ |
||||||
|
return GetIndex(request, new grpc::CallOptions(headers, deadline, cancellationToken)); |
||||||
|
} |
||||||
|
public virtual global::UltraCombos.Minions.Index GetIndex(global::UltraCombos.Minions.Index request, grpc::CallOptions options) |
||||||
|
{ |
||||||
|
return CallInvoker.BlockingUnaryCall(__Method_GetIndex, null, options, request); |
||||||
|
} |
||||||
|
public virtual grpc::AsyncUnaryCall<global::UltraCombos.Minions.Index> GetIndexAsync(global::UltraCombos.Minions.Index request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) |
||||||
|
{ |
||||||
|
return GetIndexAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)); |
||||||
|
} |
||||||
|
public virtual grpc::AsyncUnaryCall<global::UltraCombos.Minions.Index> GetIndexAsync(global::UltraCombos.Minions.Index request, grpc::CallOptions options) |
||||||
|
{ |
||||||
|
return CallInvoker.AsyncUnaryCall(__Method_GetIndex, null, options, request); |
||||||
|
} |
||||||
|
public virtual global::UltraCombos.Minions.DataReply SendData(global::UltraCombos.Minions.DataRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) |
||||||
|
{ |
||||||
|
return SendData(request, new grpc::CallOptions(headers, deadline, cancellationToken)); |
||||||
|
} |
||||||
|
public virtual global::UltraCombos.Minions.DataReply SendData(global::UltraCombos.Minions.DataRequest request, grpc::CallOptions options) |
||||||
|
{ |
||||||
|
return CallInvoker.BlockingUnaryCall(__Method_SendData, null, options, request); |
||||||
|
} |
||||||
|
public virtual grpc::AsyncUnaryCall<global::UltraCombos.Minions.DataReply> SendDataAsync(global::UltraCombos.Minions.DataRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) |
||||||
|
{ |
||||||
|
return SendDataAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)); |
||||||
|
} |
||||||
|
public virtual grpc::AsyncUnaryCall<global::UltraCombos.Minions.DataReply> SendDataAsync(global::UltraCombos.Minions.DataRequest request, grpc::CallOptions options) |
||||||
|
{ |
||||||
|
return CallInvoker.AsyncUnaryCall(__Method_SendData, null, options, request); |
||||||
|
} |
||||||
|
/// <summary>Creates a new instance of client from given <c>ClientBaseConfiguration</c>.</summary> |
||||||
|
protected override ResourceClient NewInstance(ClientBaseConfiguration configuration) |
||||||
|
{ |
||||||
|
return new ResourceClient(configuration); |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
/// <summary>Creates service definition that can be registered with a server</summary> |
||||||
|
/// <param name="serviceImpl">An object implementing the server-side handling logic.</param> |
||||||
|
public static grpc::ServerServiceDefinition BindService(ResourceBase serviceImpl) |
||||||
|
{ |
||||||
|
return grpc::ServerServiceDefinition.CreateBuilder() |
||||||
|
.AddMethod(__Method_GetIndex, serviceImpl.GetIndex) |
||||||
|
.AddMethod(__Method_SendData, serviceImpl.SendData).Build(); |
||||||
|
} |
||||||
|
|
||||||
|
} |
||||||
|
} |
||||||
|
#endregion |
||||||
@ -0,0 +1,11 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: 5d7a06eb139b8044da62946a48e3f2e2 |
||||||
|
MonoImporter: |
||||||
|
externalObjects: {} |
||||||
|
serializedVersion: 2 |
||||||
|
defaultReferences: [] |
||||||
|
executionOrder: 0 |
||||||
|
icon: {instanceID: 0} |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
||||||
@ -0,0 +1,681 @@ |
|||||||
|
// <auto-generated> |
||||||
|
// Generated by the protocol buffer compiler. DO NOT EDIT! |
||||||
|
// source: ultracombos.minions.proto |
||||||
|
// </auto-generated> |
||||||
|
#pragma warning disable 1591, 0612, 3021 |
||||||
|
#region Designer generated code |
||||||
|
|
||||||
|
using pb = global::Google.Protobuf; |
||||||
|
using pbc = global::Google.Protobuf.Collections; |
||||||
|
using pbr = global::Google.Protobuf.Reflection; |
||||||
|
using scg = global::System.Collections.Generic; |
||||||
|
namespace UltraCombos.Minions { |
||||||
|
|
||||||
|
/// <summary>Holder for reflection information generated from ultracombos.minions.proto</summary> |
||||||
|
public static partial class UltracombosMinionsReflection { |
||||||
|
|
||||||
|
#region Descriptor |
||||||
|
/// <summary>File descriptor for ultracombos.minions.proto</summary> |
||||||
|
public static pbr::FileDescriptor Descriptor { |
||||||
|
get { return descriptor; } |
||||||
|
} |
||||||
|
private static pbr::FileDescriptor descriptor; |
||||||
|
|
||||||
|
static UltracombosMinionsReflection() { |
||||||
|
byte[] descriptorData = global::System.Convert.FromBase64String( |
||||||
|
string.Concat( |
||||||
|
"Chl1bHRyYWNvbWJvcy5taW5pb25zLnByb3RvEhNVbHRyYUNvbWJvcy5NaW5p", |
||||||
|
"b25zIgcKBUVtcHR5IiMKBUluZGV4EgoKAmlkGAEgASgFEg4KBnNlcmlhbBgC", |
||||||
|
"IAEoCSJgCgtEYXRhUmVxdWVzdBIKCgJpZBgBIAEoBRIOCgZzZXJpYWwYAiAB", |
||||||
|
"KAkSDwoHY29udGVudBgDIAEoDBIRCglzaWduYXR1cmUYBCABKAwSEQoJdGh1", |
||||||
|
"bWJuYWlsGAUgASgMIhsKCURhdGFSZXBseRIOCgZyZXN1bHQYASABKAkyoAEK", |
||||||
|
"CFJlc291cmNlEkQKCEdldEluZGV4EhouVWx0cmFDb21ib3MuTWluaW9ucy5J", |
||||||
|
"bmRleBoaLlVsdHJhQ29tYm9zLk1pbmlvbnMuSW5kZXgiABJOCghTZW5kRGF0", |
||||||
|
"YRIgLlVsdHJhQ29tYm9zLk1pbmlvbnMuRGF0YVJlcXVlc3QaHi5VbHRyYUNv", |
||||||
|
"bWJvcy5NaW5pb25zLkRhdGFSZXBseSIAYgZwcm90bzM=")); |
||||||
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, |
||||||
|
new pbr::FileDescriptor[] { }, |
||||||
|
new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { |
||||||
|
new pbr::GeneratedClrTypeInfo(typeof(global::UltraCombos.Minions.Empty), global::UltraCombos.Minions.Empty.Parser, null, null, null, null), |
||||||
|
new pbr::GeneratedClrTypeInfo(typeof(global::UltraCombos.Minions.Index), global::UltraCombos.Minions.Index.Parser, new[]{ "Id", "Serial" }, null, null, null), |
||||||
|
new pbr::GeneratedClrTypeInfo(typeof(global::UltraCombos.Minions.DataRequest), global::UltraCombos.Minions.DataRequest.Parser, new[]{ "Id", "Serial", "Content", "Signature", "Thumbnail" }, null, null, null), |
||||||
|
new pbr::GeneratedClrTypeInfo(typeof(global::UltraCombos.Minions.DataReply), global::UltraCombos.Minions.DataReply.Parser, new[]{ "Result" }, null, null, null) |
||||||
|
})); |
||||||
|
} |
||||||
|
#endregion |
||||||
|
|
||||||
|
} |
||||||
|
#region Messages |
||||||
|
public sealed partial class Empty : pb::IMessage<Empty> { |
||||||
|
private static readonly pb::MessageParser<Empty> _parser = new pb::MessageParser<Empty>(() => new Empty()); |
||||||
|
private pb::UnknownFieldSet _unknownFields; |
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public static pb::MessageParser<Empty> Parser { get { return _parser; } } |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public static pbr::MessageDescriptor Descriptor { |
||||||
|
get { return global::UltraCombos.Minions.UltracombosMinionsReflection.Descriptor.MessageTypes[0]; } |
||||||
|
} |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
pbr::MessageDescriptor pb::IMessage.Descriptor { |
||||||
|
get { return Descriptor; } |
||||||
|
} |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public Empty() { |
||||||
|
OnConstruction(); |
||||||
|
} |
||||||
|
|
||||||
|
partial void OnConstruction(); |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public Empty(Empty other) : this() { |
||||||
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); |
||||||
|
} |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public Empty Clone() { |
||||||
|
return new Empty(this); |
||||||
|
} |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public override bool Equals(object other) { |
||||||
|
return Equals(other as Empty); |
||||||
|
} |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public bool Equals(Empty other) { |
||||||
|
if (ReferenceEquals(other, null)) { |
||||||
|
return false; |
||||||
|
} |
||||||
|
if (ReferenceEquals(other, this)) { |
||||||
|
return true; |
||||||
|
} |
||||||
|
return Equals(_unknownFields, other._unknownFields); |
||||||
|
} |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public override int GetHashCode() { |
||||||
|
int hash = 1; |
||||||
|
if (_unknownFields != null) { |
||||||
|
hash ^= _unknownFields.GetHashCode(); |
||||||
|
} |
||||||
|
return hash; |
||||||
|
} |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public override string ToString() { |
||||||
|
return pb::JsonFormatter.ToDiagnosticString(this); |
||||||
|
} |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public void WriteTo(pb::CodedOutputStream output) { |
||||||
|
if (_unknownFields != null) { |
||||||
|
_unknownFields.WriteTo(output); |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public int CalculateSize() { |
||||||
|
int size = 0; |
||||||
|
if (_unknownFields != null) { |
||||||
|
size += _unknownFields.CalculateSize(); |
||||||
|
} |
||||||
|
return size; |
||||||
|
} |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public void MergeFrom(Empty other) { |
||||||
|
if (other == null) { |
||||||
|
return; |
||||||
|
} |
||||||
|
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); |
||||||
|
} |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public void MergeFrom(pb::CodedInputStream input) { |
||||||
|
uint tag; |
||||||
|
while ((tag = input.ReadTag()) != 0) { |
||||||
|
switch(tag) { |
||||||
|
default: |
||||||
|
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); |
||||||
|
break; |
||||||
|
} |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
} |
||||||
|
|
||||||
|
public sealed partial class Index : pb::IMessage<Index> { |
||||||
|
private static readonly pb::MessageParser<Index> _parser = new pb::MessageParser<Index>(() => new Index()); |
||||||
|
private pb::UnknownFieldSet _unknownFields; |
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public static pb::MessageParser<Index> Parser { get { return _parser; } } |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public static pbr::MessageDescriptor Descriptor { |
||||||
|
get { return global::UltraCombos.Minions.UltracombosMinionsReflection.Descriptor.MessageTypes[1]; } |
||||||
|
} |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
pbr::MessageDescriptor pb::IMessage.Descriptor { |
||||||
|
get { return Descriptor; } |
||||||
|
} |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public Index() { |
||||||
|
OnConstruction(); |
||||||
|
} |
||||||
|
|
||||||
|
partial void OnConstruction(); |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public Index(Index other) : this() { |
||||||
|
id_ = other.id_; |
||||||
|
serial_ = other.serial_; |
||||||
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); |
||||||
|
} |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public Index Clone() { |
||||||
|
return new Index(this); |
||||||
|
} |
||||||
|
|
||||||
|
/// <summary>Field number for the "id" field.</summary> |
||||||
|
public const int IdFieldNumber = 1; |
||||||
|
private int id_; |
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public int Id { |
||||||
|
get { return id_; } |
||||||
|
set { |
||||||
|
id_ = value; |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
/// <summary>Field number for the "serial" field.</summary> |
||||||
|
public const int SerialFieldNumber = 2; |
||||||
|
private string serial_ = ""; |
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public string Serial { |
||||||
|
get { return serial_; } |
||||||
|
set { |
||||||
|
serial_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public override bool Equals(object other) { |
||||||
|
return Equals(other as Index); |
||||||
|
} |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public bool Equals(Index other) { |
||||||
|
if (ReferenceEquals(other, null)) { |
||||||
|
return false; |
||||||
|
} |
||||||
|
if (ReferenceEquals(other, this)) { |
||||||
|
return true; |
||||||
|
} |
||||||
|
if (Id != other.Id) return false; |
||||||
|
if (Serial != other.Serial) return false; |
||||||
|
return Equals(_unknownFields, other._unknownFields); |
||||||
|
} |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public override int GetHashCode() { |
||||||
|
int hash = 1; |
||||||
|
if (Id != 0) hash ^= Id.GetHashCode(); |
||||||
|
if (Serial.Length != 0) hash ^= Serial.GetHashCode(); |
||||||
|
if (_unknownFields != null) { |
||||||
|
hash ^= _unknownFields.GetHashCode(); |
||||||
|
} |
||||||
|
return hash; |
||||||
|
} |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public override string ToString() { |
||||||
|
return pb::JsonFormatter.ToDiagnosticString(this); |
||||||
|
} |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public void WriteTo(pb::CodedOutputStream output) { |
||||||
|
if (Id != 0) { |
||||||
|
output.WriteRawTag(8); |
||||||
|
output.WriteInt32(Id); |
||||||
|
} |
||||||
|
if (Serial.Length != 0) { |
||||||
|
output.WriteRawTag(18); |
||||||
|
output.WriteString(Serial); |
||||||
|
} |
||||||
|
if (_unknownFields != null) { |
||||||
|
_unknownFields.WriteTo(output); |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public int CalculateSize() { |
||||||
|
int size = 0; |
||||||
|
if (Id != 0) { |
||||||
|
size += 1 + pb::CodedOutputStream.ComputeInt32Size(Id); |
||||||
|
} |
||||||
|
if (Serial.Length != 0) { |
||||||
|
size += 1 + pb::CodedOutputStream.ComputeStringSize(Serial); |
||||||
|
} |
||||||
|
if (_unknownFields != null) { |
||||||
|
size += _unknownFields.CalculateSize(); |
||||||
|
} |
||||||
|
return size; |
||||||
|
} |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public void MergeFrom(Index other) { |
||||||
|
if (other == null) { |
||||||
|
return; |
||||||
|
} |
||||||
|
if (other.Id != 0) { |
||||||
|
Id = other.Id; |
||||||
|
} |
||||||
|
if (other.Serial.Length != 0) { |
||||||
|
Serial = other.Serial; |
||||||
|
} |
||||||
|
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); |
||||||
|
} |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public void MergeFrom(pb::CodedInputStream input) { |
||||||
|
uint tag; |
||||||
|
while ((tag = input.ReadTag()) != 0) { |
||||||
|
switch(tag) { |
||||||
|
default: |
||||||
|
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); |
||||||
|
break; |
||||||
|
case 8: { |
||||||
|
Id = input.ReadInt32(); |
||||||
|
break; |
||||||
|
} |
||||||
|
case 18: { |
||||||
|
Serial = input.ReadString(); |
||||||
|
break; |
||||||
|
} |
||||||
|
} |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
} |
||||||
|
|
||||||
|
public sealed partial class DataRequest : pb::IMessage<DataRequest> { |
||||||
|
private static readonly pb::MessageParser<DataRequest> _parser = new pb::MessageParser<DataRequest>(() => new DataRequest()); |
||||||
|
private pb::UnknownFieldSet _unknownFields; |
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public static pb::MessageParser<DataRequest> Parser { get { return _parser; } } |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public static pbr::MessageDescriptor Descriptor { |
||||||
|
get { return global::UltraCombos.Minions.UltracombosMinionsReflection.Descriptor.MessageTypes[2]; } |
||||||
|
} |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
pbr::MessageDescriptor pb::IMessage.Descriptor { |
||||||
|
get { return Descriptor; } |
||||||
|
} |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public DataRequest() { |
||||||
|
OnConstruction(); |
||||||
|
} |
||||||
|
|
||||||
|
partial void OnConstruction(); |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public DataRequest(DataRequest other) : this() { |
||||||
|
id_ = other.id_; |
||||||
|
serial_ = other.serial_; |
||||||
|
content_ = other.content_; |
||||||
|
signature_ = other.signature_; |
||||||
|
thumbnail_ = other.thumbnail_; |
||||||
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); |
||||||
|
} |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public DataRequest Clone() { |
||||||
|
return new DataRequest(this); |
||||||
|
} |
||||||
|
|
||||||
|
/// <summary>Field number for the "id" field.</summary> |
||||||
|
public const int IdFieldNumber = 1; |
||||||
|
private int id_; |
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public int Id { |
||||||
|
get { return id_; } |
||||||
|
set { |
||||||
|
id_ = value; |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
/// <summary>Field number for the "serial" field.</summary> |
||||||
|
public const int SerialFieldNumber = 2; |
||||||
|
private string serial_ = ""; |
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public string Serial { |
||||||
|
get { return serial_; } |
||||||
|
set { |
||||||
|
serial_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
/// <summary>Field number for the "content" field.</summary> |
||||||
|
public const int ContentFieldNumber = 3; |
||||||
|
private pb::ByteString content_ = pb::ByteString.Empty; |
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public pb::ByteString Content { |
||||||
|
get { return content_; } |
||||||
|
set { |
||||||
|
content_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
/// <summary>Field number for the "signature" field.</summary> |
||||||
|
public const int SignatureFieldNumber = 4; |
||||||
|
private pb::ByteString signature_ = pb::ByteString.Empty; |
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public pb::ByteString Signature { |
||||||
|
get { return signature_; } |
||||||
|
set { |
||||||
|
signature_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
/// <summary>Field number for the "thumbnail" field.</summary> |
||||||
|
public const int ThumbnailFieldNumber = 5; |
||||||
|
private pb::ByteString thumbnail_ = pb::ByteString.Empty; |
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public pb::ByteString Thumbnail { |
||||||
|
get { return thumbnail_; } |
||||||
|
set { |
||||||
|
thumbnail_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public override bool Equals(object other) { |
||||||
|
return Equals(other as DataRequest); |
||||||
|
} |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public bool Equals(DataRequest other) { |
||||||
|
if (ReferenceEquals(other, null)) { |
||||||
|
return false; |
||||||
|
} |
||||||
|
if (ReferenceEquals(other, this)) { |
||||||
|
return true; |
||||||
|
} |
||||||
|
if (Id != other.Id) return false; |
||||||
|
if (Serial != other.Serial) return false; |
||||||
|
if (Content != other.Content) return false; |
||||||
|
if (Signature != other.Signature) return false; |
||||||
|
if (Thumbnail != other.Thumbnail) return false; |
||||||
|
return Equals(_unknownFields, other._unknownFields); |
||||||
|
} |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public override int GetHashCode() { |
||||||
|
int hash = 1; |
||||||
|
if (Id != 0) hash ^= Id.GetHashCode(); |
||||||
|
if (Serial.Length != 0) hash ^= Serial.GetHashCode(); |
||||||
|
if (Content.Length != 0) hash ^= Content.GetHashCode(); |
||||||
|
if (Signature.Length != 0) hash ^= Signature.GetHashCode(); |
||||||
|
if (Thumbnail.Length != 0) hash ^= Thumbnail.GetHashCode(); |
||||||
|
if (_unknownFields != null) { |
||||||
|
hash ^= _unknownFields.GetHashCode(); |
||||||
|
} |
||||||
|
return hash; |
||||||
|
} |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public override string ToString() { |
||||||
|
return pb::JsonFormatter.ToDiagnosticString(this); |
||||||
|
} |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public void WriteTo(pb::CodedOutputStream output) { |
||||||
|
if (Id != 0) { |
||||||
|
output.WriteRawTag(8); |
||||||
|
output.WriteInt32(Id); |
||||||
|
} |
||||||
|
if (Serial.Length != 0) { |
||||||
|
output.WriteRawTag(18); |
||||||
|
output.WriteString(Serial); |
||||||
|
} |
||||||
|
if (Content.Length != 0) { |
||||||
|
output.WriteRawTag(26); |
||||||
|
output.WriteBytes(Content); |
||||||
|
} |
||||||
|
if (Signature.Length != 0) { |
||||||
|
output.WriteRawTag(34); |
||||||
|
output.WriteBytes(Signature); |
||||||
|
} |
||||||
|
if (Thumbnail.Length != 0) { |
||||||
|
output.WriteRawTag(42); |
||||||
|
output.WriteBytes(Thumbnail); |
||||||
|
} |
||||||
|
if (_unknownFields != null) { |
||||||
|
_unknownFields.WriteTo(output); |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public int CalculateSize() { |
||||||
|
int size = 0; |
||||||
|
if (Id != 0) { |
||||||
|
size += 1 + pb::CodedOutputStream.ComputeInt32Size(Id); |
||||||
|
} |
||||||
|
if (Serial.Length != 0) { |
||||||
|
size += 1 + pb::CodedOutputStream.ComputeStringSize(Serial); |
||||||
|
} |
||||||
|
if (Content.Length != 0) { |
||||||
|
size += 1 + pb::CodedOutputStream.ComputeBytesSize(Content); |
||||||
|
} |
||||||
|
if (Signature.Length != 0) { |
||||||
|
size += 1 + pb::CodedOutputStream.ComputeBytesSize(Signature); |
||||||
|
} |
||||||
|
if (Thumbnail.Length != 0) { |
||||||
|
size += 1 + pb::CodedOutputStream.ComputeBytesSize(Thumbnail); |
||||||
|
} |
||||||
|
if (_unknownFields != null) { |
||||||
|
size += _unknownFields.CalculateSize(); |
||||||
|
} |
||||||
|
return size; |
||||||
|
} |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public void MergeFrom(DataRequest other) { |
||||||
|
if (other == null) { |
||||||
|
return; |
||||||
|
} |
||||||
|
if (other.Id != 0) { |
||||||
|
Id = other.Id; |
||||||
|
} |
||||||
|
if (other.Serial.Length != 0) { |
||||||
|
Serial = other.Serial; |
||||||
|
} |
||||||
|
if (other.Content.Length != 0) { |
||||||
|
Content = other.Content; |
||||||
|
} |
||||||
|
if (other.Signature.Length != 0) { |
||||||
|
Signature = other.Signature; |
||||||
|
} |
||||||
|
if (other.Thumbnail.Length != 0) { |
||||||
|
Thumbnail = other.Thumbnail; |
||||||
|
} |
||||||
|
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); |
||||||
|
} |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public void MergeFrom(pb::CodedInputStream input) { |
||||||
|
uint tag; |
||||||
|
while ((tag = input.ReadTag()) != 0) { |
||||||
|
switch(tag) { |
||||||
|
default: |
||||||
|
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); |
||||||
|
break; |
||||||
|
case 8: { |
||||||
|
Id = input.ReadInt32(); |
||||||
|
break; |
||||||
|
} |
||||||
|
case 18: { |
||||||
|
Serial = input.ReadString(); |
||||||
|
break; |
||||||
|
} |
||||||
|
case 26: { |
||||||
|
Content = input.ReadBytes(); |
||||||
|
break; |
||||||
|
} |
||||||
|
case 34: { |
||||||
|
Signature = input.ReadBytes(); |
||||||
|
break; |
||||||
|
} |
||||||
|
case 42: { |
||||||
|
Thumbnail = input.ReadBytes(); |
||||||
|
break; |
||||||
|
} |
||||||
|
} |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
} |
||||||
|
|
||||||
|
public sealed partial class DataReply : pb::IMessage<DataReply> { |
||||||
|
private static readonly pb::MessageParser<DataReply> _parser = new pb::MessageParser<DataReply>(() => new DataReply()); |
||||||
|
private pb::UnknownFieldSet _unknownFields; |
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public static pb::MessageParser<DataReply> Parser { get { return _parser; } } |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public static pbr::MessageDescriptor Descriptor { |
||||||
|
get { return global::UltraCombos.Minions.UltracombosMinionsReflection.Descriptor.MessageTypes[3]; } |
||||||
|
} |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
pbr::MessageDescriptor pb::IMessage.Descriptor { |
||||||
|
get { return Descriptor; } |
||||||
|
} |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public DataReply() { |
||||||
|
OnConstruction(); |
||||||
|
} |
||||||
|
|
||||||
|
partial void OnConstruction(); |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public DataReply(DataReply other) : this() { |
||||||
|
result_ = other.result_; |
||||||
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); |
||||||
|
} |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public DataReply Clone() { |
||||||
|
return new DataReply(this); |
||||||
|
} |
||||||
|
|
||||||
|
/// <summary>Field number for the "result" field.</summary> |
||||||
|
public const int ResultFieldNumber = 1; |
||||||
|
private string result_ = ""; |
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public string Result { |
||||||
|
get { return result_; } |
||||||
|
set { |
||||||
|
result_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public override bool Equals(object other) { |
||||||
|
return Equals(other as DataReply); |
||||||
|
} |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public bool Equals(DataReply other) { |
||||||
|
if (ReferenceEquals(other, null)) { |
||||||
|
return false; |
||||||
|
} |
||||||
|
if (ReferenceEquals(other, this)) { |
||||||
|
return true; |
||||||
|
} |
||||||
|
if (Result != other.Result) return false; |
||||||
|
return Equals(_unknownFields, other._unknownFields); |
||||||
|
} |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public override int GetHashCode() { |
||||||
|
int hash = 1; |
||||||
|
if (Result.Length != 0) hash ^= Result.GetHashCode(); |
||||||
|
if (_unknownFields != null) { |
||||||
|
hash ^= _unknownFields.GetHashCode(); |
||||||
|
} |
||||||
|
return hash; |
||||||
|
} |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public override string ToString() { |
||||||
|
return pb::JsonFormatter.ToDiagnosticString(this); |
||||||
|
} |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public void WriteTo(pb::CodedOutputStream output) { |
||||||
|
if (Result.Length != 0) { |
||||||
|
output.WriteRawTag(10); |
||||||
|
output.WriteString(Result); |
||||||
|
} |
||||||
|
if (_unknownFields != null) { |
||||||
|
_unknownFields.WriteTo(output); |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public int CalculateSize() { |
||||||
|
int size = 0; |
||||||
|
if (Result.Length != 0) { |
||||||
|
size += 1 + pb::CodedOutputStream.ComputeStringSize(Result); |
||||||
|
} |
||||||
|
if (_unknownFields != null) { |
||||||
|
size += _unknownFields.CalculateSize(); |
||||||
|
} |
||||||
|
return size; |
||||||
|
} |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public void MergeFrom(DataReply other) { |
||||||
|
if (other == null) { |
||||||
|
return; |
||||||
|
} |
||||||
|
if (other.Result.Length != 0) { |
||||||
|
Result = other.Result; |
||||||
|
} |
||||||
|
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); |
||||||
|
} |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public void MergeFrom(pb::CodedInputStream input) { |
||||||
|
uint tag; |
||||||
|
while ((tag = input.ReadTag()) != 0) { |
||||||
|
switch(tag) { |
||||||
|
default: |
||||||
|
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); |
||||||
|
break; |
||||||
|
case 10: { |
||||||
|
Result = input.ReadString(); |
||||||
|
break; |
||||||
|
} |
||||||
|
} |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
} |
||||||
|
|
||||||
|
#endregion |
||||||
|
|
||||||
|
} |
||||||
|
|
||||||
|
#endregion Designer generated code |
||||||
@ -0,0 +1,11 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: 5dbf50d074815e447b7d755114cb4a34 |
||||||
|
MonoImporter: |
||||||
|
externalObjects: {} |
||||||
|
serializedVersion: 2 |
||||||
|
defaultReferences: [] |
||||||
|
executionOrder: 0 |
||||||
|
icon: {instanceID: 0} |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
||||||
@ -0,0 +1,11 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: dba7c0254eca7234bbcc7ecd367a6227 |
||||||
|
MonoImporter: |
||||||
|
externalObjects: {} |
||||||
|
serializedVersion: 2 |
||||||
|
defaultReferences: [] |
||||||
|
executionOrder: 0 |
||||||
|
icon: {instanceID: 0} |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
||||||
@ -0,0 +1,8 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: 66afad070d991a04d835ba1f93d2de90 |
||||||
|
folderAsset: yes |
||||||
|
DefaultImporter: |
||||||
|
externalObjects: {} |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
||||||
@ -0,0 +1,8 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: ecf6a5e2c1e252e4a847305036980e57 |
||||||
|
folderAsset: yes |
||||||
|
DefaultImporter: |
||||||
|
externalObjects: {} |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
||||||
@ -0,0 +1,11 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: 6c5aaf48d9bb2414190fd81325036884 |
||||||
|
MonoImporter: |
||||||
|
externalObjects: {} |
||||||
|
serializedVersion: 2 |
||||||
|
defaultReferences: [] |
||||||
|
executionOrder: 0 |
||||||
|
icon: {instanceID: 0} |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
||||||
@ -0,0 +1,11 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: 8229dcd11ab919c4a95848ed679cccaf |
||||||
|
MonoImporter: |
||||||
|
externalObjects: {} |
||||||
|
serializedVersion: 2 |
||||||
|
defaultReferences: [] |
||||||
|
executionOrder: 0 |
||||||
|
icon: {instanceID: 0} |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
||||||
@ -0,0 +1,97 @@ |
|||||||
|
// <auto-generated> |
||||||
|
// Generated by the protocol buffer compiler. DO NOT EDIT! |
||||||
|
// source: ultracombos.printer.proto |
||||||
|
// </auto-generated> |
||||||
|
#pragma warning disable 0414, 1591 |
||||||
|
#region Designer generated code |
||||||
|
|
||||||
|
using grpc = global::Grpc.Core; |
||||||
|
|
||||||
|
namespace UltraCombos.Utility { |
||||||
|
public static partial class Printer |
||||||
|
{ |
||||||
|
static readonly string __ServiceName = "UltraCombos.Utility.Printer"; |
||||||
|
|
||||||
|
static readonly grpc::Marshaller<global::UltraCombos.Utility.Image> __Marshaller_UltraCombos_Utility_Image = grpc::Marshallers.Create((arg) => global::Google.Protobuf.MessageExtensions.ToByteArray(arg), global::UltraCombos.Utility.Image.Parser.ParseFrom); |
||||||
|
static readonly grpc::Marshaller<global::UltraCombos.Utility.Empty> __Marshaller_UltraCombos_Utility_Empty = grpc::Marshallers.Create((arg) => global::Google.Protobuf.MessageExtensions.ToByteArray(arg), global::UltraCombos.Utility.Empty.Parser.ParseFrom); |
||||||
|
|
||||||
|
static readonly grpc::Method<global::UltraCombos.Utility.Image, global::UltraCombos.Utility.Empty> __Method_Print = new grpc::Method<global::UltraCombos.Utility.Image, global::UltraCombos.Utility.Empty>( |
||||||
|
grpc::MethodType.Unary, |
||||||
|
__ServiceName, |
||||||
|
"Print", |
||||||
|
__Marshaller_UltraCombos_Utility_Image, |
||||||
|
__Marshaller_UltraCombos_Utility_Empty); |
||||||
|
|
||||||
|
/// <summary>Service descriptor</summary> |
||||||
|
public static global::Google.Protobuf.Reflection.ServiceDescriptor Descriptor |
||||||
|
{ |
||||||
|
get { return global::UltraCombos.Utility.UltracombosPrinterReflection.Descriptor.Services[0]; } |
||||||
|
} |
||||||
|
|
||||||
|
/// <summary>Base class for server-side implementations of Printer</summary> |
||||||
|
public abstract partial class PrinterBase |
||||||
|
{ |
||||||
|
public virtual global::System.Threading.Tasks.Task<global::UltraCombos.Utility.Empty> Print(global::UltraCombos.Utility.Image request, grpc::ServerCallContext context) |
||||||
|
{ |
||||||
|
throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); |
||||||
|
} |
||||||
|
|
||||||
|
} |
||||||
|
|
||||||
|
/// <summary>Client for Printer</summary> |
||||||
|
public partial class PrinterClient : grpc::ClientBase<PrinterClient> |
||||||
|
{ |
||||||
|
/// <summary>Creates a new client for Printer</summary> |
||||||
|
/// <param name="channel">The channel to use to make remote calls.</param> |
||||||
|
public PrinterClient(grpc::Channel channel) : base(channel) |
||||||
|
{ |
||||||
|
} |
||||||
|
/// <summary>Creates a new client for Printer that uses a custom <c>CallInvoker</c>.</summary> |
||||||
|
/// <param name="callInvoker">The callInvoker to use to make remote calls.</param> |
||||||
|
public PrinterClient(grpc::CallInvoker callInvoker) : base(callInvoker) |
||||||
|
{ |
||||||
|
} |
||||||
|
/// <summary>Protected parameterless constructor to allow creation of test doubles.</summary> |
||||||
|
protected PrinterClient() : base() |
||||||
|
{ |
||||||
|
} |
||||||
|
/// <summary>Protected constructor to allow creation of configured clients.</summary> |
||||||
|
/// <param name="configuration">The client configuration.</param> |
||||||
|
protected PrinterClient(ClientBaseConfiguration configuration) : base(configuration) |
||||||
|
{ |
||||||
|
} |
||||||
|
|
||||||
|
public virtual global::UltraCombos.Utility.Empty Print(global::UltraCombos.Utility.Image request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) |
||||||
|
{ |
||||||
|
return Print(request, new grpc::CallOptions(headers, deadline, cancellationToken)); |
||||||
|
} |
||||||
|
public virtual global::UltraCombos.Utility.Empty Print(global::UltraCombos.Utility.Image request, grpc::CallOptions options) |
||||||
|
{ |
||||||
|
return CallInvoker.BlockingUnaryCall(__Method_Print, null, options, request); |
||||||
|
} |
||||||
|
public virtual grpc::AsyncUnaryCall<global::UltraCombos.Utility.Empty> PrintAsync(global::UltraCombos.Utility.Image request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) |
||||||
|
{ |
||||||
|
return PrintAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)); |
||||||
|
} |
||||||
|
public virtual grpc::AsyncUnaryCall<global::UltraCombos.Utility.Empty> PrintAsync(global::UltraCombos.Utility.Image request, grpc::CallOptions options) |
||||||
|
{ |
||||||
|
return CallInvoker.AsyncUnaryCall(__Method_Print, null, options, request); |
||||||
|
} |
||||||
|
/// <summary>Creates a new instance of client from given <c>ClientBaseConfiguration</c>.</summary> |
||||||
|
protected override PrinterClient NewInstance(ClientBaseConfiguration configuration) |
||||||
|
{ |
||||||
|
return new PrinterClient(configuration); |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
/// <summary>Creates service definition that can be registered with a server</summary> |
||||||
|
/// <param name="serviceImpl">An object implementing the server-side handling logic.</param> |
||||||
|
public static grpc::ServerServiceDefinition BindService(PrinterBase serviceImpl) |
||||||
|
{ |
||||||
|
return grpc::ServerServiceDefinition.CreateBuilder() |
||||||
|
.AddMethod(__Method_Print, serviceImpl.Print).Build(); |
||||||
|
} |
||||||
|
|
||||||
|
} |
||||||
|
} |
||||||
|
#endregion |
||||||
@ -0,0 +1,11 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: 045673e3903c4204c9f40c13b3a20a7c |
||||||
|
MonoImporter: |
||||||
|
externalObjects: {} |
||||||
|
serializedVersion: 2 |
||||||
|
defaultReferences: [] |
||||||
|
executionOrder: 0 |
||||||
|
icon: {instanceID: 0} |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
||||||
@ -0,0 +1,276 @@ |
|||||||
|
// <auto-generated> |
||||||
|
// Generated by the protocol buffer compiler. DO NOT EDIT! |
||||||
|
// source: ultracombos.printer.proto |
||||||
|
// </auto-generated> |
||||||
|
#pragma warning disable 1591, 0612, 3021 |
||||||
|
#region Designer generated code |
||||||
|
|
||||||
|
using pb = global::Google.Protobuf; |
||||||
|
using pbc = global::Google.Protobuf.Collections; |
||||||
|
using pbr = global::Google.Protobuf.Reflection; |
||||||
|
using scg = global::System.Collections.Generic; |
||||||
|
namespace UltraCombos.Utility { |
||||||
|
|
||||||
|
/// <summary>Holder for reflection information generated from ultracombos.printer.proto</summary> |
||||||
|
public static partial class UltracombosPrinterReflection { |
||||||
|
|
||||||
|
#region Descriptor |
||||||
|
/// <summary>File descriptor for ultracombos.printer.proto</summary> |
||||||
|
public static pbr::FileDescriptor Descriptor { |
||||||
|
get { return descriptor; } |
||||||
|
} |
||||||
|
private static pbr::FileDescriptor descriptor; |
||||||
|
|
||||||
|
static UltracombosPrinterReflection() { |
||||||
|
byte[] descriptorData = global::System.Convert.FromBase64String( |
||||||
|
string.Concat( |
||||||
|
"Chl1bHRyYWNvbWJvcy5wcmludGVyLnByb3RvEhNVbHRyYUNvbWJvcy5VdGls", |
||||||
|
"aXR5IgcKBUVtcHR5IhgKBUltYWdlEg8KB2NvbnRlbnQYASABKAwyTAoHUHJp", |
||||||
|
"bnRlchJBCgVQcmludBIaLlVsdHJhQ29tYm9zLlV0aWxpdHkuSW1hZ2UaGi5V", |
||||||
|
"bHRyYUNvbWJvcy5VdGlsaXR5LkVtcHR5IgBiBnByb3RvMw==")); |
||||||
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, |
||||||
|
new pbr::FileDescriptor[] { }, |
||||||
|
new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { |
||||||
|
new pbr::GeneratedClrTypeInfo(typeof(global::UltraCombos.Utility.Empty), global::UltraCombos.Utility.Empty.Parser, null, null, null, null), |
||||||
|
new pbr::GeneratedClrTypeInfo(typeof(global::UltraCombos.Utility.Image), global::UltraCombos.Utility.Image.Parser, new[]{ "Content" }, null, null, null) |
||||||
|
})); |
||||||
|
} |
||||||
|
#endregion |
||||||
|
|
||||||
|
} |
||||||
|
#region Messages |
||||||
|
public sealed partial class Empty : pb::IMessage<Empty> { |
||||||
|
private static readonly pb::MessageParser<Empty> _parser = new pb::MessageParser<Empty>(() => new Empty()); |
||||||
|
private pb::UnknownFieldSet _unknownFields; |
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public static pb::MessageParser<Empty> Parser { get { return _parser; } } |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public static pbr::MessageDescriptor Descriptor { |
||||||
|
get { return global::UltraCombos.Utility.UltracombosPrinterReflection.Descriptor.MessageTypes[0]; } |
||||||
|
} |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
pbr::MessageDescriptor pb::IMessage.Descriptor { |
||||||
|
get { return Descriptor; } |
||||||
|
} |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public Empty() { |
||||||
|
OnConstruction(); |
||||||
|
} |
||||||
|
|
||||||
|
partial void OnConstruction(); |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public Empty(Empty other) : this() { |
||||||
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); |
||||||
|
} |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public Empty Clone() { |
||||||
|
return new Empty(this); |
||||||
|
} |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public override bool Equals(object other) { |
||||||
|
return Equals(other as Empty); |
||||||
|
} |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public bool Equals(Empty other) { |
||||||
|
if (ReferenceEquals(other, null)) { |
||||||
|
return false; |
||||||
|
} |
||||||
|
if (ReferenceEquals(other, this)) { |
||||||
|
return true; |
||||||
|
} |
||||||
|
return Equals(_unknownFields, other._unknownFields); |
||||||
|
} |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public override int GetHashCode() { |
||||||
|
int hash = 1; |
||||||
|
if (_unknownFields != null) { |
||||||
|
hash ^= _unknownFields.GetHashCode(); |
||||||
|
} |
||||||
|
return hash; |
||||||
|
} |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public override string ToString() { |
||||||
|
return pb::JsonFormatter.ToDiagnosticString(this); |
||||||
|
} |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public void WriteTo(pb::CodedOutputStream output) { |
||||||
|
if (_unknownFields != null) { |
||||||
|
_unknownFields.WriteTo(output); |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public int CalculateSize() { |
||||||
|
int size = 0; |
||||||
|
if (_unknownFields != null) { |
||||||
|
size += _unknownFields.CalculateSize(); |
||||||
|
} |
||||||
|
return size; |
||||||
|
} |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public void MergeFrom(Empty other) { |
||||||
|
if (other == null) { |
||||||
|
return; |
||||||
|
} |
||||||
|
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); |
||||||
|
} |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public void MergeFrom(pb::CodedInputStream input) { |
||||||
|
uint tag; |
||||||
|
while ((tag = input.ReadTag()) != 0) { |
||||||
|
switch(tag) { |
||||||
|
default: |
||||||
|
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); |
||||||
|
break; |
||||||
|
} |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
} |
||||||
|
|
||||||
|
public sealed partial class Image : pb::IMessage<Image> { |
||||||
|
private static readonly pb::MessageParser<Image> _parser = new pb::MessageParser<Image>(() => new Image()); |
||||||
|
private pb::UnknownFieldSet _unknownFields; |
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public static pb::MessageParser<Image> Parser { get { return _parser; } } |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public static pbr::MessageDescriptor Descriptor { |
||||||
|
get { return global::UltraCombos.Utility.UltracombosPrinterReflection.Descriptor.MessageTypes[1]; } |
||||||
|
} |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
pbr::MessageDescriptor pb::IMessage.Descriptor { |
||||||
|
get { return Descriptor; } |
||||||
|
} |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public Image() { |
||||||
|
OnConstruction(); |
||||||
|
} |
||||||
|
|
||||||
|
partial void OnConstruction(); |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public Image(Image other) : this() { |
||||||
|
content_ = other.content_; |
||||||
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); |
||||||
|
} |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public Image Clone() { |
||||||
|
return new Image(this); |
||||||
|
} |
||||||
|
|
||||||
|
/// <summary>Field number for the "content" field.</summary> |
||||||
|
public const int ContentFieldNumber = 1; |
||||||
|
private pb::ByteString content_ = pb::ByteString.Empty; |
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public pb::ByteString Content { |
||||||
|
get { return content_; } |
||||||
|
set { |
||||||
|
content_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public override bool Equals(object other) { |
||||||
|
return Equals(other as Image); |
||||||
|
} |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public bool Equals(Image other) { |
||||||
|
if (ReferenceEquals(other, null)) { |
||||||
|
return false; |
||||||
|
} |
||||||
|
if (ReferenceEquals(other, this)) { |
||||||
|
return true; |
||||||
|
} |
||||||
|
if (Content != other.Content) return false; |
||||||
|
return Equals(_unknownFields, other._unknownFields); |
||||||
|
} |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public override int GetHashCode() { |
||||||
|
int hash = 1; |
||||||
|
if (Content.Length != 0) hash ^= Content.GetHashCode(); |
||||||
|
if (_unknownFields != null) { |
||||||
|
hash ^= _unknownFields.GetHashCode(); |
||||||
|
} |
||||||
|
return hash; |
||||||
|
} |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public override string ToString() { |
||||||
|
return pb::JsonFormatter.ToDiagnosticString(this); |
||||||
|
} |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public void WriteTo(pb::CodedOutputStream output) { |
||||||
|
if (Content.Length != 0) { |
||||||
|
output.WriteRawTag(10); |
||||||
|
output.WriteBytes(Content); |
||||||
|
} |
||||||
|
if (_unknownFields != null) { |
||||||
|
_unknownFields.WriteTo(output); |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public int CalculateSize() { |
||||||
|
int size = 0; |
||||||
|
if (Content.Length != 0) { |
||||||
|
size += 1 + pb::CodedOutputStream.ComputeBytesSize(Content); |
||||||
|
} |
||||||
|
if (_unknownFields != null) { |
||||||
|
size += _unknownFields.CalculateSize(); |
||||||
|
} |
||||||
|
return size; |
||||||
|
} |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public void MergeFrom(Image other) { |
||||||
|
if (other == null) { |
||||||
|
return; |
||||||
|
} |
||||||
|
if (other.Content.Length != 0) { |
||||||
|
Content = other.Content; |
||||||
|
} |
||||||
|
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); |
||||||
|
} |
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
||||||
|
public void MergeFrom(pb::CodedInputStream input) { |
||||||
|
uint tag; |
||||||
|
while ((tag = input.ReadTag()) != 0) { |
||||||
|
switch(tag) { |
||||||
|
default: |
||||||
|
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); |
||||||
|
break; |
||||||
|
case 10: { |
||||||
|
Content = input.ReadBytes(); |
||||||
|
break; |
||||||
|
} |
||||||
|
} |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
} |
||||||
|
|
||||||
|
#endregion |
||||||
|
|
||||||
|
} |
||||||
|
|
||||||
|
#endregion Designer generated code |
||||||
@ -0,0 +1,11 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: 09ba1f90e863b9147b4a9db160a940a2 |
||||||
|
MonoImporter: |
||||||
|
externalObjects: {} |
||||||
|
serializedVersion: 2 |
||||||
|
defaultReferences: [] |
||||||
|
executionOrder: 0 |
||||||
|
icon: {instanceID: 0} |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
||||||
@ -0,0 +1,11 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: 8395a70121ed4ec4e9d127cd9d3fdd92 |
||||||
|
MonoImporter: |
||||||
|
externalObjects: {} |
||||||
|
serializedVersion: 2 |
||||||
|
defaultReferences: [] |
||||||
|
executionOrder: 0 |
||||||
|
icon: {instanceID: 0} |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
||||||
@ -0,0 +1,11 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: 0983a36ad3073274cb4a2478a9517497 |
||||||
|
MonoImporter: |
||||||
|
externalObjects: {} |
||||||
|
serializedVersion: 2 |
||||||
|
defaultReferences: [] |
||||||
|
executionOrder: 0 |
||||||
|
icon: {instanceID: 0} |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
||||||
@ -0,0 +1,11 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: dcbbf74736e0e73468a874e15377bae9 |
||||||
|
MonoImporter: |
||||||
|
externalObjects: {} |
||||||
|
serializedVersion: 2 |
||||||
|
defaultReferences: [] |
||||||
|
executionOrder: 0 |
||||||
|
icon: {instanceID: 0} |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
||||||
@ -0,0 +1,11 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: 422459abe0dfdb248aac49a17685d9a4 |
||||||
|
MonoImporter: |
||||||
|
externalObjects: {} |
||||||
|
serializedVersion: 2 |
||||||
|
defaultReferences: [] |
||||||
|
executionOrder: 0 |
||||||
|
icon: {instanceID: 0} |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
||||||
@ -0,0 +1,11 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: 5da4285ddc81e694f8f66753b980de8f |
||||||
|
MonoImporter: |
||||||
|
externalObjects: {} |
||||||
|
serializedVersion: 2 |
||||||
|
defaultReferences: [] |
||||||
|
executionOrder: 0 |
||||||
|
icon: {instanceID: 0} |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
||||||
@ -0,0 +1,8 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: ed9b2f66eb6ec48418c41dbaa62442f7 |
||||||
|
folderAsset: yes |
||||||
|
DefaultImporter: |
||||||
|
externalObjects: {} |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
||||||
@ -0,0 +1,8 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: 85e1674e60721304a99715a845a3da05 |
||||||
|
folderAsset: yes |
||||||
|
DefaultImporter: |
||||||
|
externalObjects: {} |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
||||||
|
After Width: | Height: | Size: 4.6 KiB |
@ -0,0 +1,99 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: 5bc8e6e90619f8540bb1460833df6ad9 |
||||||
|
TextureImporter: |
||||||
|
fileIDToRecycleName: {} |
||||||
|
externalObjects: {} |
||||||
|
serializedVersion: 9 |
||||||
|
mipmaps: |
||||||
|
mipMapMode: 0 |
||||||
|
enableMipMap: 1 |
||||||
|
sRGBTexture: 1 |
||||||
|
linearTexture: 0 |
||||||
|
fadeOut: 0 |
||||||
|
borderMipMap: 0 |
||||||
|
mipMapsPreserveCoverage: 0 |
||||||
|
alphaTestReferenceValue: 0.5 |
||||||
|
mipMapFadeDistanceStart: 1 |
||||||
|
mipMapFadeDistanceEnd: 3 |
||||||
|
bumpmap: |
||||||
|
convertToNormalMap: 0 |
||||||
|
externalNormalMap: 0 |
||||||
|
heightScale: 0.25 |
||||||
|
normalMapFilter: 0 |
||||||
|
isReadable: 0 |
||||||
|
streamingMipmaps: 0 |
||||||
|
streamingMipmapsPriority: 0 |
||||||
|
grayScaleToAlpha: 0 |
||||||
|
generateCubemap: 6 |
||||||
|
cubemapConvolution: 0 |
||||||
|
seamlessCubemap: 0 |
||||||
|
textureFormat: 1 |
||||||
|
maxTextureSize: 2048 |
||||||
|
textureSettings: |
||||||
|
serializedVersion: 2 |
||||||
|
filterMode: -1 |
||||||
|
aniso: -1 |
||||||
|
mipBias: -100 |
||||||
|
wrapU: 1 |
||||||
|
wrapV: 1 |
||||||
|
wrapW: -1 |
||||||
|
nPOTScale: 0 |
||||||
|
lightmap: 0 |
||||||
|
compressionQuality: 50 |
||||||
|
spriteMode: 1 |
||||||
|
spriteExtrude: 1 |
||||||
|
spriteMeshType: 1 |
||||||
|
alignment: 0 |
||||||
|
spritePivot: {x: 0.5, y: 0.5} |
||||||
|
spritePixelsToUnits: 100 |
||||||
|
spriteBorder: {x: 0, y: 0, z: 0, w: 0} |
||||||
|
spriteGenerateFallbackPhysicsShape: 1 |
||||||
|
alphaUsage: 1 |
||||||
|
alphaIsTransparency: 1 |
||||||
|
spriteTessellationDetail: -1 |
||||||
|
textureType: 8 |
||||||
|
textureShape: 1 |
||||||
|
singleChannelComponent: 0 |
||||||
|
maxTextureSizeSet: 0 |
||||||
|
compressionQualitySet: 0 |
||||||
|
textureFormatSet: 0 |
||||||
|
platformSettings: |
||||||
|
- serializedVersion: 2 |
||||||
|
buildTarget: DefaultTexturePlatform |
||||||
|
maxTextureSize: 2048 |
||||||
|
resizeAlgorithm: 0 |
||||||
|
textureFormat: -1 |
||||||
|
textureCompression: 1 |
||||||
|
compressionQuality: 50 |
||||||
|
crunchedCompression: 0 |
||||||
|
allowsAlphaSplitting: 0 |
||||||
|
overridden: 0 |
||||||
|
androidETC2FallbackOverride: 0 |
||||||
|
- serializedVersion: 2 |
||||||
|
buildTarget: Standalone |
||||||
|
maxTextureSize: 2048 |
||||||
|
resizeAlgorithm: 0 |
||||||
|
textureFormat: -1 |
||||||
|
textureCompression: 1 |
||||||
|
compressionQuality: 50 |
||||||
|
crunchedCompression: 0 |
||||||
|
allowsAlphaSplitting: 0 |
||||||
|
overridden: 0 |
||||||
|
androidETC2FallbackOverride: 0 |
||||||
|
spriteSheet: |
||||||
|
serializedVersion: 2 |
||||||
|
sprites: [] |
||||||
|
outline: [] |
||||||
|
physicsShape: [] |
||||||
|
bones: [] |
||||||
|
spriteID: 1aeb58261a7716448a4f2252de8cae66 |
||||||
|
vertices: [] |
||||||
|
indices: |
||||||
|
edges: [] |
||||||
|
weights: [] |
||||||
|
spritePackingTag: |
||||||
|
pSDRemoveMatte: 0 |
||||||
|
pSDShowRemoveMatteOption: 0 |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
||||||
|
After Width: | Height: | Size: 4.6 KiB |
@ -0,0 +1,99 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: 192a6c45b8a7fea4db7dbb8d60ffeab0 |
||||||
|
TextureImporter: |
||||||
|
fileIDToRecycleName: {} |
||||||
|
externalObjects: {} |
||||||
|
serializedVersion: 9 |
||||||
|
mipmaps: |
||||||
|
mipMapMode: 0 |
||||||
|
enableMipMap: 1 |
||||||
|
sRGBTexture: 1 |
||||||
|
linearTexture: 0 |
||||||
|
fadeOut: 0 |
||||||
|
borderMipMap: 0 |
||||||
|
mipMapsPreserveCoverage: 0 |
||||||
|
alphaTestReferenceValue: 0.5 |
||||||
|
mipMapFadeDistanceStart: 1 |
||||||
|
mipMapFadeDistanceEnd: 3 |
||||||
|
bumpmap: |
||||||
|
convertToNormalMap: 0 |
||||||
|
externalNormalMap: 0 |
||||||
|
heightScale: 0.25 |
||||||
|
normalMapFilter: 0 |
||||||
|
isReadable: 0 |
||||||
|
streamingMipmaps: 0 |
||||||
|
streamingMipmapsPriority: 0 |
||||||
|
grayScaleToAlpha: 0 |
||||||
|
generateCubemap: 6 |
||||||
|
cubemapConvolution: 0 |
||||||
|
seamlessCubemap: 0 |
||||||
|
textureFormat: 1 |
||||||
|
maxTextureSize: 2048 |
||||||
|
textureSettings: |
||||||
|
serializedVersion: 2 |
||||||
|
filterMode: -1 |
||||||
|
aniso: -1 |
||||||
|
mipBias: -100 |
||||||
|
wrapU: 1 |
||||||
|
wrapV: 1 |
||||||
|
wrapW: -1 |
||||||
|
nPOTScale: 0 |
||||||
|
lightmap: 0 |
||||||
|
compressionQuality: 50 |
||||||
|
spriteMode: 1 |
||||||
|
spriteExtrude: 1 |
||||||
|
spriteMeshType: 1 |
||||||
|
alignment: 0 |
||||||
|
spritePivot: {x: 0.5, y: 0.5} |
||||||
|
spritePixelsToUnits: 100 |
||||||
|
spriteBorder: {x: 0, y: 0, z: 0, w: 0} |
||||||
|
spriteGenerateFallbackPhysicsShape: 1 |
||||||
|
alphaUsage: 1 |
||||||
|
alphaIsTransparency: 1 |
||||||
|
spriteTessellationDetail: -1 |
||||||
|
textureType: 8 |
||||||
|
textureShape: 1 |
||||||
|
singleChannelComponent: 0 |
||||||
|
maxTextureSizeSet: 0 |
||||||
|
compressionQualitySet: 0 |
||||||
|
textureFormatSet: 0 |
||||||
|
platformSettings: |
||||||
|
- serializedVersion: 2 |
||||||
|
buildTarget: DefaultTexturePlatform |
||||||
|
maxTextureSize: 2048 |
||||||
|
resizeAlgorithm: 0 |
||||||
|
textureFormat: -1 |
||||||
|
textureCompression: 1 |
||||||
|
compressionQuality: 50 |
||||||
|
crunchedCompression: 0 |
||||||
|
allowsAlphaSplitting: 0 |
||||||
|
overridden: 0 |
||||||
|
androidETC2FallbackOverride: 0 |
||||||
|
- serializedVersion: 2 |
||||||
|
buildTarget: Standalone |
||||||
|
maxTextureSize: 2048 |
||||||
|
resizeAlgorithm: 0 |
||||||
|
textureFormat: -1 |
||||||
|
textureCompression: 1 |
||||||
|
compressionQuality: 50 |
||||||
|
crunchedCompression: 0 |
||||||
|
allowsAlphaSplitting: 0 |
||||||
|
overridden: 0 |
||||||
|
androidETC2FallbackOverride: 0 |
||||||
|
spriteSheet: |
||||||
|
serializedVersion: 2 |
||||||
|
sprites: [] |
||||||
|
outline: [] |
||||||
|
physicsShape: [] |
||||||
|
bones: [] |
||||||
|
spriteID: 705c1bda37262134288f4564a3e8b9da |
||||||
|
vertices: [] |
||||||
|
indices: |
||||||
|
edges: [] |
||||||
|
weights: [] |
||||||
|
spritePackingTag: |
||||||
|
pSDRemoveMatte: 0 |
||||||
|
pSDShowRemoveMatteOption: 0 |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
||||||
|
After Width: | Height: | Size: 8.7 KiB |
@ -0,0 +1,99 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: 1ad93c5d9f837cb459c9cb2805dcc183 |
||||||
|
TextureImporter: |
||||||
|
fileIDToRecycleName: {} |
||||||
|
externalObjects: {} |
||||||
|
serializedVersion: 9 |
||||||
|
mipmaps: |
||||||
|
mipMapMode: 0 |
||||||
|
enableMipMap: 1 |
||||||
|
sRGBTexture: 1 |
||||||
|
linearTexture: 0 |
||||||
|
fadeOut: 0 |
||||||
|
borderMipMap: 0 |
||||||
|
mipMapsPreserveCoverage: 0 |
||||||
|
alphaTestReferenceValue: 0.5 |
||||||
|
mipMapFadeDistanceStart: 1 |
||||||
|
mipMapFadeDistanceEnd: 3 |
||||||
|
bumpmap: |
||||||
|
convertToNormalMap: 0 |
||||||
|
externalNormalMap: 0 |
||||||
|
heightScale: 0.25 |
||||||
|
normalMapFilter: 0 |
||||||
|
isReadable: 0 |
||||||
|
streamingMipmaps: 0 |
||||||
|
streamingMipmapsPriority: 0 |
||||||
|
grayScaleToAlpha: 0 |
||||||
|
generateCubemap: 6 |
||||||
|
cubemapConvolution: 0 |
||||||
|
seamlessCubemap: 0 |
||||||
|
textureFormat: 1 |
||||||
|
maxTextureSize: 2048 |
||||||
|
textureSettings: |
||||||
|
serializedVersion: 2 |
||||||
|
filterMode: -1 |
||||||
|
aniso: -1 |
||||||
|
mipBias: -100 |
||||||
|
wrapU: 1 |
||||||
|
wrapV: 1 |
||||||
|
wrapW: -1 |
||||||
|
nPOTScale: 0 |
||||||
|
lightmap: 0 |
||||||
|
compressionQuality: 50 |
||||||
|
spriteMode: 1 |
||||||
|
spriteExtrude: 1 |
||||||
|
spriteMeshType: 1 |
||||||
|
alignment: 0 |
||||||
|
spritePivot: {x: 0.5, y: 0.5} |
||||||
|
spritePixelsToUnits: 100 |
||||||
|
spriteBorder: {x: 0, y: 0, z: 0, w: 0} |
||||||
|
spriteGenerateFallbackPhysicsShape: 1 |
||||||
|
alphaUsage: 1 |
||||||
|
alphaIsTransparency: 1 |
||||||
|
spriteTessellationDetail: -1 |
||||||
|
textureType: 8 |
||||||
|
textureShape: 1 |
||||||
|
singleChannelComponent: 0 |
||||||
|
maxTextureSizeSet: 0 |
||||||
|
compressionQualitySet: 0 |
||||||
|
textureFormatSet: 0 |
||||||
|
platformSettings: |
||||||
|
- serializedVersion: 2 |
||||||
|
buildTarget: DefaultTexturePlatform |
||||||
|
maxTextureSize: 2048 |
||||||
|
resizeAlgorithm: 0 |
||||||
|
textureFormat: -1 |
||||||
|
textureCompression: 1 |
||||||
|
compressionQuality: 50 |
||||||
|
crunchedCompression: 0 |
||||||
|
allowsAlphaSplitting: 0 |
||||||
|
overridden: 0 |
||||||
|
androidETC2FallbackOverride: 0 |
||||||
|
- serializedVersion: 2 |
||||||
|
buildTarget: Standalone |
||||||
|
maxTextureSize: 2048 |
||||||
|
resizeAlgorithm: 0 |
||||||
|
textureFormat: -1 |
||||||
|
textureCompression: 1 |
||||||
|
compressionQuality: 50 |
||||||
|
crunchedCompression: 0 |
||||||
|
allowsAlphaSplitting: 0 |
||||||
|
overridden: 0 |
||||||
|
androidETC2FallbackOverride: 0 |
||||||
|
spriteSheet: |
||||||
|
serializedVersion: 2 |
||||||
|
sprites: [] |
||||||
|
outline: [] |
||||||
|
physicsShape: [] |
||||||
|
bones: [] |
||||||
|
spriteID: b10164e356fb3f74bb403f446325951d |
||||||
|
vertices: [] |
||||||
|
indices: |
||||||
|
edges: [] |
||||||
|
weights: [] |
||||||
|
spritePackingTag: |
||||||
|
pSDRemoveMatte: 0 |
||||||
|
pSDShowRemoveMatteOption: 0 |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
||||||
|
After Width: | Height: | Size: 3.2 KiB |
@ -0,0 +1,99 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: 9fd6566f179d7894180bbb137fa1a8cb |
||||||
|
TextureImporter: |
||||||
|
fileIDToRecycleName: {} |
||||||
|
externalObjects: {} |
||||||
|
serializedVersion: 9 |
||||||
|
mipmaps: |
||||||
|
mipMapMode: 0 |
||||||
|
enableMipMap: 1 |
||||||
|
sRGBTexture: 1 |
||||||
|
linearTexture: 0 |
||||||
|
fadeOut: 0 |
||||||
|
borderMipMap: 0 |
||||||
|
mipMapsPreserveCoverage: 0 |
||||||
|
alphaTestReferenceValue: 0.5 |
||||||
|
mipMapFadeDistanceStart: 1 |
||||||
|
mipMapFadeDistanceEnd: 3 |
||||||
|
bumpmap: |
||||||
|
convertToNormalMap: 0 |
||||||
|
externalNormalMap: 0 |
||||||
|
heightScale: 0.25 |
||||||
|
normalMapFilter: 0 |
||||||
|
isReadable: 0 |
||||||
|
streamingMipmaps: 0 |
||||||
|
streamingMipmapsPriority: 0 |
||||||
|
grayScaleToAlpha: 0 |
||||||
|
generateCubemap: 6 |
||||||
|
cubemapConvolution: 0 |
||||||
|
seamlessCubemap: 0 |
||||||
|
textureFormat: 1 |
||||||
|
maxTextureSize: 2048 |
||||||
|
textureSettings: |
||||||
|
serializedVersion: 2 |
||||||
|
filterMode: -1 |
||||||
|
aniso: -1 |
||||||
|
mipBias: -100 |
||||||
|
wrapU: 1 |
||||||
|
wrapV: 1 |
||||||
|
wrapW: -1 |
||||||
|
nPOTScale: 0 |
||||||
|
lightmap: 0 |
||||||
|
compressionQuality: 50 |
||||||
|
spriteMode: 1 |
||||||
|
spriteExtrude: 1 |
||||||
|
spriteMeshType: 1 |
||||||
|
alignment: 0 |
||||||
|
spritePivot: {x: 0.5, y: 0.5} |
||||||
|
spritePixelsToUnits: 100 |
||||||
|
spriteBorder: {x: 0, y: 0, z: 0, w: 0} |
||||||
|
spriteGenerateFallbackPhysicsShape: 1 |
||||||
|
alphaUsage: 1 |
||||||
|
alphaIsTransparency: 1 |
||||||
|
spriteTessellationDetail: -1 |
||||||
|
textureType: 8 |
||||||
|
textureShape: 1 |
||||||
|
singleChannelComponent: 0 |
||||||
|
maxTextureSizeSet: 0 |
||||||
|
compressionQualitySet: 0 |
||||||
|
textureFormatSet: 0 |
||||||
|
platformSettings: |
||||||
|
- serializedVersion: 2 |
||||||
|
buildTarget: DefaultTexturePlatform |
||||||
|
maxTextureSize: 2048 |
||||||
|
resizeAlgorithm: 0 |
||||||
|
textureFormat: -1 |
||||||
|
textureCompression: 1 |
||||||
|
compressionQuality: 50 |
||||||
|
crunchedCompression: 0 |
||||||
|
allowsAlphaSplitting: 0 |
||||||
|
overridden: 0 |
||||||
|
androidETC2FallbackOverride: 0 |
||||||
|
- serializedVersion: 2 |
||||||
|
buildTarget: Standalone |
||||||
|
maxTextureSize: 2048 |
||||||
|
resizeAlgorithm: 0 |
||||||
|
textureFormat: -1 |
||||||
|
textureCompression: 1 |
||||||
|
compressionQuality: 50 |
||||||
|
crunchedCompression: 0 |
||||||
|
allowsAlphaSplitting: 0 |
||||||
|
overridden: 0 |
||||||
|
androidETC2FallbackOverride: 0 |
||||||
|
spriteSheet: |
||||||
|
serializedVersion: 2 |
||||||
|
sprites: [] |
||||||
|
outline: [] |
||||||
|
physicsShape: [] |
||||||
|
bones: [] |
||||||
|
spriteID: 9ee0b1f50c896ee489c454d8f6824862 |
||||||
|
vertices: [] |
||||||
|
indices: |
||||||
|
edges: [] |
||||||
|
weights: [] |
||||||
|
spritePackingTag: |
||||||
|
pSDRemoveMatte: 0 |
||||||
|
pSDShowRemoveMatteOption: 0 |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
||||||
@ -0,0 +1,8 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: 5809e5bbe61f7674ca44554ef28f2022 |
||||||
|
folderAsset: yes |
||||||
|
DefaultImporter: |
||||||
|
externalObjects: {} |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
||||||
|
After Width: | Height: | Size: 231 KiB |
@ -0,0 +1,99 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: 80a48fc0a991a804497523ee799e6704 |
||||||
|
TextureImporter: |
||||||
|
fileIDToRecycleName: {} |
||||||
|
externalObjects: {} |
||||||
|
serializedVersion: 9 |
||||||
|
mipmaps: |
||||||
|
mipMapMode: 0 |
||||||
|
enableMipMap: 1 |
||||||
|
sRGBTexture: 1 |
||||||
|
linearTexture: 0 |
||||||
|
fadeOut: 0 |
||||||
|
borderMipMap: 0 |
||||||
|
mipMapsPreserveCoverage: 0 |
||||||
|
alphaTestReferenceValue: 0.5 |
||||||
|
mipMapFadeDistanceStart: 1 |
||||||
|
mipMapFadeDistanceEnd: 3 |
||||||
|
bumpmap: |
||||||
|
convertToNormalMap: 0 |
||||||
|
externalNormalMap: 0 |
||||||
|
heightScale: 0.25 |
||||||
|
normalMapFilter: 0 |
||||||
|
isReadable: 0 |
||||||
|
streamingMipmaps: 0 |
||||||
|
streamingMipmapsPriority: 0 |
||||||
|
grayScaleToAlpha: 0 |
||||||
|
generateCubemap: 6 |
||||||
|
cubemapConvolution: 0 |
||||||
|
seamlessCubemap: 0 |
||||||
|
textureFormat: 1 |
||||||
|
maxTextureSize: 2048 |
||||||
|
textureSettings: |
||||||
|
serializedVersion: 2 |
||||||
|
filterMode: -1 |
||||||
|
aniso: -1 |
||||||
|
mipBias: -100 |
||||||
|
wrapU: 1 |
||||||
|
wrapV: 1 |
||||||
|
wrapW: -1 |
||||||
|
nPOTScale: 0 |
||||||
|
lightmap: 0 |
||||||
|
compressionQuality: 50 |
||||||
|
spriteMode: 1 |
||||||
|
spriteExtrude: 1 |
||||||
|
spriteMeshType: 1 |
||||||
|
alignment: 0 |
||||||
|
spritePivot: {x: 0.5, y: 0.5} |
||||||
|
spritePixelsToUnits: 100 |
||||||
|
spriteBorder: {x: 0, y: 0, z: 0, w: 0} |
||||||
|
spriteGenerateFallbackPhysicsShape: 1 |
||||||
|
alphaUsage: 0 |
||||||
|
alphaIsTransparency: 0 |
||||||
|
spriteTessellationDetail: -1 |
||||||
|
textureType: 8 |
||||||
|
textureShape: 1 |
||||||
|
singleChannelComponent: 0 |
||||||
|
maxTextureSizeSet: 0 |
||||||
|
compressionQualitySet: 0 |
||||||
|
textureFormatSet: 0 |
||||||
|
platformSettings: |
||||||
|
- serializedVersion: 2 |
||||||
|
buildTarget: DefaultTexturePlatform |
||||||
|
maxTextureSize: 2048 |
||||||
|
resizeAlgorithm: 0 |
||||||
|
textureFormat: -1 |
||||||
|
textureCompression: 1 |
||||||
|
compressionQuality: 50 |
||||||
|
crunchedCompression: 0 |
||||||
|
allowsAlphaSplitting: 0 |
||||||
|
overridden: 0 |
||||||
|
androidETC2FallbackOverride: 0 |
||||||
|
- serializedVersion: 2 |
||||||
|
buildTarget: Standalone |
||||||
|
maxTextureSize: 2048 |
||||||
|
resizeAlgorithm: 0 |
||||||
|
textureFormat: -1 |
||||||
|
textureCompression: 1 |
||||||
|
compressionQuality: 50 |
||||||
|
crunchedCompression: 0 |
||||||
|
allowsAlphaSplitting: 0 |
||||||
|
overridden: 0 |
||||||
|
androidETC2FallbackOverride: 0 |
||||||
|
spriteSheet: |
||||||
|
serializedVersion: 2 |
||||||
|
sprites: [] |
||||||
|
outline: [] |
||||||
|
physicsShape: [] |
||||||
|
bones: [] |
||||||
|
spriteID: ddf64a10f097fe24db56a4a0482df0d2 |
||||||
|
vertices: [] |
||||||
|
indices: |
||||||
|
edges: [] |
||||||
|
weights: [] |
||||||
|
spritePackingTag: |
||||||
|
pSDRemoveMatte: 0 |
||||||
|
pSDShowRemoveMatteOption: 0 |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
||||||
|
After Width: | Height: | Size: 228 KiB |
@ -0,0 +1,99 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: 939d7f03c7678414383659d0837f0613 |
||||||
|
TextureImporter: |
||||||
|
fileIDToRecycleName: {} |
||||||
|
externalObjects: {} |
||||||
|
serializedVersion: 9 |
||||||
|
mipmaps: |
||||||
|
mipMapMode: 0 |
||||||
|
enableMipMap: 1 |
||||||
|
sRGBTexture: 1 |
||||||
|
linearTexture: 0 |
||||||
|
fadeOut: 0 |
||||||
|
borderMipMap: 0 |
||||||
|
mipMapsPreserveCoverage: 0 |
||||||
|
alphaTestReferenceValue: 0.5 |
||||||
|
mipMapFadeDistanceStart: 1 |
||||||
|
mipMapFadeDistanceEnd: 3 |
||||||
|
bumpmap: |
||||||
|
convertToNormalMap: 0 |
||||||
|
externalNormalMap: 0 |
||||||
|
heightScale: 0.25 |
||||||
|
normalMapFilter: 0 |
||||||
|
isReadable: 0 |
||||||
|
streamingMipmaps: 0 |
||||||
|
streamingMipmapsPriority: 0 |
||||||
|
grayScaleToAlpha: 0 |
||||||
|
generateCubemap: 6 |
||||||
|
cubemapConvolution: 0 |
||||||
|
seamlessCubemap: 0 |
||||||
|
textureFormat: 1 |
||||||
|
maxTextureSize: 2048 |
||||||
|
textureSettings: |
||||||
|
serializedVersion: 2 |
||||||
|
filterMode: -1 |
||||||
|
aniso: -1 |
||||||
|
mipBias: -100 |
||||||
|
wrapU: 1 |
||||||
|
wrapV: 1 |
||||||
|
wrapW: -1 |
||||||
|
nPOTScale: 0 |
||||||
|
lightmap: 0 |
||||||
|
compressionQuality: 50 |
||||||
|
spriteMode: 1 |
||||||
|
spriteExtrude: 1 |
||||||
|
spriteMeshType: 1 |
||||||
|
alignment: 0 |
||||||
|
spritePivot: {x: 0.5, y: 0.5} |
||||||
|
spritePixelsToUnits: 100 |
||||||
|
spriteBorder: {x: 0, y: 0, z: 0, w: 0} |
||||||
|
spriteGenerateFallbackPhysicsShape: 1 |
||||||
|
alphaUsage: 0 |
||||||
|
alphaIsTransparency: 0 |
||||||
|
spriteTessellationDetail: -1 |
||||||
|
textureType: 8 |
||||||
|
textureShape: 1 |
||||||
|
singleChannelComponent: 0 |
||||||
|
maxTextureSizeSet: 0 |
||||||
|
compressionQualitySet: 0 |
||||||
|
textureFormatSet: 0 |
||||||
|
platformSettings: |
||||||
|
- serializedVersion: 2 |
||||||
|
buildTarget: DefaultTexturePlatform |
||||||
|
maxTextureSize: 2048 |
||||||
|
resizeAlgorithm: 0 |
||||||
|
textureFormat: -1 |
||||||
|
textureCompression: 1 |
||||||
|
compressionQuality: 50 |
||||||
|
crunchedCompression: 0 |
||||||
|
allowsAlphaSplitting: 0 |
||||||
|
overridden: 0 |
||||||
|
androidETC2FallbackOverride: 0 |
||||||
|
- serializedVersion: 2 |
||||||
|
buildTarget: Standalone |
||||||
|
maxTextureSize: 2048 |
||||||
|
resizeAlgorithm: 0 |
||||||
|
textureFormat: -1 |
||||||
|
textureCompression: 1 |
||||||
|
compressionQuality: 50 |
||||||
|
crunchedCompression: 0 |
||||||
|
allowsAlphaSplitting: 0 |
||||||
|
overridden: 0 |
||||||
|
androidETC2FallbackOverride: 0 |
||||||
|
spriteSheet: |
||||||
|
serializedVersion: 2 |
||||||
|
sprites: [] |
||||||
|
outline: [] |
||||||
|
physicsShape: [] |
||||||
|
bones: [] |
||||||
|
spriteID: 8aa449d548153fb48b678997828508bc |
||||||
|
vertices: [] |
||||||
|
indices: |
||||||
|
edges: [] |
||||||
|
weights: [] |
||||||
|
spritePackingTag: |
||||||
|
pSDRemoveMatte: 0 |
||||||
|
pSDShowRemoveMatteOption: 0 |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
||||||
|
After Width: | Height: | Size: 238 KiB |
@ -0,0 +1,99 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: 6857b733d51fca84892e395074a13b5e |
||||||
|
TextureImporter: |
||||||
|
fileIDToRecycleName: {} |
||||||
|
externalObjects: {} |
||||||
|
serializedVersion: 9 |
||||||
|
mipmaps: |
||||||
|
mipMapMode: 0 |
||||||
|
enableMipMap: 1 |
||||||
|
sRGBTexture: 1 |
||||||
|
linearTexture: 0 |
||||||
|
fadeOut: 0 |
||||||
|
borderMipMap: 0 |
||||||
|
mipMapsPreserveCoverage: 0 |
||||||
|
alphaTestReferenceValue: 0.5 |
||||||
|
mipMapFadeDistanceStart: 1 |
||||||
|
mipMapFadeDistanceEnd: 3 |
||||||
|
bumpmap: |
||||||
|
convertToNormalMap: 0 |
||||||
|
externalNormalMap: 0 |
||||||
|
heightScale: 0.25 |
||||||
|
normalMapFilter: 0 |
||||||
|
isReadable: 0 |
||||||
|
streamingMipmaps: 0 |
||||||
|
streamingMipmapsPriority: 0 |
||||||
|
grayScaleToAlpha: 0 |
||||||
|
generateCubemap: 6 |
||||||
|
cubemapConvolution: 0 |
||||||
|
seamlessCubemap: 0 |
||||||
|
textureFormat: 1 |
||||||
|
maxTextureSize: 2048 |
||||||
|
textureSettings: |
||||||
|
serializedVersion: 2 |
||||||
|
filterMode: -1 |
||||||
|
aniso: -1 |
||||||
|
mipBias: -100 |
||||||
|
wrapU: 1 |
||||||
|
wrapV: 1 |
||||||
|
wrapW: -1 |
||||||
|
nPOTScale: 0 |
||||||
|
lightmap: 0 |
||||||
|
compressionQuality: 50 |
||||||
|
spriteMode: 1 |
||||||
|
spriteExtrude: 1 |
||||||
|
spriteMeshType: 1 |
||||||
|
alignment: 0 |
||||||
|
spritePivot: {x: 0.5, y: 0.5} |
||||||
|
spritePixelsToUnits: 100 |
||||||
|
spriteBorder: {x: 0, y: 0, z: 0, w: 0} |
||||||
|
spriteGenerateFallbackPhysicsShape: 1 |
||||||
|
alphaUsage: 0 |
||||||
|
alphaIsTransparency: 0 |
||||||
|
spriteTessellationDetail: -1 |
||||||
|
textureType: 8 |
||||||
|
textureShape: 1 |
||||||
|
singleChannelComponent: 0 |
||||||
|
maxTextureSizeSet: 0 |
||||||
|
compressionQualitySet: 0 |
||||||
|
textureFormatSet: 0 |
||||||
|
platformSettings: |
||||||
|
- serializedVersion: 2 |
||||||
|
buildTarget: DefaultTexturePlatform |
||||||
|
maxTextureSize: 2048 |
||||||
|
resizeAlgorithm: 0 |
||||||
|
textureFormat: -1 |
||||||
|
textureCompression: 1 |
||||||
|
compressionQuality: 50 |
||||||
|
crunchedCompression: 0 |
||||||
|
allowsAlphaSplitting: 0 |
||||||
|
overridden: 0 |
||||||
|
androidETC2FallbackOverride: 0 |
||||||
|
- serializedVersion: 2 |
||||||
|
buildTarget: Standalone |
||||||
|
maxTextureSize: 2048 |
||||||
|
resizeAlgorithm: 0 |
||||||
|
textureFormat: -1 |
||||||
|
textureCompression: 1 |
||||||
|
compressionQuality: 50 |
||||||
|
crunchedCompression: 0 |
||||||
|
allowsAlphaSplitting: 0 |
||||||
|
overridden: 0 |
||||||
|
androidETC2FallbackOverride: 0 |
||||||
|
spriteSheet: |
||||||
|
serializedVersion: 2 |
||||||
|
sprites: [] |
||||||
|
outline: [] |
||||||
|
physicsShape: [] |
||||||
|
bones: [] |
||||||
|
spriteID: d9ee7a2b77dbea748a8246c7c0323272 |
||||||
|
vertices: [] |
||||||
|
indices: |
||||||
|
edges: [] |
||||||
|
weights: [] |
||||||
|
spritePackingTag: |
||||||
|
pSDRemoveMatte: 0 |
||||||
|
pSDShowRemoveMatteOption: 0 |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
||||||
|
After Width: | Height: | Size: 278 KiB |
@ -0,0 +1,99 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: 6e4e5f66aeb09504897a799b545caaf0 |
||||||
|
TextureImporter: |
||||||
|
fileIDToRecycleName: {} |
||||||
|
externalObjects: {} |
||||||
|
serializedVersion: 9 |
||||||
|
mipmaps: |
||||||
|
mipMapMode: 0 |
||||||
|
enableMipMap: 1 |
||||||
|
sRGBTexture: 1 |
||||||
|
linearTexture: 0 |
||||||
|
fadeOut: 0 |
||||||
|
borderMipMap: 0 |
||||||
|
mipMapsPreserveCoverage: 0 |
||||||
|
alphaTestReferenceValue: 0.5 |
||||||
|
mipMapFadeDistanceStart: 1 |
||||||
|
mipMapFadeDistanceEnd: 3 |
||||||
|
bumpmap: |
||||||
|
convertToNormalMap: 0 |
||||||
|
externalNormalMap: 0 |
||||||
|
heightScale: 0.25 |
||||||
|
normalMapFilter: 0 |
||||||
|
isReadable: 0 |
||||||
|
streamingMipmaps: 0 |
||||||
|
streamingMipmapsPriority: 0 |
||||||
|
grayScaleToAlpha: 0 |
||||||
|
generateCubemap: 6 |
||||||
|
cubemapConvolution: 0 |
||||||
|
seamlessCubemap: 0 |
||||||
|
textureFormat: 1 |
||||||
|
maxTextureSize: 2048 |
||||||
|
textureSettings: |
||||||
|
serializedVersion: 2 |
||||||
|
filterMode: -1 |
||||||
|
aniso: -1 |
||||||
|
mipBias: -100 |
||||||
|
wrapU: 1 |
||||||
|
wrapV: 1 |
||||||
|
wrapW: -1 |
||||||
|
nPOTScale: 0 |
||||||
|
lightmap: 0 |
||||||
|
compressionQuality: 50 |
||||||
|
spriteMode: 1 |
||||||
|
spriteExtrude: 1 |
||||||
|
spriteMeshType: 1 |
||||||
|
alignment: 0 |
||||||
|
spritePivot: {x: 0.5, y: 0.5} |
||||||
|
spritePixelsToUnits: 100 |
||||||
|
spriteBorder: {x: 0, y: 0, z: 0, w: 0} |
||||||
|
spriteGenerateFallbackPhysicsShape: 1 |
||||||
|
alphaUsage: 0 |
||||||
|
alphaIsTransparency: 0 |
||||||
|
spriteTessellationDetail: -1 |
||||||
|
textureType: 8 |
||||||
|
textureShape: 1 |
||||||
|
singleChannelComponent: 0 |
||||||
|
maxTextureSizeSet: 0 |
||||||
|
compressionQualitySet: 0 |
||||||
|
textureFormatSet: 0 |
||||||
|
platformSettings: |
||||||
|
- serializedVersion: 2 |
||||||
|
buildTarget: DefaultTexturePlatform |
||||||
|
maxTextureSize: 2048 |
||||||
|
resizeAlgorithm: 0 |
||||||
|
textureFormat: -1 |
||||||
|
textureCompression: 1 |
||||||
|
compressionQuality: 50 |
||||||
|
crunchedCompression: 0 |
||||||
|
allowsAlphaSplitting: 0 |
||||||
|
overridden: 0 |
||||||
|
androidETC2FallbackOverride: 0 |
||||||
|
- serializedVersion: 2 |
||||||
|
buildTarget: Standalone |
||||||
|
maxTextureSize: 2048 |
||||||
|
resizeAlgorithm: 0 |
||||||
|
textureFormat: -1 |
||||||
|
textureCompression: 1 |
||||||
|
compressionQuality: 50 |
||||||
|
crunchedCompression: 0 |
||||||
|
allowsAlphaSplitting: 0 |
||||||
|
overridden: 0 |
||||||
|
androidETC2FallbackOverride: 0 |
||||||
|
spriteSheet: |
||||||
|
serializedVersion: 2 |
||||||
|
sprites: [] |
||||||
|
outline: [] |
||||||
|
physicsShape: [] |
||||||
|
bones: [] |
||||||
|
spriteID: 3a4758d9208c6d64caa927c64ebed2bf |
||||||
|
vertices: [] |
||||||
|
indices: |
||||||
|
edges: [] |
||||||
|
weights: [] |
||||||
|
spritePackingTag: |
||||||
|
pSDRemoveMatte: 0 |
||||||
|
pSDShowRemoveMatteOption: 0 |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
||||||
|
After Width: | Height: | Size: 704 KiB |
@ -0,0 +1,99 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: 07e5fab14e6ed7749ac4f6d249276790 |
||||||
|
TextureImporter: |
||||||
|
fileIDToRecycleName: {} |
||||||
|
externalObjects: {} |
||||||
|
serializedVersion: 9 |
||||||
|
mipmaps: |
||||||
|
mipMapMode: 0 |
||||||
|
enableMipMap: 1 |
||||||
|
sRGBTexture: 1 |
||||||
|
linearTexture: 0 |
||||||
|
fadeOut: 0 |
||||||
|
borderMipMap: 0 |
||||||
|
mipMapsPreserveCoverage: 0 |
||||||
|
alphaTestReferenceValue: 0.5 |
||||||
|
mipMapFadeDistanceStart: 1 |
||||||
|
mipMapFadeDistanceEnd: 3 |
||||||
|
bumpmap: |
||||||
|
convertToNormalMap: 0 |
||||||
|
externalNormalMap: 0 |
||||||
|
heightScale: 0.25 |
||||||
|
normalMapFilter: 0 |
||||||
|
isReadable: 0 |
||||||
|
streamingMipmaps: 0 |
||||||
|
streamingMipmapsPriority: 0 |
||||||
|
grayScaleToAlpha: 0 |
||||||
|
generateCubemap: 6 |
||||||
|
cubemapConvolution: 0 |
||||||
|
seamlessCubemap: 0 |
||||||
|
textureFormat: 1 |
||||||
|
maxTextureSize: 2048 |
||||||
|
textureSettings: |
||||||
|
serializedVersion: 2 |
||||||
|
filterMode: -1 |
||||||
|
aniso: -1 |
||||||
|
mipBias: -100 |
||||||
|
wrapU: 1 |
||||||
|
wrapV: 1 |
||||||
|
wrapW: -1 |
||||||
|
nPOTScale: 0 |
||||||
|
lightmap: 0 |
||||||
|
compressionQuality: 50 |
||||||
|
spriteMode: 1 |
||||||
|
spriteExtrude: 1 |
||||||
|
spriteMeshType: 1 |
||||||
|
alignment: 0 |
||||||
|
spritePivot: {x: 0.5, y: 0.5} |
||||||
|
spritePixelsToUnits: 100 |
||||||
|
spriteBorder: {x: 0, y: 0, z: 0, w: 0} |
||||||
|
spriteGenerateFallbackPhysicsShape: 1 |
||||||
|
alphaUsage: 0 |
||||||
|
alphaIsTransparency: 0 |
||||||
|
spriteTessellationDetail: -1 |
||||||
|
textureType: 8 |
||||||
|
textureShape: 1 |
||||||
|
singleChannelComponent: 0 |
||||||
|
maxTextureSizeSet: 0 |
||||||
|
compressionQualitySet: 0 |
||||||
|
textureFormatSet: 0 |
||||||
|
platformSettings: |
||||||
|
- serializedVersion: 2 |
||||||
|
buildTarget: DefaultTexturePlatform |
||||||
|
maxTextureSize: 2048 |
||||||
|
resizeAlgorithm: 0 |
||||||
|
textureFormat: -1 |
||||||
|
textureCompression: 1 |
||||||
|
compressionQuality: 50 |
||||||
|
crunchedCompression: 0 |
||||||
|
allowsAlphaSplitting: 0 |
||||||
|
overridden: 0 |
||||||
|
androidETC2FallbackOverride: 0 |
||||||
|
- serializedVersion: 2 |
||||||
|
buildTarget: Standalone |
||||||
|
maxTextureSize: 2048 |
||||||
|
resizeAlgorithm: 0 |
||||||
|
textureFormat: -1 |
||||||
|
textureCompression: 1 |
||||||
|
compressionQuality: 50 |
||||||
|
crunchedCompression: 0 |
||||||
|
allowsAlphaSplitting: 0 |
||||||
|
overridden: 0 |
||||||
|
androidETC2FallbackOverride: 0 |
||||||
|
spriteSheet: |
||||||
|
serializedVersion: 2 |
||||||
|
sprites: [] |
||||||
|
outline: [] |
||||||
|
physicsShape: [] |
||||||
|
bones: [] |
||||||
|
spriteID: 8cad38d4e38b77147b20bf21c1d085a0 |
||||||
|
vertices: [] |
||||||
|
indices: |
||||||
|
edges: [] |
||||||
|
weights: [] |
||||||
|
spritePackingTag: |
||||||
|
pSDRemoveMatte: 0 |
||||||
|
pSDShowRemoveMatteOption: 0 |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
||||||
|
After Width: | Height: | Size: 117 KiB |
@ -0,0 +1,99 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: 57d1f68ded19e0945bc0d7a4569086b2 |
||||||
|
TextureImporter: |
||||||
|
fileIDToRecycleName: {} |
||||||
|
externalObjects: {} |
||||||
|
serializedVersion: 9 |
||||||
|
mipmaps: |
||||||
|
mipMapMode: 0 |
||||||
|
enableMipMap: 1 |
||||||
|
sRGBTexture: 1 |
||||||
|
linearTexture: 0 |
||||||
|
fadeOut: 0 |
||||||
|
borderMipMap: 0 |
||||||
|
mipMapsPreserveCoverage: 0 |
||||||
|
alphaTestReferenceValue: 0.5 |
||||||
|
mipMapFadeDistanceStart: 1 |
||||||
|
mipMapFadeDistanceEnd: 3 |
||||||
|
bumpmap: |
||||||
|
convertToNormalMap: 0 |
||||||
|
externalNormalMap: 0 |
||||||
|
heightScale: 0.25 |
||||||
|
normalMapFilter: 0 |
||||||
|
isReadable: 0 |
||||||
|
streamingMipmaps: 0 |
||||||
|
streamingMipmapsPriority: 0 |
||||||
|
grayScaleToAlpha: 0 |
||||||
|
generateCubemap: 6 |
||||||
|
cubemapConvolution: 0 |
||||||
|
seamlessCubemap: 0 |
||||||
|
textureFormat: 1 |
||||||
|
maxTextureSize: 2048 |
||||||
|
textureSettings: |
||||||
|
serializedVersion: 2 |
||||||
|
filterMode: -1 |
||||||
|
aniso: -1 |
||||||
|
mipBias: -100 |
||||||
|
wrapU: 1 |
||||||
|
wrapV: 1 |
||||||
|
wrapW: -1 |
||||||
|
nPOTScale: 0 |
||||||
|
lightmap: 0 |
||||||
|
compressionQuality: 50 |
||||||
|
spriteMode: 1 |
||||||
|
spriteExtrude: 1 |
||||||
|
spriteMeshType: 1 |
||||||
|
alignment: 0 |
||||||
|
spritePivot: {x: 0.5, y: 0.5} |
||||||
|
spritePixelsToUnits: 100 |
||||||
|
spriteBorder: {x: 0, y: 0, z: 0, w: 0} |
||||||
|
spriteGenerateFallbackPhysicsShape: 1 |
||||||
|
alphaUsage: 1 |
||||||
|
alphaIsTransparency: 1 |
||||||
|
spriteTessellationDetail: -1 |
||||||
|
textureType: 8 |
||||||
|
textureShape: 1 |
||||||
|
singleChannelComponent: 0 |
||||||
|
maxTextureSizeSet: 0 |
||||||
|
compressionQualitySet: 0 |
||||||
|
textureFormatSet: 0 |
||||||
|
platformSettings: |
||||||
|
- serializedVersion: 2 |
||||||
|
buildTarget: DefaultTexturePlatform |
||||||
|
maxTextureSize: 2048 |
||||||
|
resizeAlgorithm: 0 |
||||||
|
textureFormat: -1 |
||||||
|
textureCompression: 1 |
||||||
|
compressionQuality: 50 |
||||||
|
crunchedCompression: 0 |
||||||
|
allowsAlphaSplitting: 0 |
||||||
|
overridden: 0 |
||||||
|
androidETC2FallbackOverride: 0 |
||||||
|
- serializedVersion: 2 |
||||||
|
buildTarget: Standalone |
||||||
|
maxTextureSize: 2048 |
||||||
|
resizeAlgorithm: 0 |
||||||
|
textureFormat: -1 |
||||||
|
textureCompression: 1 |
||||||
|
compressionQuality: 50 |
||||||
|
crunchedCompression: 0 |
||||||
|
allowsAlphaSplitting: 0 |
||||||
|
overridden: 0 |
||||||
|
androidETC2FallbackOverride: 0 |
||||||
|
spriteSheet: |
||||||
|
serializedVersion: 2 |
||||||
|
sprites: [] |
||||||
|
outline: [] |
||||||
|
physicsShape: [] |
||||||
|
bones: [] |
||||||
|
spriteID: 69781d965fbfa504db64e365c0830ec8 |
||||||
|
vertices: [] |
||||||
|
indices: |
||||||
|
edges: [] |
||||||
|
weights: [] |
||||||
|
spritePackingTag: |
||||||
|
pSDRemoveMatte: 0 |
||||||
|
pSDShowRemoveMatteOption: 0 |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
||||||
|
After Width: | Height: | Size: 7.5 KiB |
@ -0,0 +1,99 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: 14a4af0063f75ae4ba3d56697db46cb4 |
||||||
|
TextureImporter: |
||||||
|
fileIDToRecycleName: {} |
||||||
|
externalObjects: {} |
||||||
|
serializedVersion: 9 |
||||||
|
mipmaps: |
||||||
|
mipMapMode: 0 |
||||||
|
enableMipMap: 1 |
||||||
|
sRGBTexture: 1 |
||||||
|
linearTexture: 0 |
||||||
|
fadeOut: 0 |
||||||
|
borderMipMap: 0 |
||||||
|
mipMapsPreserveCoverage: 0 |
||||||
|
alphaTestReferenceValue: 0.5 |
||||||
|
mipMapFadeDistanceStart: 1 |
||||||
|
mipMapFadeDistanceEnd: 3 |
||||||
|
bumpmap: |
||||||
|
convertToNormalMap: 0 |
||||||
|
externalNormalMap: 0 |
||||||
|
heightScale: 0.25 |
||||||
|
normalMapFilter: 0 |
||||||
|
isReadable: 0 |
||||||
|
streamingMipmaps: 0 |
||||||
|
streamingMipmapsPriority: 0 |
||||||
|
grayScaleToAlpha: 0 |
||||||
|
generateCubemap: 6 |
||||||
|
cubemapConvolution: 0 |
||||||
|
seamlessCubemap: 0 |
||||||
|
textureFormat: 1 |
||||||
|
maxTextureSize: 2048 |
||||||
|
textureSettings: |
||||||
|
serializedVersion: 2 |
||||||
|
filterMode: -1 |
||||||
|
aniso: -1 |
||||||
|
mipBias: -100 |
||||||
|
wrapU: 1 |
||||||
|
wrapV: 1 |
||||||
|
wrapW: -1 |
||||||
|
nPOTScale: 0 |
||||||
|
lightmap: 0 |
||||||
|
compressionQuality: 50 |
||||||
|
spriteMode: 1 |
||||||
|
spriteExtrude: 1 |
||||||
|
spriteMeshType: 1 |
||||||
|
alignment: 0 |
||||||
|
spritePivot: {x: 0.5, y: 0.5} |
||||||
|
spritePixelsToUnits: 100 |
||||||
|
spriteBorder: {x: 0, y: 0, z: 0, w: 0} |
||||||
|
spriteGenerateFallbackPhysicsShape: 1 |
||||||
|
alphaUsage: 1 |
||||||
|
alphaIsTransparency: 1 |
||||||
|
spriteTessellationDetail: -1 |
||||||
|
textureType: 8 |
||||||
|
textureShape: 1 |
||||||
|
singleChannelComponent: 0 |
||||||
|
maxTextureSizeSet: 0 |
||||||
|
compressionQualitySet: 0 |
||||||
|
textureFormatSet: 0 |
||||||
|
platformSettings: |
||||||
|
- serializedVersion: 2 |
||||||
|
buildTarget: DefaultTexturePlatform |
||||||
|
maxTextureSize: 2048 |
||||||
|
resizeAlgorithm: 0 |
||||||
|
textureFormat: -1 |
||||||
|
textureCompression: 1 |
||||||
|
compressionQuality: 50 |
||||||
|
crunchedCompression: 0 |
||||||
|
allowsAlphaSplitting: 0 |
||||||
|
overridden: 0 |
||||||
|
androidETC2FallbackOverride: 0 |
||||||
|
- serializedVersion: 2 |
||||||
|
buildTarget: Standalone |
||||||
|
maxTextureSize: 2048 |
||||||
|
resizeAlgorithm: 0 |
||||||
|
textureFormat: -1 |
||||||
|
textureCompression: 1 |
||||||
|
compressionQuality: 50 |
||||||
|
crunchedCompression: 0 |
||||||
|
allowsAlphaSplitting: 0 |
||||||
|
overridden: 0 |
||||||
|
androidETC2FallbackOverride: 0 |
||||||
|
spriteSheet: |
||||||
|
serializedVersion: 2 |
||||||
|
sprites: [] |
||||||
|
outline: [] |
||||||
|
physicsShape: [] |
||||||
|
bones: [] |
||||||
|
spriteID: 17bf002556b52ac458555b3cfe33abac |
||||||
|
vertices: [] |
||||||
|
indices: |
||||||
|
edges: [] |
||||||
|
weights: [] |
||||||
|
spritePackingTag: |
||||||
|
pSDRemoveMatte: 0 |
||||||
|
pSDShowRemoveMatteOption: 0 |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
||||||
|
After Width: | Height: | Size: 7.3 KiB |
@ -0,0 +1,99 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: f541fe409dee39f46918ddbb987f787c |
||||||
|
TextureImporter: |
||||||
|
fileIDToRecycleName: {} |
||||||
|
externalObjects: {} |
||||||
|
serializedVersion: 9 |
||||||
|
mipmaps: |
||||||
|
mipMapMode: 0 |
||||||
|
enableMipMap: 1 |
||||||
|
sRGBTexture: 1 |
||||||
|
linearTexture: 0 |
||||||
|
fadeOut: 0 |
||||||
|
borderMipMap: 0 |
||||||
|
mipMapsPreserveCoverage: 0 |
||||||
|
alphaTestReferenceValue: 0.5 |
||||||
|
mipMapFadeDistanceStart: 1 |
||||||
|
mipMapFadeDistanceEnd: 3 |
||||||
|
bumpmap: |
||||||
|
convertToNormalMap: 0 |
||||||
|
externalNormalMap: 0 |
||||||
|
heightScale: 0.25 |
||||||
|
normalMapFilter: 0 |
||||||
|
isReadable: 0 |
||||||
|
streamingMipmaps: 0 |
||||||
|
streamingMipmapsPriority: 0 |
||||||
|
grayScaleToAlpha: 0 |
||||||
|
generateCubemap: 6 |
||||||
|
cubemapConvolution: 0 |
||||||
|
seamlessCubemap: 0 |
||||||
|
textureFormat: 1 |
||||||
|
maxTextureSize: 2048 |
||||||
|
textureSettings: |
||||||
|
serializedVersion: 2 |
||||||
|
filterMode: -1 |
||||||
|
aniso: -1 |
||||||
|
mipBias: -100 |
||||||
|
wrapU: 1 |
||||||
|
wrapV: 1 |
||||||
|
wrapW: -1 |
||||||
|
nPOTScale: 0 |
||||||
|
lightmap: 0 |
||||||
|
compressionQuality: 50 |
||||||
|
spriteMode: 1 |
||||||
|
spriteExtrude: 1 |
||||||
|
spriteMeshType: 1 |
||||||
|
alignment: 0 |
||||||
|
spritePivot: {x: 0.5, y: 0.5} |
||||||
|
spritePixelsToUnits: 100 |
||||||
|
spriteBorder: {x: 0, y: 0, z: 0, w: 0} |
||||||
|
spriteGenerateFallbackPhysicsShape: 1 |
||||||
|
alphaUsage: 1 |
||||||
|
alphaIsTransparency: 1 |
||||||
|
spriteTessellationDetail: -1 |
||||||
|
textureType: 8 |
||||||
|
textureShape: 1 |
||||||
|
singleChannelComponent: 0 |
||||||
|
maxTextureSizeSet: 0 |
||||||
|
compressionQualitySet: 0 |
||||||
|
textureFormatSet: 0 |
||||||
|
platformSettings: |
||||||
|
- serializedVersion: 2 |
||||||
|
buildTarget: DefaultTexturePlatform |
||||||
|
maxTextureSize: 2048 |
||||||
|
resizeAlgorithm: 0 |
||||||
|
textureFormat: -1 |
||||||
|
textureCompression: 1 |
||||||
|
compressionQuality: 50 |
||||||
|
crunchedCompression: 0 |
||||||
|
allowsAlphaSplitting: 0 |
||||||
|
overridden: 0 |
||||||
|
androidETC2FallbackOverride: 0 |
||||||
|
- serializedVersion: 2 |
||||||
|
buildTarget: Standalone |
||||||
|
maxTextureSize: 2048 |
||||||
|
resizeAlgorithm: 0 |
||||||
|
textureFormat: -1 |
||||||
|
textureCompression: 1 |
||||||
|
compressionQuality: 50 |
||||||
|
crunchedCompression: 0 |
||||||
|
allowsAlphaSplitting: 0 |
||||||
|
overridden: 0 |
||||||
|
androidETC2FallbackOverride: 0 |
||||||
|
spriteSheet: |
||||||
|
serializedVersion: 2 |
||||||
|
sprites: [] |
||||||
|
outline: [] |
||||||
|
physicsShape: [] |
||||||
|
bones: [] |
||||||
|
spriteID: 0450f053415bba44ba81527f9c82904a |
||||||
|
vertices: [] |
||||||
|
indices: |
||||||
|
edges: [] |
||||||
|
weights: [] |
||||||
|
spritePackingTag: |
||||||
|
pSDRemoveMatte: 0 |
||||||
|
pSDShowRemoveMatteOption: 0 |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
||||||
@ -0,0 +1,33 @@ |
|||||||
|
%YAML 1.1 |
||||||
|
%TAG !u! tag:unity3d.com,2011: |
||||||
|
--- !u!84 &8400000 |
||||||
|
RenderTexture: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
m_CorrespondingSourceObject: {fileID: 0} |
||||||
|
m_PrefabInternal: {fileID: 0} |
||||||
|
m_Name: Luggage |
||||||
|
m_ImageContentsHash: |
||||||
|
serializedVersion: 2 |
||||||
|
Hash: 00000000000000000000000000000000 |
||||||
|
m_ForcedFallbackFormat: 4 |
||||||
|
m_DownscaleFallback: 0 |
||||||
|
m_Width: 2048 |
||||||
|
m_Height: 3072 |
||||||
|
m_AntiAliasing: 1 |
||||||
|
m_DepthFormat: 0 |
||||||
|
m_ColorFormat: 0 |
||||||
|
m_MipMap: 0 |
||||||
|
m_GenerateMips: 1 |
||||||
|
m_SRGB: 0 |
||||||
|
m_UseDynamicScale: 0 |
||||||
|
m_BindMS: 0 |
||||||
|
m_TextureSettings: |
||||||
|
serializedVersion: 2 |
||||||
|
m_FilterMode: 1 |
||||||
|
m_Aniso: 0 |
||||||
|
m_MipBias: 0 |
||||||
|
m_WrapU: 1 |
||||||
|
m_WrapV: 1 |
||||||
|
m_WrapW: 1 |
||||||
|
m_Dimension: 2 |
||||||
|
m_VolumeDepth: 1 |
||||||
@ -0,0 +1,8 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: fdf43a961561e0b469a3f2a3e5df1bfd |
||||||
|
NativeFormatImporter: |
||||||
|
externalObjects: {} |
||||||
|
mainObjectFileID: 8400000 |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
||||||
@ -0,0 +1,33 @@ |
|||||||
|
%YAML 1.1 |
||||||
|
%TAG !u! tag:unity3d.com,2011: |
||||||
|
--- !u!84 &8400000 |
||||||
|
RenderTexture: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
m_CorrespondingSourceObject: {fileID: 0} |
||||||
|
m_PrefabInternal: {fileID: 0} |
||||||
|
m_Name: Painting |
||||||
|
m_ImageContentsHash: |
||||||
|
serializedVersion: 2 |
||||||
|
Hash: 00000000000000000000000000000000 |
||||||
|
m_ForcedFallbackFormat: 4 |
||||||
|
m_DownscaleFallback: 0 |
||||||
|
m_Width: 3508 |
||||||
|
m_Height: 2480 |
||||||
|
m_AntiAliasing: 1 |
||||||
|
m_DepthFormat: 0 |
||||||
|
m_ColorFormat: 0 |
||||||
|
m_MipMap: 0 |
||||||
|
m_GenerateMips: 1 |
||||||
|
m_SRGB: 0 |
||||||
|
m_UseDynamicScale: 0 |
||||||
|
m_BindMS: 0 |
||||||
|
m_TextureSettings: |
||||||
|
serializedVersion: 2 |
||||||
|
m_FilterMode: 1 |
||||||
|
m_Aniso: 0 |
||||||
|
m_MipBias: 0 |
||||||
|
m_WrapU: 1 |
||||||
|
m_WrapV: 1 |
||||||
|
m_WrapW: 1 |
||||||
|
m_Dimension: 2 |
||||||
|
m_VolumeDepth: 1 |
||||||
@ -0,0 +1,8 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: b3eb8a537aab89e4d892789783cf86dd |
||||||
|
NativeFormatImporter: |
||||||
|
externalObjects: {} |
||||||
|
mainObjectFileID: 8400000 |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
||||||
@ -0,0 +1,8 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: 4fb9a6bc22528d54baab6b5c72c94078 |
||||||
|
folderAsset: yes |
||||||
|
DefaultImporter: |
||||||
|
externalObjects: {} |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
||||||
@ -0,0 +1,33 @@ |
|||||||
|
%YAML 1.1 |
||||||
|
%TAG !u! tag:unity3d.com,2011: |
||||||
|
--- !u!84 &8400000 |
||||||
|
RenderTexture: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
m_CorrespondingSourceObject: {fileID: 0} |
||||||
|
m_PrefabInternal: {fileID: 0} |
||||||
|
m_Name: Thumbnail |
||||||
|
m_ImageContentsHash: |
||||||
|
serializedVersion: 2 |
||||||
|
Hash: 00000000000000000000000000000000 |
||||||
|
m_ForcedFallbackFormat: 4 |
||||||
|
m_DownscaleFallback: 0 |
||||||
|
m_Width: 1024 |
||||||
|
m_Height: 724 |
||||||
|
m_AntiAliasing: 1 |
||||||
|
m_DepthFormat: 0 |
||||||
|
m_ColorFormat: 0 |
||||||
|
m_MipMap: 0 |
||||||
|
m_GenerateMips: 1 |
||||||
|
m_SRGB: 0 |
||||||
|
m_UseDynamicScale: 0 |
||||||
|
m_BindMS: 0 |
||||||
|
m_TextureSettings: |
||||||
|
serializedVersion: 2 |
||||||
|
m_FilterMode: 1 |
||||||
|
m_Aniso: 0 |
||||||
|
m_MipBias: 0 |
||||||
|
m_WrapU: 1 |
||||||
|
m_WrapV: 1 |
||||||
|
m_WrapW: 1 |
||||||
|
m_Dimension: 2 |
||||||
|
m_VolumeDepth: 1 |
||||||
@ -0,0 +1,8 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: 7f2e423c5e666c74f9424b39b76fe417 |
||||||
|
NativeFormatImporter: |
||||||
|
externalObjects: {} |
||||||
|
mainObjectFileID: 8400000 |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
||||||
|
After Width: | Height: | Size: 139 KiB |
@ -0,0 +1,99 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: 9b48311ba2668f648931ef2c251e589c |
||||||
|
TextureImporter: |
||||||
|
fileIDToRecycleName: {} |
||||||
|
externalObjects: {} |
||||||
|
serializedVersion: 7 |
||||||
|
mipmaps: |
||||||
|
mipMapMode: 0 |
||||||
|
enableMipMap: 0 |
||||||
|
sRGBTexture: 1 |
||||||
|
linearTexture: 0 |
||||||
|
fadeOut: 0 |
||||||
|
borderMipMap: 0 |
||||||
|
mipMapsPreserveCoverage: 0 |
||||||
|
alphaTestReferenceValue: 0.5 |
||||||
|
mipMapFadeDistanceStart: 1 |
||||||
|
mipMapFadeDistanceEnd: 3 |
||||||
|
bumpmap: |
||||||
|
convertToNormalMap: 0 |
||||||
|
externalNormalMap: 0 |
||||||
|
heightScale: 0.25 |
||||||
|
normalMapFilter: 0 |
||||||
|
isReadable: 0 |
||||||
|
streamingMipmaps: 0 |
||||||
|
streamingMipmapsPriority: 0 |
||||||
|
grayScaleToAlpha: 0 |
||||||
|
generateCubemap: 6 |
||||||
|
cubemapConvolution: 0 |
||||||
|
seamlessCubemap: 0 |
||||||
|
textureFormat: 1 |
||||||
|
maxTextureSize: 2048 |
||||||
|
textureSettings: |
||||||
|
serializedVersion: 2 |
||||||
|
filterMode: -1 |
||||||
|
aniso: -1 |
||||||
|
mipBias: -100 |
||||||
|
wrapU: -1 |
||||||
|
wrapV: -1 |
||||||
|
wrapW: -1 |
||||||
|
nPOTScale: 1 |
||||||
|
lightmap: 0 |
||||||
|
compressionQuality: 50 |
||||||
|
spriteMode: 0 |
||||||
|
spriteExtrude: 1 |
||||||
|
spriteMeshType: 1 |
||||||
|
alignment: 0 |
||||||
|
spritePivot: {x: 0.5, y: 0.5} |
||||||
|
spritePixelsToUnits: 100 |
||||||
|
spriteBorder: {x: 0, y: 0, z: 0, w: 0} |
||||||
|
spriteGenerateFallbackPhysicsShape: 1 |
||||||
|
alphaUsage: 0 |
||||||
|
alphaIsTransparency: 0 |
||||||
|
spriteTessellationDetail: -1 |
||||||
|
textureType: 0 |
||||||
|
textureShape: 1 |
||||||
|
singleChannelComponent: 0 |
||||||
|
maxTextureSizeSet: 0 |
||||||
|
compressionQualitySet: 0 |
||||||
|
textureFormatSet: 0 |
||||||
|
platformSettings: |
||||||
|
- serializedVersion: 2 |
||||||
|
buildTarget: DefaultTexturePlatform |
||||||
|
maxTextureSize: 2048 |
||||||
|
resizeAlgorithm: 0 |
||||||
|
textureFormat: -1 |
||||||
|
textureCompression: 0 |
||||||
|
compressionQuality: 50 |
||||||
|
crunchedCompression: 0 |
||||||
|
allowsAlphaSplitting: 0 |
||||||
|
overridden: 0 |
||||||
|
androidETC2FallbackOverride: 0 |
||||||
|
- serializedVersion: 2 |
||||||
|
buildTarget: Standalone |
||||||
|
maxTextureSize: 2048 |
||||||
|
resizeAlgorithm: 0 |
||||||
|
textureFormat: -1 |
||||||
|
textureCompression: 0 |
||||||
|
compressionQuality: 50 |
||||||
|
crunchedCompression: 0 |
||||||
|
allowsAlphaSplitting: 0 |
||||||
|
overridden: 0 |
||||||
|
androidETC2FallbackOverride: 0 |
||||||
|
spriteSheet: |
||||||
|
serializedVersion: 2 |
||||||
|
sprites: [] |
||||||
|
outline: [] |
||||||
|
physicsShape: [] |
||||||
|
bones: [] |
||||||
|
spriteID: |
||||||
|
vertices: [] |
||||||
|
indices: |
||||||
|
edges: [] |
||||||
|
weights: [] |
||||||
|
spritePackingTag: |
||||||
|
pSDRemoveMatte: 0 |
||||||
|
pSDShowRemoveMatteOption: 0 |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
||||||
@ -0,0 +1,7 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: 99c9720ab356a0642a771bea13969a05 |
||||||
|
DefaultImporter: |
||||||
|
externalObjects: {} |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
||||||
@ -0,0 +1,5 @@ |
|||||||
|
set /p UNITY_VERSION=<ProjectSettings\ProjectVersion.txt |
||||||
|
set "x=%UNITY_VERSION:m_EditorVersion: =" & set "UNITY_VERSION=%" |
||||||
|
set UNITY_PATH="C:\Program Files\Unity\Hub\Editor\%UNITY_VERSION%\Editor\Unity.exe" |
||||||
|
%UNITY_PATH% -quit -batchmode -executeMethod UltraCombos.BuildTool.Build -projectPath %~dp0 |
||||||
|
pause |
||||||
@ -0,0 +1,40 @@ |
|||||||
|
{ |
||||||
|
"dependencies": { |
||||||
|
"com.ultracombos.grpc": "file:<project>/../../../../../_Package/com.ultracombos.grpc", |
||||||
|
"com.ultracombos.minions-girlsroom-asset": "file:<project>/../../../../../_Package/com.ultracombos.minions-girlsroom-asset", |
||||||
|
"com.ultracombos.utility-native-plugin": "file:<project>/../../../../../_Package/com.ultracombos.utility-native-plugin", |
||||||
|
"com.unity.2d.animation": "1.0.16-preview.1", |
||||||
|
"com.unity.collab-proxy": "1.2.15", |
||||||
|
"com.unity.package-manager-ui": "2.0.8", |
||||||
|
"com.unity.modules.ai": "1.0.0", |
||||||
|
"com.unity.modules.animation": "1.0.0", |
||||||
|
"com.unity.modules.assetbundle": "1.0.0", |
||||||
|
"com.unity.modules.audio": "1.0.0", |
||||||
|
"com.unity.modules.cloth": "1.0.0", |
||||||
|
"com.unity.modules.director": "1.0.0", |
||||||
|
"com.unity.modules.imageconversion": "1.0.0", |
||||||
|
"com.unity.modules.imgui": "1.0.0", |
||||||
|
"com.unity.modules.jsonserialize": "1.0.0", |
||||||
|
"com.unity.modules.particlesystem": "1.0.0", |
||||||
|
"com.unity.modules.physics": "1.0.0", |
||||||
|
"com.unity.modules.physics2d": "1.0.0", |
||||||
|
"com.unity.modules.screencapture": "1.0.0", |
||||||
|
"com.unity.modules.terrain": "1.0.0", |
||||||
|
"com.unity.modules.terrainphysics": "1.0.0", |
||||||
|
"com.unity.modules.tilemap": "1.0.0", |
||||||
|
"com.unity.modules.ui": "1.0.0", |
||||||
|
"com.unity.modules.uielements": "1.0.0", |
||||||
|
"com.unity.modules.umbra": "1.0.0", |
||||||
|
"com.unity.modules.unityanalytics": "1.0.0", |
||||||
|
"com.unity.modules.unitywebrequest": "1.0.0", |
||||||
|
"com.unity.modules.unitywebrequestassetbundle": "1.0.0", |
||||||
|
"com.unity.modules.unitywebrequestaudio": "1.0.0", |
||||||
|
"com.unity.modules.unitywebrequesttexture": "1.0.0", |
||||||
|
"com.unity.modules.unitywebrequestwww": "1.0.0", |
||||||
|
"com.unity.modules.vehicles": "1.0.0", |
||||||
|
"com.unity.modules.video": "1.0.0", |
||||||
|
"com.unity.modules.vr": "1.0.0", |
||||||
|
"com.unity.modules.wind": "1.0.0", |
||||||
|
"com.unity.modules.xr": "1.0.0" |
||||||
|
} |
||||||
|
} |
||||||
@ -0,0 +1,17 @@ |
|||||||
|
%YAML 1.1 |
||||||
|
%TAG !u! tag:unity3d.com,2011: |
||||||
|
--- !u!11 &1 |
||||||
|
AudioManager: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
m_Volume: 1 |
||||||
|
Rolloff Scale: 1 |
||||||
|
Doppler Factor: 1 |
||||||
|
Default Speaker Mode: 2 |
||||||
|
m_SampleRate: 0 |
||||||
|
m_DSPBufferSize: 1024 |
||||||
|
m_VirtualVoiceCount: 512 |
||||||
|
m_RealVoiceCount: 32 |
||||||
|
m_SpatializerPlugin: |
||||||
|
m_AmbisonicDecoderPlugin: |
||||||
|
m_DisableAudio: 0 |
||||||
|
m_VirtualizeEffects: 1 |
||||||
@ -0,0 +1,6 @@ |
|||||||
|
%YAML 1.1 |
||||||
|
%TAG !u! tag:unity3d.com,2011: |
||||||
|
--- !u!236 &1 |
||||||
|
ClusterInputManager: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
m_Inputs: [] |
||||||
@ -0,0 +1,29 @@ |
|||||||
|
%YAML 1.1 |
||||||
|
%TAG !u! tag:unity3d.com,2011: |
||||||
|
--- !u!55 &1 |
||||||
|
PhysicsManager: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
serializedVersion: 7 |
||||||
|
m_Gravity: {x: 0, y: -9.81, z: 0} |
||||||
|
m_DefaultMaterial: {fileID: 0} |
||||||
|
m_BounceThreshold: 2 |
||||||
|
m_SleepThreshold: 0.005 |
||||||
|
m_DefaultContactOffset: 0.01 |
||||||
|
m_DefaultSolverIterations: 6 |
||||||
|
m_DefaultSolverVelocityIterations: 1 |
||||||
|
m_QueriesHitBackfaces: 0 |
||||||
|
m_QueriesHitTriggers: 1 |
||||||
|
m_EnableAdaptiveForce: 0 |
||||||
|
m_ClothInterCollisionDistance: 0 |
||||||
|
m_ClothInterCollisionStiffness: 0 |
||||||
|
m_ContactsGeneration: 1 |
||||||
|
m_LayerCollisionMatrix: ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff |
||||||
|
m_AutoSimulation: 1 |
||||||
|
m_AutoSyncTransforms: 1 |
||||||
|
m_ClothInterCollisionSettingsToggle: 0 |
||||||
|
m_ContactPairsMode: 0 |
||||||
|
m_BroadphaseType: 0 |
||||||
|
m_WorldBounds: |
||||||
|
m_Center: {x: 0, y: 0, z: 0} |
||||||
|
m_Extent: {x: 250, y: 250, z: 250} |
||||||
|
m_WorldSubdivisions: 8 |
||||||
@ -0,0 +1,11 @@ |
|||||||
|
%YAML 1.1 |
||||||
|
%TAG !u! tag:unity3d.com,2011: |
||||||
|
--- !u!1045 &1 |
||||||
|
EditorBuildSettings: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
serializedVersion: 2 |
||||||
|
m_Scenes: |
||||||
|
- enabled: 1 |
||||||
|
path: Assets/Scenes/SampleScene.unity |
||||||
|
guid: 99c9720ab356a0642a771bea13969a05 |
||||||
|
m_configObjects: {} |
||||||
@ -0,0 +1,21 @@ |
|||||||
|
%YAML 1.1 |
||||||
|
%TAG !u! tag:unity3d.com,2011: |
||||||
|
--- !u!159 &1 |
||||||
|
EditorSettings: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
serializedVersion: 7 |
||||||
|
m_ExternalVersionControlSupport: Visible Meta Files |
||||||
|
m_SerializationMode: 2 |
||||||
|
m_LineEndingsForNewScripts: 2 |
||||||
|
m_DefaultBehaviorMode: 0 |
||||||
|
m_SpritePackerMode: 0 |
||||||
|
m_SpritePackerPaddingPower: 1 |
||||||
|
m_EtcTextureCompressorBehavior: 1 |
||||||
|
m_EtcTextureFastCompressor: 1 |
||||||
|
m_EtcTextureNormalCompressor: 2 |
||||||
|
m_EtcTextureBestCompressor: 4 |
||||||
|
m_ProjectGenerationIncludedExtensions: txt;xml;fnt;cd |
||||||
|
m_ProjectGenerationRootNamespace: |
||||||
|
m_UserGeneratedProjectSuffix: |
||||||
|
m_CollabEditorSettings: |
||||||
|
inProgressEnabled: 1 |
||||||
@ -0,0 +1,63 @@ |
|||||||
|
%YAML 1.1 |
||||||
|
%TAG !u! tag:unity3d.com,2011: |
||||||
|
--- !u!30 &1 |
||||||
|
GraphicsSettings: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
serializedVersion: 12 |
||||||
|
m_Deferred: |
||||||
|
m_Mode: 1 |
||||||
|
m_Shader: {fileID: 69, guid: 0000000000000000f000000000000000, type: 0} |
||||||
|
m_DeferredReflections: |
||||||
|
m_Mode: 1 |
||||||
|
m_Shader: {fileID: 74, guid: 0000000000000000f000000000000000, type: 0} |
||||||
|
m_ScreenSpaceShadows: |
||||||
|
m_Mode: 1 |
||||||
|
m_Shader: {fileID: 64, guid: 0000000000000000f000000000000000, type: 0} |
||||||
|
m_LegacyDeferred: |
||||||
|
m_Mode: 1 |
||||||
|
m_Shader: {fileID: 63, guid: 0000000000000000f000000000000000, type: 0} |
||||||
|
m_DepthNormals: |
||||||
|
m_Mode: 1 |
||||||
|
m_Shader: {fileID: 62, guid: 0000000000000000f000000000000000, type: 0} |
||||||
|
m_MotionVectors: |
||||||
|
m_Mode: 1 |
||||||
|
m_Shader: {fileID: 75, guid: 0000000000000000f000000000000000, type: 0} |
||||||
|
m_LightHalo: |
||||||
|
m_Mode: 1 |
||||||
|
m_Shader: {fileID: 105, guid: 0000000000000000f000000000000000, type: 0} |
||||||
|
m_LensFlare: |
||||||
|
m_Mode: 1 |
||||||
|
m_Shader: {fileID: 102, guid: 0000000000000000f000000000000000, type: 0} |
||||||
|
m_AlwaysIncludedShaders: |
||||||
|
- {fileID: 7, guid: 0000000000000000f000000000000000, type: 0} |
||||||
|
- {fileID: 15104, guid: 0000000000000000f000000000000000, type: 0} |
||||||
|
- {fileID: 15105, guid: 0000000000000000f000000000000000, type: 0} |
||||||
|
- {fileID: 15106, guid: 0000000000000000f000000000000000, type: 0} |
||||||
|
- {fileID: 10753, guid: 0000000000000000f000000000000000, type: 0} |
||||||
|
- {fileID: 10770, guid: 0000000000000000f000000000000000, type: 0} |
||||||
|
- {fileID: 16000, guid: 0000000000000000f000000000000000, type: 0} |
||||||
|
- {fileID: 17000, guid: 0000000000000000f000000000000000, type: 0} |
||||||
|
m_PreloadedShaders: [] |
||||||
|
m_SpritesDefaultMaterial: {fileID: 10754, guid: 0000000000000000f000000000000000, |
||||||
|
type: 0} |
||||||
|
m_CustomRenderPipeline: {fileID: 0} |
||||||
|
m_TransparencySortMode: 0 |
||||||
|
m_TransparencySortAxis: {x: 0, y: 0, z: 1} |
||||||
|
m_DefaultRenderingPath: 1 |
||||||
|
m_DefaultMobileRenderingPath: 1 |
||||||
|
m_TierSettings: [] |
||||||
|
m_LightmapStripping: 0 |
||||||
|
m_FogStripping: 0 |
||||||
|
m_InstancingStripping: 0 |
||||||
|
m_LightmapKeepPlain: 1 |
||||||
|
m_LightmapKeepDirCombined: 1 |
||||||
|
m_LightmapKeepDynamicPlain: 1 |
||||||
|
m_LightmapKeepDynamicDirCombined: 1 |
||||||
|
m_LightmapKeepShadowMask: 1 |
||||||
|
m_LightmapKeepSubtractive: 1 |
||||||
|
m_FogKeepLinear: 1 |
||||||
|
m_FogKeepExp: 1 |
||||||
|
m_FogKeepExp2: 1 |
||||||
|
m_AlbedoSwatchInfos: [] |
||||||
|
m_LightsUseLinearIntensity: 0 |
||||||
|
m_LightsUseColorTemperature: 0 |
||||||
@ -0,0 +1,295 @@ |
|||||||
|
%YAML 1.1 |
||||||
|
%TAG !u! tag:unity3d.com,2011: |
||||||
|
--- !u!13 &1 |
||||||
|
InputManager: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
serializedVersion: 2 |
||||||
|
m_Axes: |
||||||
|
- serializedVersion: 3 |
||||||
|
m_Name: Horizontal |
||||||
|
descriptiveName: |
||||||
|
descriptiveNegativeName: |
||||||
|
negativeButton: left |
||||||
|
positiveButton: right |
||||||
|
altNegativeButton: a |
||||||
|
altPositiveButton: d |
||||||
|
gravity: 3 |
||||||
|
dead: 0.001 |
||||||
|
sensitivity: 3 |
||||||
|
snap: 1 |
||||||
|
invert: 0 |
||||||
|
type: 0 |
||||||
|
axis: 0 |
||||||
|
joyNum: 0 |
||||||
|
- serializedVersion: 3 |
||||||
|
m_Name: Vertical |
||||||
|
descriptiveName: |
||||||
|
descriptiveNegativeName: |
||||||
|
negativeButton: down |
||||||
|
positiveButton: up |
||||||
|
altNegativeButton: s |
||||||
|
altPositiveButton: w |
||||||
|
gravity: 3 |
||||||
|
dead: 0.001 |
||||||
|
sensitivity: 3 |
||||||
|
snap: 1 |
||||||
|
invert: 0 |
||||||
|
type: 0 |
||||||
|
axis: 0 |
||||||
|
joyNum: 0 |
||||||
|
- serializedVersion: 3 |
||||||
|
m_Name: Fire1 |
||||||
|
descriptiveName: |
||||||
|
descriptiveNegativeName: |
||||||
|
negativeButton: |
||||||
|
positiveButton: left ctrl |
||||||
|
altNegativeButton: |
||||||
|
altPositiveButton: mouse 0 |
||||||
|
gravity: 1000 |
||||||
|
dead: 0.001 |
||||||
|
sensitivity: 1000 |
||||||
|
snap: 0 |
||||||
|
invert: 0 |
||||||
|
type: 0 |
||||||
|
axis: 0 |
||||||
|
joyNum: 0 |
||||||
|
- serializedVersion: 3 |
||||||
|
m_Name: Fire2 |
||||||
|
descriptiveName: |
||||||
|
descriptiveNegativeName: |
||||||
|
negativeButton: |
||||||
|
positiveButton: left alt |
||||||
|
altNegativeButton: |
||||||
|
altPositiveButton: mouse 1 |
||||||
|
gravity: 1000 |
||||||
|
dead: 0.001 |
||||||
|
sensitivity: 1000 |
||||||
|
snap: 0 |
||||||
|
invert: 0 |
||||||
|
type: 0 |
||||||
|
axis: 0 |
||||||
|
joyNum: 0 |
||||||
|
- serializedVersion: 3 |
||||||
|
m_Name: Fire3 |
||||||
|
descriptiveName: |
||||||
|
descriptiveNegativeName: |
||||||
|
negativeButton: |
||||||
|
positiveButton: left shift |
||||||
|
altNegativeButton: |
||||||
|
altPositiveButton: mouse 2 |
||||||
|
gravity: 1000 |
||||||
|
dead: 0.001 |
||||||
|
sensitivity: 1000 |
||||||
|
snap: 0 |
||||||
|
invert: 0 |
||||||
|
type: 0 |
||||||
|
axis: 0 |
||||||
|
joyNum: 0 |
||||||
|
- serializedVersion: 3 |
||||||
|
m_Name: Jump |
||||||
|
descriptiveName: |
||||||
|
descriptiveNegativeName: |
||||||
|
negativeButton: |
||||||
|
positiveButton: space |
||||||
|
altNegativeButton: |
||||||
|
altPositiveButton: |
||||||
|
gravity: 1000 |
||||||
|
dead: 0.001 |
||||||
|
sensitivity: 1000 |
||||||
|
snap: 0 |
||||||
|
invert: 0 |
||||||
|
type: 0 |
||||||
|
axis: 0 |
||||||
|
joyNum: 0 |
||||||
|
- serializedVersion: 3 |
||||||
|
m_Name: Mouse X |
||||||
|
descriptiveName: |
||||||
|
descriptiveNegativeName: |
||||||
|
negativeButton: |
||||||
|
positiveButton: |
||||||
|
altNegativeButton: |
||||||
|
altPositiveButton: |
||||||
|
gravity: 0 |
||||||
|
dead: 0 |
||||||
|
sensitivity: 0.1 |
||||||
|
snap: 0 |
||||||
|
invert: 0 |
||||||
|
type: 1 |
||||||
|
axis: 0 |
||||||
|
joyNum: 0 |
||||||
|
- serializedVersion: 3 |
||||||
|
m_Name: Mouse Y |
||||||
|
descriptiveName: |
||||||
|
descriptiveNegativeName: |
||||||
|
negativeButton: |
||||||
|
positiveButton: |
||||||
|
altNegativeButton: |
||||||
|
altPositiveButton: |
||||||
|
gravity: 0 |
||||||
|
dead: 0 |
||||||
|
sensitivity: 0.1 |
||||||
|
snap: 0 |
||||||
|
invert: 0 |
||||||
|
type: 1 |
||||||
|
axis: 1 |
||||||
|
joyNum: 0 |
||||||
|
- serializedVersion: 3 |
||||||
|
m_Name: Mouse ScrollWheel |
||||||
|
descriptiveName: |
||||||
|
descriptiveNegativeName: |
||||||
|
negativeButton: |
||||||
|
positiveButton: |
||||||
|
altNegativeButton: |
||||||
|
altPositiveButton: |
||||||
|
gravity: 0 |
||||||
|
dead: 0 |
||||||
|
sensitivity: 0.1 |
||||||
|
snap: 0 |
||||||
|
invert: 0 |
||||||
|
type: 1 |
||||||
|
axis: 2 |
||||||
|
joyNum: 0 |
||||||
|
- serializedVersion: 3 |
||||||
|
m_Name: Horizontal |
||||||
|
descriptiveName: |
||||||
|
descriptiveNegativeName: |
||||||
|
negativeButton: |
||||||
|
positiveButton: |
||||||
|
altNegativeButton: |
||||||
|
altPositiveButton: |
||||||
|
gravity: 0 |
||||||
|
dead: 0.19 |
||||||
|
sensitivity: 1 |
||||||
|
snap: 0 |
||||||
|
invert: 0 |
||||||
|
type: 2 |
||||||
|
axis: 0 |
||||||
|
joyNum: 0 |
||||||
|
- serializedVersion: 3 |
||||||
|
m_Name: Vertical |
||||||
|
descriptiveName: |
||||||
|
descriptiveNegativeName: |
||||||
|
negativeButton: |
||||||
|
positiveButton: |
||||||
|
altNegativeButton: |
||||||
|
altPositiveButton: |
||||||
|
gravity: 0 |
||||||
|
dead: 0.19 |
||||||
|
sensitivity: 1 |
||||||
|
snap: 0 |
||||||
|
invert: 1 |
||||||
|
type: 2 |
||||||
|
axis: 1 |
||||||
|
joyNum: 0 |
||||||
|
- serializedVersion: 3 |
||||||
|
m_Name: Fire1 |
||||||
|
descriptiveName: |
||||||
|
descriptiveNegativeName: |
||||||
|
negativeButton: |
||||||
|
positiveButton: joystick button 0 |
||||||
|
altNegativeButton: |
||||||
|
altPositiveButton: |
||||||
|
gravity: 1000 |
||||||
|
dead: 0.001 |
||||||
|
sensitivity: 1000 |
||||||
|
snap: 0 |
||||||
|
invert: 0 |
||||||
|
type: 0 |
||||||
|
axis: 0 |
||||||
|
joyNum: 0 |
||||||
|
- serializedVersion: 3 |
||||||
|
m_Name: Fire2 |
||||||
|
descriptiveName: |
||||||
|
descriptiveNegativeName: |
||||||
|
negativeButton: |
||||||
|
positiveButton: joystick button 1 |
||||||
|
altNegativeButton: |
||||||
|
altPositiveButton: |
||||||
|
gravity: 1000 |
||||||
|
dead: 0.001 |
||||||
|
sensitivity: 1000 |
||||||
|
snap: 0 |
||||||
|
invert: 0 |
||||||
|
type: 0 |
||||||
|
axis: 0 |
||||||
|
joyNum: 0 |
||||||
|
- serializedVersion: 3 |
||||||
|
m_Name: Fire3 |
||||||
|
descriptiveName: |
||||||
|
descriptiveNegativeName: |
||||||
|
negativeButton: |
||||||
|
positiveButton: joystick button 2 |
||||||
|
altNegativeButton: |
||||||
|
altPositiveButton: |
||||||
|
gravity: 1000 |
||||||
|
dead: 0.001 |
||||||
|
sensitivity: 1000 |
||||||
|
snap: 0 |
||||||
|
invert: 0 |
||||||
|
type: 0 |
||||||
|
axis: 0 |
||||||
|
joyNum: 0 |
||||||
|
- serializedVersion: 3 |
||||||
|
m_Name: Jump |
||||||
|
descriptiveName: |
||||||
|
descriptiveNegativeName: |
||||||
|
negativeButton: |
||||||
|
positiveButton: joystick button 3 |
||||||
|
altNegativeButton: |
||||||
|
altPositiveButton: |
||||||
|
gravity: 1000 |
||||||
|
dead: 0.001 |
||||||
|
sensitivity: 1000 |
||||||
|
snap: 0 |
||||||
|
invert: 0 |
||||||
|
type: 0 |
||||||
|
axis: 0 |
||||||
|
joyNum: 0 |
||||||
|
- serializedVersion: 3 |
||||||
|
m_Name: Submit |
||||||
|
descriptiveName: |
||||||
|
descriptiveNegativeName: |
||||||
|
negativeButton: |
||||||
|
positiveButton: return |
||||||
|
altNegativeButton: |
||||||
|
altPositiveButton: joystick button 0 |
||||||
|
gravity: 1000 |
||||||
|
dead: 0.001 |
||||||
|
sensitivity: 1000 |
||||||
|
snap: 0 |
||||||
|
invert: 0 |
||||||
|
type: 0 |
||||||
|
axis: 0 |
||||||
|
joyNum: 0 |
||||||
|
- serializedVersion: 3 |
||||||
|
m_Name: Submit |
||||||
|
descriptiveName: |
||||||
|
descriptiveNegativeName: |
||||||
|
negativeButton: |
||||||
|
positiveButton: enter |
||||||
|
altNegativeButton: |
||||||
|
altPositiveButton: space |
||||||
|
gravity: 1000 |
||||||
|
dead: 0.001 |
||||||
|
sensitivity: 1000 |
||||||
|
snap: 0 |
||||||
|
invert: 0 |
||||||
|
type: 0 |
||||||
|
axis: 0 |
||||||
|
joyNum: 0 |
||||||
|
- serializedVersion: 3 |
||||||
|
m_Name: Cancel |
||||||
|
descriptiveName: |
||||||
|
descriptiveNegativeName: |
||||||
|
negativeButton: |
||||||
|
positiveButton: escape |
||||||
|
altNegativeButton: |
||||||
|
altPositiveButton: joystick button 1 |
||||||
|
gravity: 1000 |
||||||
|
dead: 0.001 |
||||||
|
sensitivity: 1000 |
||||||
|
snap: 0 |
||||||
|
invert: 0 |
||||||
|
type: 0 |
||||||
|
axis: 0 |
||||||
|
joyNum: 0 |
||||||
@ -0,0 +1,91 @@ |
|||||||
|
%YAML 1.1 |
||||||
|
%TAG !u! tag:unity3d.com,2011: |
||||||
|
--- !u!126 &1 |
||||||
|
NavMeshProjectSettings: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
serializedVersion: 2 |
||||||
|
areas: |
||||||
|
- name: Walkable |
||||||
|
cost: 1 |
||||||
|
- name: Not Walkable |
||||||
|
cost: 1 |
||||||
|
- name: Jump |
||||||
|
cost: 2 |
||||||
|
- name: |
||||||
|
cost: 1 |
||||||
|
- name: |
||||||
|
cost: 1 |
||||||
|
- name: |
||||||
|
cost: 1 |
||||||
|
- name: |
||||||
|
cost: 1 |
||||||
|
- name: |
||||||
|
cost: 1 |
||||||
|
- name: |
||||||
|
cost: 1 |
||||||
|
- name: |
||||||
|
cost: 1 |
||||||
|
- name: |
||||||
|
cost: 1 |
||||||
|
- name: |
||||||
|
cost: 1 |
||||||
|
- name: |
||||||
|
cost: 1 |
||||||
|
- name: |
||||||
|
cost: 1 |
||||||
|
- name: |
||||||
|
cost: 1 |
||||||
|
- name: |
||||||
|
cost: 1 |
||||||
|
- name: |
||||||
|
cost: 1 |
||||||
|
- name: |
||||||
|
cost: 1 |
||||||
|
- name: |
||||||
|
cost: 1 |
||||||
|
- name: |
||||||
|
cost: 1 |
||||||
|
- name: |
||||||
|
cost: 1 |
||||||
|
- name: |
||||||
|
cost: 1 |
||||||
|
- name: |
||||||
|
cost: 1 |
||||||
|
- name: |
||||||
|
cost: 1 |
||||||
|
- name: |
||||||
|
cost: 1 |
||||||
|
- name: |
||||||
|
cost: 1 |
||||||
|
- name: |
||||||
|
cost: 1 |
||||||
|
- name: |
||||||
|
cost: 1 |
||||||
|
- name: |
||||||
|
cost: 1 |
||||||
|
- name: |
||||||
|
cost: 1 |
||||||
|
- name: |
||||||
|
cost: 1 |
||||||
|
- name: |
||||||
|
cost: 1 |
||||||
|
m_LastAgentTypeID: -887442657 |
||||||
|
m_Settings: |
||||||
|
- serializedVersion: 2 |
||||||
|
agentTypeID: 0 |
||||||
|
agentRadius: 0.5 |
||||||
|
agentHeight: 2 |
||||||
|
agentSlope: 45 |
||||||
|
agentClimb: 0.75 |
||||||
|
ledgeDropHeight: 0 |
||||||
|
maxJumpAcrossDistance: 0 |
||||||
|
minRegionArea: 2 |
||||||
|
manualCellSize: 0 |
||||||
|
cellSize: 0.16666667 |
||||||
|
manualTileSize: 0 |
||||||
|
tileSize: 256 |
||||||
|
accuratePlacement: 0 |
||||||
|
debug: |
||||||
|
m_Flags: 0 |
||||||
|
m_SettingNames: |
||||||
|
- Humanoid |
||||||
@ -0,0 +1,8 @@ |
|||||||
|
%YAML 1.1 |
||||||
|
%TAG !u! tag:unity3d.com,2011: |
||||||
|
--- !u!149 &1 |
||||||
|
NetworkManager: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
m_DebugLevel: 0 |
||||||
|
m_Sendrate: 15 |
||||||
|
m_AssetToPrefab: {} |
||||||
@ -0,0 +1,37 @@ |
|||||||
|
%YAML 1.1 |
||||||
|
%TAG !u! tag:unity3d.com,2011: |
||||||
|
--- !u!19 &1 |
||||||
|
Physics2DSettings: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
serializedVersion: 3 |
||||||
|
m_Gravity: {x: 0, y: -9.81} |
||||||
|
m_DefaultMaterial: {fileID: 0} |
||||||
|
m_VelocityIterations: 8 |
||||||
|
m_PositionIterations: 3 |
||||||
|
m_VelocityThreshold: 1 |
||||||
|
m_MaxLinearCorrection: 0.2 |
||||||
|
m_MaxAngularCorrection: 8 |
||||||
|
m_MaxTranslationSpeed: 100 |
||||||
|
m_MaxRotationSpeed: 360 |
||||||
|
m_BaumgarteScale: 0.2 |
||||||
|
m_BaumgarteTimeOfImpactScale: 0.75 |
||||||
|
m_TimeToSleep: 0.5 |
||||||
|
m_LinearSleepTolerance: 0.01 |
||||||
|
m_AngularSleepTolerance: 2 |
||||||
|
m_DefaultContactOffset: 0.01 |
||||||
|
m_AutoSimulation: 1 |
||||||
|
m_QueriesHitTriggers: 1 |
||||||
|
m_QueriesStartInColliders: 1 |
||||||
|
m_ChangeStopsCallbacks: 0 |
||||||
|
m_CallbacksOnDisable: 1 |
||||||
|
m_AutoSyncTransforms: 1 |
||||||
|
m_AlwaysShowColliders: 0 |
||||||
|
m_ShowColliderSleep: 1 |
||||||
|
m_ShowColliderContacts: 0 |
||||||
|
m_ShowColliderAABB: 0 |
||||||
|
m_ContactArrowScale: 0.2 |
||||||
|
m_ColliderAwakeColor: {r: 0.5686275, g: 0.95686275, b: 0.54509807, a: 0.7529412} |
||||||
|
m_ColliderAsleepColor: {r: 0.5686275, g: 0.95686275, b: 0.54509807, a: 0.36078432} |
||||||
|
m_ColliderContactColor: {r: 1, g: 0, b: 1, a: 0.6862745} |
||||||
|
m_ColliderAABBColor: {r: 1, g: 1, b: 0, a: 0.2509804} |
||||||
|
m_LayerCollisionMatrix: ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff |
||||||
@ -0,0 +1,27 @@ |
|||||||
|
%YAML 1.1 |
||||||
|
%TAG !u! tag:unity3d.com,2011: |
||||||
|
--- !u!1386491679 &1 |
||||||
|
PresetManager: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
m_DefaultList: |
||||||
|
- type: |
||||||
|
m_NativeTypeID: 108 |
||||||
|
m_ManagedTypePPtr: {fileID: 0} |
||||||
|
m_ManagedTypeFallback: |
||||||
|
defaultPresets: |
||||||
|
- m_Preset: {fileID: 2655988077585873504, guid: c1cf8506f04ef2c4a88b64b6c4202eea, |
||||||
|
type: 2} |
||||||
|
- type: |
||||||
|
m_NativeTypeID: 1020 |
||||||
|
m_ManagedTypePPtr: {fileID: 0} |
||||||
|
m_ManagedTypeFallback: |
||||||
|
defaultPresets: |
||||||
|
- m_Preset: {fileID: 2655988077585873504, guid: 0cd792cc87e492d43b4e95b205fc5cc6, |
||||||
|
type: 2} |
||||||
|
- type: |
||||||
|
m_NativeTypeID: 1006 |
||||||
|
m_ManagedTypePPtr: {fileID: 0} |
||||||
|
m_ManagedTypeFallback: |
||||||
|
defaultPresets: |
||||||
|
- m_Preset: {fileID: 2655988077585873504, guid: 7a99f8aa944efe94cb9bd74562b7d5f9, |
||||||
|
type: 2} |
||||||
@ -0,0 +1,665 @@ |
|||||||
|
%YAML 1.1 |
||||||
|
%TAG !u! tag:unity3d.com,2011: |
||||||
|
--- !u!129 &1 |
||||||
|
PlayerSettings: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
serializedVersion: 15 |
||||||
|
productGUID: cffe42b4bb2e5534189ad4c0ea1a7031 |
||||||
|
AndroidProfiler: 0 |
||||||
|
AndroidFilterTouchesWhenObscured: 0 |
||||||
|
AndroidEnableSustainedPerformanceMode: 0 |
||||||
|
defaultScreenOrientation: 4 |
||||||
|
targetDevice: 2 |
||||||
|
useOnDemandResources: 0 |
||||||
|
accelerometerFrequency: 60 |
||||||
|
companyName: UltraCombos |
||||||
|
productName: GirlsRoomNav |
||||||
|
defaultCursor: {fileID: 0} |
||||||
|
cursorHotspot: {x: 0, y: 0} |
||||||
|
m_SplashScreenBackgroundColor: {r: 0.13725491, g: 0.12156863, b: 0.1254902, a: 1} |
||||||
|
m_ShowUnitySplashScreen: 1 |
||||||
|
m_ShowUnitySplashLogo: 1 |
||||||
|
m_SplashScreenOverlayOpacity: 1 |
||||||
|
m_SplashScreenAnimation: 1 |
||||||
|
m_SplashScreenLogoStyle: 1 |
||||||
|
m_SplashScreenDrawMode: 0 |
||||||
|
m_SplashScreenBackgroundAnimationZoom: 1 |
||||||
|
m_SplashScreenLogoAnimationZoom: 1 |
||||||
|
m_SplashScreenBackgroundLandscapeAspect: 1 |
||||||
|
m_SplashScreenBackgroundPortraitAspect: 1 |
||||||
|
m_SplashScreenBackgroundLandscapeUvs: |
||||||
|
serializedVersion: 2 |
||||||
|
x: 0 |
||||||
|
y: 0 |
||||||
|
width: 1 |
||||||
|
height: 1 |
||||||
|
m_SplashScreenBackgroundPortraitUvs: |
||||||
|
serializedVersion: 2 |
||||||
|
x: 0 |
||||||
|
y: 0 |
||||||
|
width: 1 |
||||||
|
height: 1 |
||||||
|
m_SplashScreenLogos: [] |
||||||
|
m_VirtualRealitySplashScreen: {fileID: 0} |
||||||
|
m_HolographicTrackingLossScreen: {fileID: 0} |
||||||
|
defaultScreenWidth: 1024 |
||||||
|
defaultScreenHeight: 768 |
||||||
|
defaultScreenWidthWeb: 960 |
||||||
|
defaultScreenHeightWeb: 600 |
||||||
|
m_StereoRenderingPath: 0 |
||||||
|
m_ActiveColorSpace: 0 |
||||||
|
m_MTRendering: 1 |
||||||
|
m_StackTraceTypes: 010000000100000001000000010000000100000001000000 |
||||||
|
iosShowActivityIndicatorOnLoading: -1 |
||||||
|
androidShowActivityIndicatorOnLoading: -1 |
||||||
|
iosAppInBackgroundBehavior: 0 |
||||||
|
displayResolutionDialog: 0 |
||||||
|
iosAllowHTTPDownload: 1 |
||||||
|
allowedAutorotateToPortrait: 1 |
||||||
|
allowedAutorotateToPortraitUpsideDown: 1 |
||||||
|
allowedAutorotateToLandscapeRight: 1 |
||||||
|
allowedAutorotateToLandscapeLeft: 1 |
||||||
|
useOSAutorotation: 1 |
||||||
|
use32BitDisplayBuffer: 1 |
||||||
|
preserveFramebufferAlpha: 0 |
||||||
|
disableDepthAndStencilBuffers: 0 |
||||||
|
androidBlitType: 0 |
||||||
|
defaultIsNativeResolution: 1 |
||||||
|
macRetinaSupport: 1 |
||||||
|
runInBackground: 1 |
||||||
|
captureSingleScreen: 0 |
||||||
|
muteOtherAudioSources: 0 |
||||||
|
Prepare IOS For Recording: 0 |
||||||
|
Force IOS Speakers When Recording: 0 |
||||||
|
deferSystemGesturesMode: 0 |
||||||
|
hideHomeButton: 0 |
||||||
|
submitAnalytics: 1 |
||||||
|
usePlayerLog: 1 |
||||||
|
bakeCollisionMeshes: 0 |
||||||
|
forceSingleInstance: 0 |
||||||
|
resizableWindow: 0 |
||||||
|
useMacAppStoreValidation: 0 |
||||||
|
macAppStoreCategory: public.app-category.games |
||||||
|
gpuSkinning: 1 |
||||||
|
graphicsJobs: 0 |
||||||
|
xboxPIXTextureCapture: 0 |
||||||
|
xboxEnableAvatar: 0 |
||||||
|
xboxEnableKinect: 0 |
||||||
|
xboxEnableKinectAutoTracking: 0 |
||||||
|
xboxEnableFitness: 0 |
||||||
|
visibleInBackground: 1 |
||||||
|
allowFullscreenSwitch: 1 |
||||||
|
graphicsJobMode: 0 |
||||||
|
fullscreenMode: 1 |
||||||
|
xboxSpeechDB: 0 |
||||||
|
xboxEnableHeadOrientation: 0 |
||||||
|
xboxEnableGuest: 0 |
||||||
|
xboxEnablePIXSampling: 0 |
||||||
|
metalFramebufferOnly: 0 |
||||||
|
n3dsDisableStereoscopicView: 0 |
||||||
|
n3dsEnableSharedListOpt: 1 |
||||||
|
n3dsEnableVSync: 0 |
||||||
|
xboxOneResolution: 0 |
||||||
|
xboxOneSResolution: 0 |
||||||
|
xboxOneXResolution: 3 |
||||||
|
xboxOneMonoLoggingLevel: 0 |
||||||
|
xboxOneLoggingLevel: 1 |
||||||
|
xboxOneDisableEsram: 0 |
||||||
|
xboxOnePresentImmediateThreshold: 0 |
||||||
|
switchQueueCommandMemory: 0 |
||||||
|
videoMemoryForVertexBuffers: 0 |
||||||
|
psp2PowerMode: 0 |
||||||
|
psp2AcquireBGM: 1 |
||||||
|
vulkanEnableSetSRGBWrite: 0 |
||||||
|
vulkanUseSWCommandBuffers: 0 |
||||||
|
m_SupportedAspectRatios: |
||||||
|
4:3: 1 |
||||||
|
5:4: 1 |
||||||
|
16:10: 1 |
||||||
|
16:9: 1 |
||||||
|
Others: 1 |
||||||
|
bundleVersion: 0.1 |
||||||
|
preloadedAssets: [] |
||||||
|
metroInputSource: 0 |
||||||
|
wsaTransparentSwapchain: 0 |
||||||
|
m_HolographicPauseOnTrackingLoss: 1 |
||||||
|
xboxOneDisableKinectGpuReservation: 0 |
||||||
|
xboxOneEnable7thCore: 0 |
||||||
|
isWsaHolographicRemotingEnabled: 0 |
||||||
|
vrSettings: |
||||||
|
cardboard: |
||||||
|
depthFormat: 0 |
||||||
|
enableTransitionView: 0 |
||||||
|
daydream: |
||||||
|
depthFormat: 0 |
||||||
|
useSustainedPerformanceMode: 0 |
||||||
|
enableVideoLayer: 0 |
||||||
|
useProtectedVideoMemory: 0 |
||||||
|
minimumSupportedHeadTracking: 0 |
||||||
|
maximumSupportedHeadTracking: 1 |
||||||
|
hololens: |
||||||
|
depthFormat: 1 |
||||||
|
depthBufferSharingEnabled: 0 |
||||||
|
oculus: |
||||||
|
sharedDepthBuffer: 0 |
||||||
|
dashSupport: 0 |
||||||
|
enable360StereoCapture: 0 |
||||||
|
protectGraphicsMemory: 0 |
||||||
|
useHDRDisplay: 0 |
||||||
|
m_ColorGamuts: 00000000 |
||||||
|
targetPixelDensity: 30 |
||||||
|
resolutionScalingMode: 0 |
||||||
|
androidSupportedAspectRatio: 1 |
||||||
|
androidMaxAspectRatio: 2.1 |
||||||
|
applicationIdentifier: {} |
||||||
|
buildNumber: {} |
||||||
|
AndroidBundleVersionCode: 1 |
||||||
|
AndroidMinSdkVersion: 16 |
||||||
|
AndroidTargetSdkVersion: 0 |
||||||
|
AndroidPreferredInstallLocation: 1 |
||||||
|
aotOptions: |
||||||
|
stripEngineCode: 1 |
||||||
|
iPhoneStrippingLevel: 0 |
||||||
|
iPhoneScriptCallOptimization: 0 |
||||||
|
ForceInternetPermission: 0 |
||||||
|
ForceSDCardPermission: 0 |
||||||
|
CreateWallpaper: 0 |
||||||
|
APKExpansionFiles: 0 |
||||||
|
keepLoadedShadersAlive: 0 |
||||||
|
StripUnusedMeshComponents: 1 |
||||||
|
VertexChannelCompressionMask: 4054 |
||||||
|
iPhoneSdkVersion: 988 |
||||||
|
iOSTargetOSVersionString: 8.0 |
||||||
|
tvOSSdkVersion: 0 |
||||||
|
tvOSRequireExtendedGameController: 0 |
||||||
|
tvOSTargetOSVersionString: 9.0 |
||||||
|
uIPrerenderedIcon: 0 |
||||||
|
uIRequiresPersistentWiFi: 0 |
||||||
|
uIRequiresFullScreen: 1 |
||||||
|
uIStatusBarHidden: 1 |
||||||
|
uIExitOnSuspend: 0 |
||||||
|
uIStatusBarStyle: 0 |
||||||
|
iPhoneSplashScreen: {fileID: 0} |
||||||
|
iPhoneHighResSplashScreen: {fileID: 0} |
||||||
|
iPhoneTallHighResSplashScreen: {fileID: 0} |
||||||
|
iPhone47inSplashScreen: {fileID: 0} |
||||||
|
iPhone55inPortraitSplashScreen: {fileID: 0} |
||||||
|
iPhone55inLandscapeSplashScreen: {fileID: 0} |
||||||
|
iPhone58inPortraitSplashScreen: {fileID: 0} |
||||||
|
iPhone58inLandscapeSplashScreen: {fileID: 0} |
||||||
|
iPadPortraitSplashScreen: {fileID: 0} |
||||||
|
iPadHighResPortraitSplashScreen: {fileID: 0} |
||||||
|
iPadLandscapeSplashScreen: {fileID: 0} |
||||||
|
iPadHighResLandscapeSplashScreen: {fileID: 0} |
||||||
|
appleTVSplashScreen: {fileID: 0} |
||||||
|
appleTVSplashScreen2x: {fileID: 0} |
||||||
|
tvOSSmallIconLayers: [] |
||||||
|
tvOSSmallIconLayers2x: [] |
||||||
|
tvOSLargeIconLayers: [] |
||||||
|
tvOSLargeIconLayers2x: [] |
||||||
|
tvOSTopShelfImageLayers: [] |
||||||
|
tvOSTopShelfImageLayers2x: [] |
||||||
|
tvOSTopShelfImageWideLayers: [] |
||||||
|
tvOSTopShelfImageWideLayers2x: [] |
||||||
|
iOSLaunchScreenType: 0 |
||||||
|
iOSLaunchScreenPortrait: {fileID: 0} |
||||||
|
iOSLaunchScreenLandscape: {fileID: 0} |
||||||
|
iOSLaunchScreenBackgroundColor: |
||||||
|
serializedVersion: 2 |
||||||
|
rgba: 0 |
||||||
|
iOSLaunchScreenFillPct: 100 |
||||||
|
iOSLaunchScreenSize: 100 |
||||||
|
iOSLaunchScreenCustomXibPath: |
||||||
|
iOSLaunchScreeniPadType: 0 |
||||||
|
iOSLaunchScreeniPadImage: {fileID: 0} |
||||||
|
iOSLaunchScreeniPadBackgroundColor: |
||||||
|
serializedVersion: 2 |
||||||
|
rgba: 0 |
||||||
|
iOSLaunchScreeniPadFillPct: 100 |
||||||
|
iOSLaunchScreeniPadSize: 100 |
||||||
|
iOSLaunchScreeniPadCustomXibPath: |
||||||
|
iOSUseLaunchScreenStoryboard: 0 |
||||||
|
iOSLaunchScreenCustomStoryboardPath: |
||||||
|
iOSDeviceRequirements: [] |
||||||
|
iOSURLSchemes: [] |
||||||
|
iOSBackgroundModes: 0 |
||||||
|
iOSMetalForceHardShadows: 0 |
||||||
|
metalEditorSupport: 1 |
||||||
|
metalAPIValidation: 1 |
||||||
|
iOSRenderExtraFrameOnPause: 0 |
||||||
|
appleDeveloperTeamID: |
||||||
|
iOSManualSigningProvisioningProfileID: |
||||||
|
tvOSManualSigningProvisioningProfileID: |
||||||
|
iOSManualSigningProvisioningProfileType: 0 |
||||||
|
tvOSManualSigningProvisioningProfileType: 0 |
||||||
|
appleEnableAutomaticSigning: 0 |
||||||
|
iOSRequireARKit: 0 |
||||||
|
appleEnableProMotion: 0 |
||||||
|
vulkanEditorSupport: 0 |
||||||
|
clonedFromGUID: c0afd0d1d80e3634a9dac47e8a0426ea |
||||||
|
templatePackageId: com.unity.3d@1.0.2 |
||||||
|
templateDefaultScene: Assets/Scenes/SampleScene.unity |
||||||
|
AndroidTargetArchitectures: 5 |
||||||
|
AndroidSplashScreenScale: 0 |
||||||
|
androidSplashScreen: {fileID: 0} |
||||||
|
AndroidKeystoreName: |
||||||
|
AndroidKeyaliasName: |
||||||
|
AndroidBuildApkPerCpuArchitecture: 0 |
||||||
|
AndroidTVCompatibility: 1 |
||||||
|
AndroidIsGame: 1 |
||||||
|
AndroidEnableTango: 0 |
||||||
|
androidEnableBanner: 1 |
||||||
|
androidUseLowAccuracyLocation: 0 |
||||||
|
m_AndroidBanners: |
||||||
|
- width: 320 |
||||||
|
height: 180 |
||||||
|
banner: {fileID: 0} |
||||||
|
androidGamepadSupportLevel: 0 |
||||||
|
resolutionDialogBanner: {fileID: 0} |
||||||
|
m_BuildTargetIcons: |
||||||
|
- m_BuildTarget: |
||||||
|
m_Icons: |
||||||
|
- serializedVersion: 2 |
||||||
|
m_Icon: {fileID: 2800000, guid: 9b48311ba2668f648931ef2c251e589c, type: 3} |
||||||
|
m_Width: 128 |
||||||
|
m_Height: 128 |
||||||
|
m_Kind: 0 |
||||||
|
m_BuildTargetPlatformIcons: [] |
||||||
|
m_BuildTargetBatching: |
||||||
|
- m_BuildTarget: Standalone |
||||||
|
m_StaticBatching: 1 |
||||||
|
m_DynamicBatching: 0 |
||||||
|
- m_BuildTarget: tvOS |
||||||
|
m_StaticBatching: 1 |
||||||
|
m_DynamicBatching: 0 |
||||||
|
- m_BuildTarget: Android |
||||||
|
m_StaticBatching: 1 |
||||||
|
m_DynamicBatching: 0 |
||||||
|
- m_BuildTarget: iPhone |
||||||
|
m_StaticBatching: 1 |
||||||
|
m_DynamicBatching: 0 |
||||||
|
- m_BuildTarget: WebGL |
||||||
|
m_StaticBatching: 0 |
||||||
|
m_DynamicBatching: 0 |
||||||
|
m_BuildTargetGraphicsAPIs: |
||||||
|
- m_BuildTarget: AndroidPlayer |
||||||
|
m_APIs: 0b00000015000000 |
||||||
|
m_Automatic: 1 |
||||||
|
- m_BuildTarget: iOSSupport |
||||||
|
m_APIs: 10000000 |
||||||
|
m_Automatic: 1 |
||||||
|
- m_BuildTarget: AppleTVSupport |
||||||
|
m_APIs: 10000000 |
||||||
|
m_Automatic: 0 |
||||||
|
- m_BuildTarget: WebGLSupport |
||||||
|
m_APIs: 0b000000 |
||||||
|
m_Automatic: 1 |
||||||
|
m_BuildTargetVRSettings: |
||||||
|
- m_BuildTarget: Standalone |
||||||
|
m_Enabled: 0 |
||||||
|
m_Devices: |
||||||
|
- Oculus |
||||||
|
- OpenVR |
||||||
|
m_BuildTargetEnableVuforiaSettings: [] |
||||||
|
openGLRequireES31: 0 |
||||||
|
openGLRequireES31AEP: 0 |
||||||
|
m_TemplateCustomTags: {} |
||||||
|
mobileMTRendering: |
||||||
|
Android: 1 |
||||||
|
iPhone: 1 |
||||||
|
tvOS: 1 |
||||||
|
m_BuildTargetGroupLightmapEncodingQuality: [] |
||||||
|
m_BuildTargetGroupLightmapSettings: [] |
||||||
|
playModeTestRunnerEnabled: 0 |
||||||
|
runPlayModeTestAsEditModeTest: 0 |
||||||
|
actionOnDotNetUnhandledException: 1 |
||||||
|
enableInternalProfiler: 0 |
||||||
|
logObjCUncaughtExceptions: 1 |
||||||
|
enableCrashReportAPI: 0 |
||||||
|
cameraUsageDescription: |
||||||
|
locationUsageDescription: |
||||||
|
microphoneUsageDescription: |
||||||
|
switchNetLibKey: |
||||||
|
switchSocketMemoryPoolSize: 6144 |
||||||
|
switchSocketAllocatorPoolSize: 128 |
||||||
|
switchSocketConcurrencyLimit: 14 |
||||||
|
switchScreenResolutionBehavior: 2 |
||||||
|
switchUseCPUProfiler: 0 |
||||||
|
switchApplicationID: 0x01004b9000490000 |
||||||
|
switchNSODependencies: |
||||||
|
switchTitleNames_0: |
||||||
|
switchTitleNames_1: |
||||||
|
switchTitleNames_2: |
||||||
|
switchTitleNames_3: |
||||||
|
switchTitleNames_4: |
||||||
|
switchTitleNames_5: |
||||||
|
switchTitleNames_6: |
||||||
|
switchTitleNames_7: |
||||||
|
switchTitleNames_8: |
||||||
|
switchTitleNames_9: |
||||||
|
switchTitleNames_10: |
||||||
|
switchTitleNames_11: |
||||||
|
switchTitleNames_12: |
||||||
|
switchTitleNames_13: |
||||||
|
switchTitleNames_14: |
||||||
|
switchPublisherNames_0: |
||||||
|
switchPublisherNames_1: |
||||||
|
switchPublisherNames_2: |
||||||
|
switchPublisherNames_3: |
||||||
|
switchPublisherNames_4: |
||||||
|
switchPublisherNames_5: |
||||||
|
switchPublisherNames_6: |
||||||
|
switchPublisherNames_7: |
||||||
|
switchPublisherNames_8: |
||||||
|
switchPublisherNames_9: |
||||||
|
switchPublisherNames_10: |
||||||
|
switchPublisherNames_11: |
||||||
|
switchPublisherNames_12: |
||||||
|
switchPublisherNames_13: |
||||||
|
switchPublisherNames_14: |
||||||
|
switchIcons_0: {fileID: 0} |
||||||
|
switchIcons_1: {fileID: 0} |
||||||
|
switchIcons_2: {fileID: 0} |
||||||
|
switchIcons_3: {fileID: 0} |
||||||
|
switchIcons_4: {fileID: 0} |
||||||
|
switchIcons_5: {fileID: 0} |
||||||
|
switchIcons_6: {fileID: 0} |
||||||
|
switchIcons_7: {fileID: 0} |
||||||
|
switchIcons_8: {fileID: 0} |
||||||
|
switchIcons_9: {fileID: 0} |
||||||
|
switchIcons_10: {fileID: 0} |
||||||
|
switchIcons_11: {fileID: 0} |
||||||
|
switchIcons_12: {fileID: 0} |
||||||
|
switchIcons_13: {fileID: 0} |
||||||
|
switchIcons_14: {fileID: 0} |
||||||
|
switchSmallIcons_0: {fileID: 0} |
||||||
|
switchSmallIcons_1: {fileID: 0} |
||||||
|
switchSmallIcons_2: {fileID: 0} |
||||||
|
switchSmallIcons_3: {fileID: 0} |
||||||
|
switchSmallIcons_4: {fileID: 0} |
||||||
|
switchSmallIcons_5: {fileID: 0} |
||||||
|
switchSmallIcons_6: {fileID: 0} |
||||||
|
switchSmallIcons_7: {fileID: 0} |
||||||
|
switchSmallIcons_8: {fileID: 0} |
||||||
|
switchSmallIcons_9: {fileID: 0} |
||||||
|
switchSmallIcons_10: {fileID: 0} |
||||||
|
switchSmallIcons_11: {fileID: 0} |
||||||
|
switchSmallIcons_12: {fileID: 0} |
||||||
|
switchSmallIcons_13: {fileID: 0} |
||||||
|
switchSmallIcons_14: {fileID: 0} |
||||||
|
switchManualHTML: |
||||||
|
switchAccessibleURLs: |
||||||
|
switchLegalInformation: |
||||||
|
switchMainThreadStackSize: 1048576 |
||||||
|
switchPresenceGroupId: |
||||||
|
switchLogoHandling: 0 |
||||||
|
switchReleaseVersion: 0 |
||||||
|
switchDisplayVersion: 1.0.0 |
||||||
|
switchStartupUserAccount: 0 |
||||||
|
switchTouchScreenUsage: 0 |
||||||
|
switchSupportedLanguagesMask: 0 |
||||||
|
switchLogoType: 0 |
||||||
|
switchApplicationErrorCodeCategory: |
||||||
|
switchUserAccountSaveDataSize: 0 |
||||||
|
switchUserAccountSaveDataJournalSize: 0 |
||||||
|
switchApplicationAttribute: 0 |
||||||
|
switchCardSpecSize: -1 |
||||||
|
switchCardSpecClock: -1 |
||||||
|
switchRatingsMask: 0 |
||||||
|
switchRatingsInt_0: 0 |
||||||
|
switchRatingsInt_1: 0 |
||||||
|
switchRatingsInt_2: 0 |
||||||
|
switchRatingsInt_3: 0 |
||||||
|
switchRatingsInt_4: 0 |
||||||
|
switchRatingsInt_5: 0 |
||||||
|
switchRatingsInt_6: 0 |
||||||
|
switchRatingsInt_7: 0 |
||||||
|
switchRatingsInt_8: 0 |
||||||
|
switchRatingsInt_9: 0 |
||||||
|
switchRatingsInt_10: 0 |
||||||
|
switchRatingsInt_11: 0 |
||||||
|
switchLocalCommunicationIds_0: |
||||||
|
switchLocalCommunicationIds_1: |
||||||
|
switchLocalCommunicationIds_2: |
||||||
|
switchLocalCommunicationIds_3: |
||||||
|
switchLocalCommunicationIds_4: |
||||||
|
switchLocalCommunicationIds_5: |
||||||
|
switchLocalCommunicationIds_6: |
||||||
|
switchLocalCommunicationIds_7: |
||||||
|
switchParentalControl: 0 |
||||||
|
switchAllowsScreenshot: 1 |
||||||
|
switchAllowsVideoCapturing: 1 |
||||||
|
switchAllowsRuntimeAddOnContentInstall: 0 |
||||||
|
switchDataLossConfirmation: 0 |
||||||
|
switchUserAccountLockEnabled: 0 |
||||||
|
switchSupportedNpadStyles: 3 |
||||||
|
switchNativeFsCacheSize: 32 |
||||||
|
switchIsHoldTypeHorizontal: 0 |
||||||
|
switchSupportedNpadCount: 8 |
||||||
|
switchSocketConfigEnabled: 0 |
||||||
|
switchTcpInitialSendBufferSize: 32 |
||||||
|
switchTcpInitialReceiveBufferSize: 64 |
||||||
|
switchTcpAutoSendBufferSizeMax: 256 |
||||||
|
switchTcpAutoReceiveBufferSizeMax: 256 |
||||||
|
switchUdpSendBufferSize: 9 |
||||||
|
switchUdpReceiveBufferSize: 42 |
||||||
|
switchSocketBufferEfficiency: 4 |
||||||
|
switchSocketInitializeEnabled: 1 |
||||||
|
switchNetworkInterfaceManagerInitializeEnabled: 1 |
||||||
|
switchPlayerConnectionEnabled: 1 |
||||||
|
ps4NPAgeRating: 12 |
||||||
|
ps4NPTitleSecret: |
||||||
|
ps4NPTrophyPackPath: |
||||||
|
ps4ParentalLevel: 11 |
||||||
|
ps4ContentID: ED1633-NPXX51362_00-0000000000000000 |
||||||
|
ps4Category: 0 |
||||||
|
ps4MasterVersion: 01.00 |
||||||
|
ps4AppVersion: 01.00 |
||||||
|
ps4AppType: 0 |
||||||
|
ps4ParamSfxPath: |
||||||
|
ps4VideoOutPixelFormat: 0 |
||||||
|
ps4VideoOutInitialWidth: 1920 |
||||||
|
ps4VideoOutBaseModeInitialWidth: 1920 |
||||||
|
ps4VideoOutReprojectionRate: 60 |
||||||
|
ps4PronunciationXMLPath: |
||||||
|
ps4PronunciationSIGPath: |
||||||
|
ps4BackgroundImagePath: |
||||||
|
ps4StartupImagePath: |
||||||
|
ps4StartupImagesFolder: |
||||||
|
ps4IconImagesFolder: |
||||||
|
ps4SaveDataImagePath: |
||||||
|
ps4SdkOverride: |
||||||
|
ps4BGMPath: |
||||||
|
ps4ShareFilePath: |
||||||
|
ps4ShareOverlayImagePath: |
||||||
|
ps4PrivacyGuardImagePath: |
||||||
|
ps4NPtitleDatPath: |
||||||
|
ps4RemotePlayKeyAssignment: -1 |
||||||
|
ps4RemotePlayKeyMappingDir: |
||||||
|
ps4PlayTogetherPlayerCount: 0 |
||||||
|
ps4EnterButtonAssignment: 1 |
||||||
|
ps4ApplicationParam1: 0 |
||||||
|
ps4ApplicationParam2: 0 |
||||||
|
ps4ApplicationParam3: 0 |
||||||
|
ps4ApplicationParam4: 0 |
||||||
|
ps4DownloadDataSize: 0 |
||||||
|
ps4GarlicHeapSize: 2048 |
||||||
|
ps4ProGarlicHeapSize: 2560 |
||||||
|
ps4Passcode: frAQBc8Wsa1xVPfvJcrgRYwTiizs2trQ |
||||||
|
ps4pnSessions: 1 |
||||||
|
ps4pnPresence: 1 |
||||||
|
ps4pnFriends: 1 |
||||||
|
ps4pnGameCustomData: 1 |
||||||
|
playerPrefsSupport: 0 |
||||||
|
enableApplicationExit: 0 |
||||||
|
restrictedAudioUsageRights: 0 |
||||||
|
ps4UseResolutionFallback: 0 |
||||||
|
ps4ReprojectionSupport: 0 |
||||||
|
ps4UseAudio3dBackend: 0 |
||||||
|
ps4SocialScreenEnabled: 0 |
||||||
|
ps4ScriptOptimizationLevel: 0 |
||||||
|
ps4Audio3dVirtualSpeakerCount: 14 |
||||||
|
ps4attribCpuUsage: 0 |
||||||
|
ps4PatchPkgPath: |
||||||
|
ps4PatchLatestPkgPath: |
||||||
|
ps4PatchChangeinfoPath: |
||||||
|
ps4PatchDayOne: 0 |
||||||
|
ps4attribUserManagement: 0 |
||||||
|
ps4attribMoveSupport: 0 |
||||||
|
ps4attrib3DSupport: 0 |
||||||
|
ps4attribShareSupport: 0 |
||||||
|
ps4attribExclusiveVR: 0 |
||||||
|
ps4disableAutoHideSplash: 0 |
||||||
|
ps4videoRecordingFeaturesUsed: 0 |
||||||
|
ps4contentSearchFeaturesUsed: 0 |
||||||
|
ps4attribEyeToEyeDistanceSettingVR: 0 |
||||||
|
ps4IncludedModules: [] |
||||||
|
monoEnv: |
||||||
|
psp2Splashimage: {fileID: 0} |
||||||
|
psp2NPTrophyPackPath: |
||||||
|
psp2NPSupportGBMorGJP: 0 |
||||||
|
psp2NPAgeRating: 12 |
||||||
|
psp2NPTitleDatPath: |
||||||
|
psp2NPCommsID: |
||||||
|
psp2NPCommunicationsID: |
||||||
|
psp2NPCommsPassphrase: |
||||||
|
psp2NPCommsSig: |
||||||
|
psp2ParamSfxPath: |
||||||
|
psp2ManualPath: |
||||||
|
psp2LiveAreaGatePath: |
||||||
|
psp2LiveAreaBackroundPath: |
||||||
|
psp2LiveAreaPath: |
||||||
|
psp2LiveAreaTrialPath: |
||||||
|
psp2PatchChangeInfoPath: |
||||||
|
psp2PatchOriginalPackage: |
||||||
|
psp2PackagePassword: F69AzBlax3CF3EDNhm3soLBPh71Yexui |
||||||
|
psp2KeystoneFile: |
||||||
|
psp2MemoryExpansionMode: 0 |
||||||
|
psp2DRMType: 0 |
||||||
|
psp2StorageType: 0 |
||||||
|
psp2MediaCapacity: 0 |
||||||
|
psp2DLCConfigPath: |
||||||
|
psp2ThumbnailPath: |
||||||
|
psp2BackgroundPath: |
||||||
|
psp2SoundPath: |
||||||
|
psp2TrophyCommId: |
||||||
|
psp2TrophyPackagePath: |
||||||
|
psp2PackagedResourcesPath: |
||||||
|
psp2SaveDataQuota: 10240 |
||||||
|
psp2ParentalLevel: 1 |
||||||
|
psp2ShortTitle: Not Set |
||||||
|
psp2ContentID: IV0000-ABCD12345_00-0123456789ABCDEF |
||||||
|
psp2Category: 0 |
||||||
|
psp2MasterVersion: 01.00 |
||||||
|
psp2AppVersion: 01.00 |
||||||
|
psp2TVBootMode: 0 |
||||||
|
psp2EnterButtonAssignment: 2 |
||||||
|
psp2TVDisableEmu: 0 |
||||||
|
psp2AllowTwitterDialog: 1 |
||||||
|
psp2Upgradable: 0 |
||||||
|
psp2HealthWarning: 0 |
||||||
|
psp2UseLibLocation: 0 |
||||||
|
psp2InfoBarOnStartup: 0 |
||||||
|
psp2InfoBarColor: 0 |
||||||
|
psp2ScriptOptimizationLevel: 0 |
||||||
|
splashScreenBackgroundSourceLandscape: {fileID: 0} |
||||||
|
splashScreenBackgroundSourcePortrait: {fileID: 0} |
||||||
|
spritePackerPolicy: |
||||||
|
webGLMemorySize: 256 |
||||||
|
webGLExceptionSupport: 1 |
||||||
|
webGLNameFilesAsHashes: 0 |
||||||
|
webGLDataCaching: 1 |
||||||
|
webGLDebugSymbols: 0 |
||||||
|
webGLEmscriptenArgs: |
||||||
|
webGLModulesDirectory: |
||||||
|
webGLTemplate: APPLICATION:Default |
||||||
|
webGLAnalyzeBuildSize: 0 |
||||||
|
webGLUseEmbeddedResources: 0 |
||||||
|
webGLCompressionFormat: 1 |
||||||
|
webGLLinkerTarget: 1 |
||||||
|
scriptingDefineSymbols: {} |
||||||
|
platformArchitecture: {} |
||||||
|
scriptingBackend: {} |
||||||
|
il2cppCompilerConfiguration: {} |
||||||
|
incrementalIl2cppBuild: {} |
||||||
|
allowUnsafeCode: 0 |
||||||
|
additionalIl2CppArgs: |
||||||
|
scriptingRuntimeVersion: 1 |
||||||
|
apiCompatibilityLevelPerPlatform: {} |
||||||
|
m_RenderingPath: 1 |
||||||
|
m_MobileRenderingPath: 1 |
||||||
|
metroPackageName: Template_3D |
||||||
|
metroPackageVersion: |
||||||
|
metroCertificatePath: |
||||||
|
metroCertificatePassword: |
||||||
|
metroCertificateSubject: |
||||||
|
metroCertificateIssuer: |
||||||
|
metroCertificateNotAfter: 0000000000000000 |
||||||
|
metroApplicationDescription: Template_3D |
||||||
|
wsaImages: {} |
||||||
|
metroTileShortName: |
||||||
|
metroTileShowName: 0 |
||||||
|
metroMediumTileShowName: 0 |
||||||
|
metroLargeTileShowName: 0 |
||||||
|
metroWideTileShowName: 0 |
||||||
|
metroDefaultTileSize: 1 |
||||||
|
metroTileForegroundText: 2 |
||||||
|
metroTileBackgroundColor: {r: 0.13333334, g: 0.17254902, b: 0.21568628, a: 0} |
||||||
|
metroSplashScreenBackgroundColor: {r: 0.12941177, g: 0.17254902, b: 0.21568628, |
||||||
|
a: 1} |
||||||
|
metroSplashScreenUseBackgroundColor: 0 |
||||||
|
platformCapabilities: {} |
||||||
|
metroFTAName: |
||||||
|
metroFTAFileTypes: [] |
||||||
|
metroProtocolName: |
||||||
|
metroCompilationOverrides: 1 |
||||||
|
n3dsUseExtSaveData: 0 |
||||||
|
n3dsCompressStaticMem: 1 |
||||||
|
n3dsExtSaveDataNumber: 0x12345 |
||||||
|
n3dsStackSize: 131072 |
||||||
|
n3dsTargetPlatform: 2 |
||||||
|
n3dsRegion: 7 |
||||||
|
n3dsMediaSize: 0 |
||||||
|
n3dsLogoStyle: 3 |
||||||
|
n3dsTitle: GameName |
||||||
|
n3dsProductCode: |
||||||
|
n3dsApplicationId: 0xFF3FF |
||||||
|
XboxOneProductId: |
||||||
|
XboxOneUpdateKey: |
||||||
|
XboxOneSandboxId: |
||||||
|
XboxOneContentId: |
||||||
|
XboxOneTitleId: |
||||||
|
XboxOneSCId: |
||||||
|
XboxOneGameOsOverridePath: |
||||||
|
XboxOnePackagingOverridePath: |
||||||
|
XboxOneAppManifestOverridePath: |
||||||
|
XboxOneVersion: 1.0.0.0 |
||||||
|
XboxOnePackageEncryption: 0 |
||||||
|
XboxOnePackageUpdateGranularity: 2 |
||||||
|
XboxOneDescription: |
||||||
|
XboxOneLanguage: |
||||||
|
- enus |
||||||
|
XboxOneCapability: [] |
||||||
|
XboxOneGameRating: {} |
||||||
|
XboxOneIsContentPackage: 0 |
||||||
|
XboxOneEnableGPUVariability: 0 |
||||||
|
XboxOneSockets: {} |
||||||
|
XboxOneSplashScreen: {fileID: 0} |
||||||
|
XboxOneAllowedProductIds: [] |
||||||
|
XboxOnePersistentLocalStorageSize: 0 |
||||||
|
XboxOneXTitleMemory: 8 |
||||||
|
xboxOneScriptCompiler: 0 |
||||||
|
vrEditorSettings: |
||||||
|
daydream: |
||||||
|
daydreamIconForeground: {fileID: 0} |
||||||
|
daydreamIconBackground: {fileID: 0} |
||||||
|
cloudServicesEnabled: |
||||||
|
UNet: 1 |
||||||
|
facebookSdkVersion: 7.9.4 |
||||||
|
apiCompatibilityLevel: 3 |
||||||
|
cloudProjectId: |
||||||
|
projectName: |
||||||
|
organizationId: |
||||||
|
cloudEnabled: 0 |
||||||
|
enableNativePlatformBackendsForNewInputSystem: 0 |
||||||
|
disableOldInputManagerSupport: 0 |
||||||
@ -0,0 +1 @@ |
|||||||
|
m_EditorVersion: 2018.4.13f1 |
||||||
@ -0,0 +1,190 @@ |
|||||||
|
%YAML 1.1 |
||||||
|
%TAG !u! tag:unity3d.com,2011: |
||||||
|
--- !u!47 &1 |
||||||
|
QualitySettings: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
serializedVersion: 5 |
||||||
|
m_CurrentQuality: 4 |
||||||
|
m_QualitySettings: |
||||||
|
- serializedVersion: 2 |
||||||
|
name: Very Low |
||||||
|
pixelLightCount: 0 |
||||||
|
shadows: 0 |
||||||
|
shadowResolution: 0 |
||||||
|
shadowProjection: 1 |
||||||
|
shadowCascades: 1 |
||||||
|
shadowDistance: 15 |
||||||
|
shadowNearPlaneOffset: 3 |
||||||
|
shadowCascade2Split: 0.33333334 |
||||||
|
shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} |
||||||
|
shadowmaskMode: 0 |
||||||
|
blendWeights: 1 |
||||||
|
textureQuality: 1 |
||||||
|
anisotropicTextures: 0 |
||||||
|
antiAliasing: 0 |
||||||
|
softParticles: 0 |
||||||
|
softVegetation: 0 |
||||||
|
realtimeReflectionProbes: 0 |
||||||
|
billboardsFaceCameraPosition: 0 |
||||||
|
vSyncCount: 0 |
||||||
|
lodBias: 0.3 |
||||||
|
maximumLODLevel: 0 |
||||||
|
particleRaycastBudget: 4 |
||||||
|
asyncUploadTimeSlice: 2 |
||||||
|
asyncUploadBufferSize: 4 |
||||||
|
resolutionScalingFixedDPIFactor: 1 |
||||||
|
excludedTargetPlatforms: [] |
||||||
|
- serializedVersion: 2 |
||||||
|
name: Low |
||||||
|
pixelLightCount: 0 |
||||||
|
shadows: 0 |
||||||
|
shadowResolution: 0 |
||||||
|
shadowProjection: 1 |
||||||
|
shadowCascades: 1 |
||||||
|
shadowDistance: 20 |
||||||
|
shadowNearPlaneOffset: 3 |
||||||
|
shadowCascade2Split: 0.33333334 |
||||||
|
shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} |
||||||
|
shadowmaskMode: 0 |
||||||
|
blendWeights: 2 |
||||||
|
textureQuality: 0 |
||||||
|
anisotropicTextures: 0 |
||||||
|
antiAliasing: 0 |
||||||
|
softParticles: 0 |
||||||
|
softVegetation: 0 |
||||||
|
realtimeReflectionProbes: 0 |
||||||
|
billboardsFaceCameraPosition: 0 |
||||||
|
vSyncCount: 0 |
||||||
|
lodBias: 0.4 |
||||||
|
maximumLODLevel: 0 |
||||||
|
particleRaycastBudget: 16 |
||||||
|
asyncUploadTimeSlice: 2 |
||||||
|
asyncUploadBufferSize: 4 |
||||||
|
resolutionScalingFixedDPIFactor: 1 |
||||||
|
excludedTargetPlatforms: [] |
||||||
|
- serializedVersion: 2 |
||||||
|
name: Medium |
||||||
|
pixelLightCount: 1 |
||||||
|
shadows: 1 |
||||||
|
shadowResolution: 0 |
||||||
|
shadowProjection: 1 |
||||||
|
shadowCascades: 1 |
||||||
|
shadowDistance: 20 |
||||||
|
shadowNearPlaneOffset: 3 |
||||||
|
shadowCascade2Split: 0.33333334 |
||||||
|
shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} |
||||||
|
shadowmaskMode: 0 |
||||||
|
blendWeights: 2 |
||||||
|
textureQuality: 0 |
||||||
|
anisotropicTextures: 1 |
||||||
|
antiAliasing: 0 |
||||||
|
softParticles: 0 |
||||||
|
softVegetation: 0 |
||||||
|
realtimeReflectionProbes: 0 |
||||||
|
billboardsFaceCameraPosition: 0 |
||||||
|
vSyncCount: 1 |
||||||
|
lodBias: 0.7 |
||||||
|
maximumLODLevel: 0 |
||||||
|
particleRaycastBudget: 64 |
||||||
|
asyncUploadTimeSlice: 2 |
||||||
|
asyncUploadBufferSize: 4 |
||||||
|
resolutionScalingFixedDPIFactor: 1 |
||||||
|
excludedTargetPlatforms: [] |
||||||
|
- serializedVersion: 2 |
||||||
|
name: High |
||||||
|
pixelLightCount: 2 |
||||||
|
shadows: 2 |
||||||
|
shadowResolution: 1 |
||||||
|
shadowProjection: 1 |
||||||
|
shadowCascades: 2 |
||||||
|
shadowDistance: 40 |
||||||
|
shadowNearPlaneOffset: 3 |
||||||
|
shadowCascade2Split: 0.33333334 |
||||||
|
shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} |
||||||
|
shadowmaskMode: 1 |
||||||
|
blendWeights: 2 |
||||||
|
textureQuality: 0 |
||||||
|
anisotropicTextures: 1 |
||||||
|
antiAliasing: 2 |
||||||
|
softParticles: 0 |
||||||
|
softVegetation: 1 |
||||||
|
realtimeReflectionProbes: 1 |
||||||
|
billboardsFaceCameraPosition: 1 |
||||||
|
vSyncCount: 1 |
||||||
|
lodBias: 1 |
||||||
|
maximumLODLevel: 0 |
||||||
|
particleRaycastBudget: 256 |
||||||
|
asyncUploadTimeSlice: 2 |
||||||
|
asyncUploadBufferSize: 4 |
||||||
|
resolutionScalingFixedDPIFactor: 1 |
||||||
|
excludedTargetPlatforms: [] |
||||||
|
- serializedVersion: 2 |
||||||
|
name: Very High |
||||||
|
pixelLightCount: 3 |
||||||
|
shadows: 2 |
||||||
|
shadowResolution: 2 |
||||||
|
shadowProjection: 1 |
||||||
|
shadowCascades: 2 |
||||||
|
shadowDistance: 40 |
||||||
|
shadowNearPlaneOffset: 3 |
||||||
|
shadowCascade2Split: 0.33333334 |
||||||
|
shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} |
||||||
|
shadowmaskMode: 1 |
||||||
|
blendWeights: 4 |
||||||
|
textureQuality: 0 |
||||||
|
anisotropicTextures: 1 |
||||||
|
antiAliasing: 4 |
||||||
|
softParticles: 1 |
||||||
|
softVegetation: 1 |
||||||
|
realtimeReflectionProbes: 1 |
||||||
|
billboardsFaceCameraPosition: 1 |
||||||
|
vSyncCount: 1 |
||||||
|
lodBias: 1.5 |
||||||
|
maximumLODLevel: 0 |
||||||
|
particleRaycastBudget: 1024 |
||||||
|
asyncUploadTimeSlice: 2 |
||||||
|
asyncUploadBufferSize: 4 |
||||||
|
resolutionScalingFixedDPIFactor: 1 |
||||||
|
excludedTargetPlatforms: [] |
||||||
|
- serializedVersion: 2 |
||||||
|
name: Ultra |
||||||
|
pixelLightCount: 4 |
||||||
|
shadows: 2 |
||||||
|
shadowResolution: 2 |
||||||
|
shadowProjection: 1 |
||||||
|
shadowCascades: 4 |
||||||
|
shadowDistance: 150 |
||||||
|
shadowNearPlaneOffset: 3 |
||||||
|
shadowCascade2Split: 0.33333334 |
||||||
|
shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} |
||||||
|
shadowmaskMode: 1 |
||||||
|
blendWeights: 4 |
||||||
|
textureQuality: 0 |
||||||
|
anisotropicTextures: 1 |
||||||
|
antiAliasing: 4 |
||||||
|
softParticles: 1 |
||||||
|
softVegetation: 1 |
||||||
|
realtimeReflectionProbes: 1 |
||||||
|
billboardsFaceCameraPosition: 1 |
||||||
|
vSyncCount: 1 |
||||||
|
lodBias: 2 |
||||||
|
maximumLODLevel: 0 |
||||||
|
particleRaycastBudget: 4096 |
||||||
|
asyncUploadTimeSlice: 2 |
||||||
|
asyncUploadBufferSize: 4 |
||||||
|
resolutionScalingFixedDPIFactor: 1 |
||||||
|
excludedTargetPlatforms: [] |
||||||
|
m_PerPlatformDefaultQuality: |
||||||
|
Android: 2 |
||||||
|
Nintendo 3DS: 5 |
||||||
|
Nintendo Switch: 5 |
||||||
|
PS4: 5 |
||||||
|
PSP2: 2 |
||||||
|
Standalone: 5 |
||||||
|
Tizen: 2 |
||||||
|
WebGL: 3 |
||||||
|
WiiU: 5 |
||||||
|
Windows Store Apps: 5 |
||||||
|
XboxOne: 5 |
||||||
|
iPhone: 2 |
||||||
|
tvOS: 2 |
||||||
@ -0,0 +1,43 @@ |
|||||||
|
%YAML 1.1 |
||||||
|
%TAG !u! tag:unity3d.com,2011: |
||||||
|
--- !u!78 &1 |
||||||
|
TagManager: |
||||||
|
serializedVersion: 2 |
||||||
|
tags: [] |
||||||
|
layers: |
||||||
|
- Default |
||||||
|
- TransparentFX |
||||||
|
- Ignore Raycast |
||||||
|
- |
||||||
|
- Water |
||||||
|
- UI |
||||||
|
- |
||||||
|
- |
||||||
|
- PostProcessing |
||||||
|
- |
||||||
|
- |
||||||
|
- |
||||||
|
- |
||||||
|
- |
||||||
|
- |
||||||
|
- |
||||||
|
- |
||||||
|
- |
||||||
|
- |
||||||
|
- |
||||||
|
- |
||||||
|
- |
||||||
|
- |
||||||
|
- |
||||||
|
- |
||||||
|
- |
||||||
|
- |
||||||
|
- |
||||||
|
- |
||||||
|
- |
||||||
|
- |
||||||
|
- |
||||||
|
m_SortingLayers: |
||||||
|
- name: Default |
||||||
|
uniqueID: 0 |
||||||
|
locked: 0 |
||||||
@ -0,0 +1,9 @@ |
|||||||
|
%YAML 1.1 |
||||||
|
%TAG !u! tag:unity3d.com,2011: |
||||||
|
--- !u!5 &1 |
||||||
|
TimeManager: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
Fixed Timestep: 0.02 |
||||||
|
Maximum Allowed Timestep: 0.1 |
||||||
|
m_TimeScale: 1 |
||||||
|
Maximum Particle Timestep: 0.03 |
||||||
@ -0,0 +1,34 @@ |
|||||||
|
%YAML 1.1 |
||||||
|
%TAG !u! tag:unity3d.com,2011: |
||||||
|
--- !u!310 &1 |
||||||
|
UnityConnectSettings: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
m_Enabled: 1 |
||||||
|
m_TestMode: 0 |
||||||
|
m_TestEventUrl: |
||||||
|
m_TestConfigUrl: |
||||||
|
m_TestInitMode: 0 |
||||||
|
CrashReportingSettings: |
||||||
|
m_EventUrl: https://perf-events.cloud.unity3d.com/api/events/crashes |
||||||
|
m_NativeEventUrl: https://perf-events.cloud.unity3d.com/symbolicate |
||||||
|
m_Enabled: 0 |
||||||
|
m_CaptureEditorExceptions: 1 |
||||||
|
UnityPurchasingSettings: |
||||||
|
m_Enabled: 0 |
||||||
|
m_TestMode: 0 |
||||||
|
UnityAnalyticsSettings: |
||||||
|
m_Enabled: 0 |
||||||
|
m_InitializeOnStartup: 1 |
||||||
|
m_TestMode: 0 |
||||||
|
m_TestEventUrl: |
||||||
|
m_TestConfigUrl: |
||||||
|
UnityAdsSettings: |
||||||
|
m_Enabled: 0 |
||||||
|
m_InitializeOnStartup: 1 |
||||||
|
m_TestMode: 0 |
||||||
|
m_IosGameId: |
||||||
|
m_AndroidGameId: |
||||||
|
m_GameIds: {} |
||||||
|
m_GameId: |
||||||
|
PerformanceReportingSettings: |
||||||
|
m_Enabled: 0 |
||||||
@ -0,0 +1,4 @@ |
|||||||
|
{ |
||||||
|
"rootPath":"E:/2018_Minions/Project_2018_Minions/Unity_2018_Girl's_Room_Navigator/Assets/../../../Build_GirlsRoomNav/Painting", |
||||||
|
"luggagePath":"E:/2018_Minions/Project_2018_Minions/Unity_2018_Girl's_Room_Navigator/Assets/../../../Build_GirlsRoomNav/Print" |
||||||
|
} |
||||||
@ -0,0 +1,41 @@ |
|||||||
|
|
||||||
|
# Created by https://www.gitignore.io/api/unity |
||||||
|
|
||||||
|
### Unity ### |
||||||
|
/[Ll]ibrary/ |
||||||
|
/[Tt]emp/ |
||||||
|
/[Oo]bj/ |
||||||
|
/[Bb]uild/ |
||||||
|
/[Bb]uilds/ |
||||||
|
/Assets/AssetStoreTools* |
||||||
|
|
||||||
|
# Visual Studio 2015 cache directory |
||||||
|
/.vs/ |
||||||
|
|
||||||
|
# Autogenerated VS/MD/Consulo solution and project files |
||||||
|
ExportedObj/ |
||||||
|
.consulo/ |
||||||
|
*.csproj |
||||||
|
*.unityproj |
||||||
|
*.sln |
||||||
|
*.suo |
||||||
|
*.tmp |
||||||
|
*.user |
||||||
|
*.userprefs |
||||||
|
*.pidb |
||||||
|
*.booproj |
||||||
|
*.svd |
||||||
|
*.pdb |
||||||
|
|
||||||
|
# Unity3D generated meta files |
||||||
|
*.pidb.meta |
||||||
|
|
||||||
|
# Unity3D Generated File On Crash Reports |
||||||
|
sysinfo.txt |
||||||
|
|
||||||
|
# Builds |
||||||
|
*.apk |
||||||
|
*.unitypackage |
||||||
|
|
||||||
|
|
||||||
|
# End of https://www.gitignore.io/api/unity |
||||||
@ -0,0 +1,8 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: 79cfeed959db01546a1d03343542fe2a |
||||||
|
folderAsset: yes |
||||||
|
DefaultImporter: |
||||||
|
externalObjects: {} |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
||||||
@ -0,0 +1,8 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: 5eed1832de8862d4d84efbad4f5c3ea4 |
||||||
|
folderAsset: yes |
||||||
|
DefaultImporter: |
||||||
|
externalObjects: {} |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
||||||
@ -0,0 +1,15 @@ |
|||||||
|
%YAML 1.1 |
||||||
|
%TAG !u! tag:unity3d.com,2011: |
||||||
|
--- !u!114 &11400000 |
||||||
|
MonoBehaviour: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
m_CorrespondingSourceObject: {fileID: 0} |
||||||
|
m_PrefabInternal: {fileID: 0} |
||||||
|
m_GameObject: {fileID: 0} |
||||||
|
m_Enabled: 1 |
||||||
|
m_EditorHideFlags: 0 |
||||||
|
m_Script: {fileID: 11500000, guid: b7eca376a120a0e49a97afa024778843, type: 3} |
||||||
|
m_Name: Background |
||||||
|
m_EditorClassIdentifier: |
||||||
|
m_VideoLocation: 1 |
||||||
|
m_VideoPath: ../../Build-19017-Minions-4_1_GirlsRoom/Material/bg_coloring.avi |
||||||
@ -0,0 +1,8 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: 671e56e1c1e9e164cb12dc3666434e2e |
||||||
|
NativeFormatImporter: |
||||||
|
externalObjects: {} |
||||||
|
mainObjectFileID: 11400000 |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
||||||
@ -0,0 +1,15 @@ |
|||||||
|
%YAML 1.1 |
||||||
|
%TAG !u! tag:unity3d.com,2011: |
||||||
|
--- !u!114 &11400000 |
||||||
|
MonoBehaviour: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
m_CorrespondingSourceObject: {fileID: 0} |
||||||
|
m_PrefabInternal: {fileID: 0} |
||||||
|
m_GameObject: {fileID: 0} |
||||||
|
m_Enabled: 1 |
||||||
|
m_EditorHideFlags: 0 |
||||||
|
m_Script: {fileID: 11500000, guid: b7eca376a120a0e49a97afa024778843, type: 3} |
||||||
|
m_Name: Focus-01 |
||||||
|
m_EditorClassIdentifier: |
||||||
|
m_VideoLocation: 1 |
||||||
|
m_VideoPath: ../../Build-19017-Minions-4_1_GirlsRoom/Material/focus-01.avi |
||||||