# Conflicts: # Assets/Scipts/Map.cs # ProjectSettings/EditorBuildSettings.assetmaster
@ -0,0 +1,8 @@ | |||
using System.Collections; | |||
using System.Collections.Generic; | |||
using UnityEngine; | |||
public class Player : MonoBehaviour { | |||
public List<GameObject> dummies; | |||
public Vegetable heldVeggie; | |||
} |
@ -0,0 +1,11 @@ | |||
fileFormatVersion: 2 | |||
guid: ef36bf4b6c639b943a4f10e7e56d237b | |||
MonoImporter: | |||
externalObjects: {} | |||
serializedVersion: 2 | |||
defaultReferences: [] | |||
executionOrder: 0 | |||
icon: {instanceID: 0} | |||
userData: | |||
assetBundleName: | |||
assetBundleVariant: |
@ -0,0 +1,75 @@ | |||
using System.Collections; | |||
using System.Collections.Generic; | |||
using UnityEngine; | |||
using UnityEngine.UI; | |||
using TMPro; | |||
using System; | |||
public class Recipe : MonoBehaviour { | |||
public Player localPlayer; | |||
int PlayerCount; | |||
public Vegetable[] Veggies; | |||
public Frame[] Frames; | |||
public int[] Qtys; | |||
public GameObject RecipeCanvas; | |||
public Image Inventory; | |||
// Use this for initialization | |||
void Start () { | |||
for (int i = 0; i < PlayerCount; i++) | |||
{ | |||
int rand = UnityEngine.Random.Range(0, Qtys.Length - 1); | |||
Qtys[rand] += 1; | |||
} | |||
for (int i = 0; i < 4; i++) //Set the recipe UI | |||
{ | |||
Frames[i].VegetableSpot.sprite = Veggies[i].Image; | |||
Frames[i].Qty.text = Qtys[i] + ""; | |||
} | |||
} | |||
//Button calls | |||
public void OpenRecipe() | |||
{ | |||
RecipeCanvas.SetActive(true); | |||
} | |||
public void CloseRecipe() | |||
{ | |||
RecipeCanvas.SetActive(false); | |||
} | |||
//Veggie interactions | |||
public void pickupItem(Vegetable newVeggie) | |||
{ | |||
localPlayer.heldVeggie = newVeggie; | |||
Inventory.gameObject.SetActive(true); | |||
Inventory.sprite = newVeggie.Image; | |||
} | |||
public void dropItem() | |||
{ | |||
localPlayer.heldVeggie = null; | |||
Inventory.gameObject.SetActive(false); | |||
} | |||
} | |||
[Serializable] | |||
public class Vegetable | |||
{ | |||
public string Name; | |||
public Sprite Image; | |||
} | |||
[Serializable] | |||
public class Frame | |||
{ | |||
public Image VegetableSpot; | |||
public TextMeshProUGUI Qty; | |||
} |
@ -0,0 +1,11 @@ | |||
fileFormatVersion: 2 | |||
guid: cf47a9574c702c045b82225844d9b3c4 | |||
MonoImporter: | |||
externalObjects: {} | |||
serializedVersion: 2 | |||
defaultReferences: [] | |||
executionOrder: 0 | |||
icon: {instanceID: 0} | |||
userData: | |||
assetBundleName: | |||
assetBundleVariant: |
@ -0,0 +1,8 @@ | |||
fileFormatVersion: 2 | |||
guid: f54d1bd14bd3ca042bd867b519fee8cc | |||
folderAsset: yes | |||
DefaultImporter: | |||
externalObjects: {} | |||
userData: | |||
assetBundleName: | |||
assetBundleVariant: |
@ -0,0 +1,8 @@ | |||
fileFormatVersion: 2 | |||
guid: 8e7e8f5a82a3a134e91c54efd2274ea9 | |||
folderAsset: yes | |||
DefaultImporter: | |||
externalObjects: {} | |||
userData: | |||
assetBundleName: | |||
assetBundleVariant: |
size 694398 |
@ -0,0 +1,7 @@ | |||
fileFormatVersion: 2 | |||
guid: 1b8d251f9af63b746bf2f7ffe00ebb9b | |||
DefaultImporter: | |||
externalObjects: {} | |||
userData: | |||
assetBundleName: | |||
assetBundleVariant: |
@ -0,0 +1,8 @@ | |||
fileFormatVersion: 2 | |||
guid: ce51c8e33b734b4db6086586558c53a3 | |||
folderAsset: yes | |||
DefaultImporter: | |||
externalObjects: {} | |||
userData: | |||
assetBundleName: | |||
assetBundleVariant: |
@ -0,0 +1,8 @@ | |||
fileFormatVersion: 2 | |||
guid: b63e0053080646b9819789bf3bf9fa17 | |||
folderAsset: yes | |||
DefaultImporter: | |||
externalObjects: {} | |||
userData: | |||
assetBundleName: | |||
assetBundleVariant: |
@ -0,0 +1,93 @@ | |||
Copyright (c) 2011, Vernon Adams (vern@newtypography.co.uk), | |||
with Reserved Font Name Anton. | |||
This Font Software is licensed under the SIL Open Font License, Version 1.1. | |||
This license is copied below, and is also available with a FAQ at: | |||
http://scripts.sil.org/OFL | |||
----------------------------------------------------------- | |||
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 | |||
----------------------------------------------------------- | |||
PREAMBLE | |||
The goals of the Open Font License (OFL) are to stimulate worldwide | |||
development of collaborative font projects, to support the font creation | |||
efforts of academic and linguistic communities, and to provide a free and | |||
open framework in which fonts may be shared and improved in partnership | |||
with others. | |||
The OFL allows the licensed fonts to be used, studied, modified and | |||
redistributed freely as long as they are not sold by themselves. The | |||
fonts, including any derivative works, can be bundled, embedded, | |||
redistributed and/or sold with any software provided that any reserved | |||
names are not used by derivative works. The fonts and derivatives, | |||
however, cannot be released under any other type of license. The | |||
requirement for fonts to remain under this license does not apply | |||
to any document created using the fonts or their derivatives. | |||
DEFINITIONS | |||
"Font Software" refers to the set of files released by the Copyright | |||
Holder(s) under this license and clearly marked as such. This may | |||
include source files, build scripts and documentation. | |||
"Reserved Font Name" refers to any names specified as such after the | |||
copyright statement(s). | |||
"Original Version" refers to the collection of Font Software components as | |||
distributed by the Copyright Holder(s). | |||
"Modified Version" refers to any derivative made by adding to, deleting, | |||
or substituting -- in part or in whole -- any of the components of the | |||
Original Version, by changing formats or by porting the Font Software to a | |||
new environment. | |||
"Author" refers to any designer, engineer, programmer, technical | |||
writer or other person who contributed to the Font Software. | |||
PERMISSION & CONDITIONS | |||
Permission is hereby granted, free of charge, to any person obtaining | |||
a copy of the Font Software, to use, study, copy, merge, embed, modify, | |||
redistribute, and sell modified and unmodified copies of the Font | |||
Software, subject to the following conditions: | |||
1) Neither the Font Software nor any of its individual components, | |||
in Original or Modified Versions, may be sold by itself. | |||
2) Original or Modified Versions of the Font Software may be bundled, | |||
redistributed and/or sold with any software, provided that each copy | |||
contains the above copyright notice and this license. These can be | |||
included either as stand-alone text files, human-readable headers or | |||
in the appropriate machine-readable metadata fields within text or | |||
binary files as long as those fields can be easily viewed by the user. | |||
3) No Modified Version of the Font Software may use the Reserved Font | |||
Name(s) unless explicit written permission is granted by the corresponding | |||
Copyright Holder. This restriction only applies to the primary font name as | |||
presented to the users. | |||
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font | |||
Software shall not be used to promote, endorse or advertise any | |||
Modified Version, except to acknowledge the contribution(s) of the | |||
Copyright Holder(s) and the Author(s) or with their explicit written | |||
permission. | |||
5) The Font Software, modified or unmodified, in part or in whole, | |||
must be distributed entirely under this license, and must not be | |||
distributed under any other license. The requirement for fonts to | |||
remain under this license does not apply to any document created | |||
using the Font Software. | |||
TERMINATION | |||
This license becomes null and void if any of the above conditions are | |||
not met. | |||
DISCLAIMER | |||
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | |||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF | |||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT | |||
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE | |||
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, | |||
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL | |||
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING | |||
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM | |||
OTHER DEALINGS IN THE FONT SOFTWARE. |
@ -0,0 +1,8 @@ | |||
fileFormatVersion: 2 | |||
guid: 73a79399807f4e8388c2cbb5494681ca | |||
timeCreated: 1484172033 | |||
licenseType: Pro | |||
TextScriptImporter: | |||
userData: | |||
assetBundleName: | |||
assetBundleVariant: |
size 42376 |
@ -0,0 +1,19 @@ | |||
fileFormatVersion: 2 | |||
guid: 997a43b767814dd0a7642ec9b78cba41 | |||
timeCreated: 1484172033 | |||
licenseType: Pro | |||
TrueTypeFontImporter: | |||
serializedVersion: 2 | |||
fontSize: 16 | |||
forceTextureCase: -2 | |||
characterSpacing: 1 | |||
characterPadding: 0 | |||
includeFontData: 1 | |||
use2xBehaviour: 0 | |||
fontNames: [] | |||
fallbackFontReferences: [] | |||
customCharacters: | |||
fontRenderingMode: 0 | |||
userData: | |||
assetBundleName: | |||
assetBundleVariant: |
@ -0,0 +1,93 @@ | |||
Copyright (c) 2010 by vernon adams (vern@newtypography.co.uk), | |||
with Reserved Font Name Bangers. | |||
This Font Software is licensed under the SIL Open Font License, Version 1.1. | |||
This license is copied below, and is also available with a FAQ at: | |||
http://scripts.sil.org/OFL | |||
----------------------------------------------------------- | |||
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 | |||
----------------------------------------------------------- | |||
PREAMBLE | |||
The goals of the Open Font License (OFL) are to stimulate worldwide | |||
development of collaborative font projects, to support the font creation | |||
efforts of academic and linguistic communities, and to provide a free and | |||
open framework in which fonts may be shared and improved in partnership | |||
with others. | |||
The OFL allows the licensed fonts to be used, studied, modified and | |||
redistributed freely as long as they are not sold by themselves. The | |||
fonts, including any derivative works, can be bundled, embedded, | |||
redistributed and/or sold with any software provided that any reserved | |||
names are not used by derivative works. The fonts and derivatives, | |||
however, cannot be released under any other type of license. The | |||
requirement for fonts to remain under this license does not apply | |||
to any document created using the fonts or their derivatives. | |||
DEFINITIONS | |||
"Font Software" refers to the set of files released by the Copyright | |||
Holder(s) under this license and clearly marked as such. This may | |||
include source files, build scripts and documentation. | |||
"Reserved Font Name" refers to any names specified as such after the | |||
copyright statement(s). | |||
"Original Version" refers to the collection of Font Software components as | |||
distributed by the Copyright Holder(s). | |||
"Modified Version" refers to any derivative made by adding to, deleting, | |||
or substituting -- in part or in whole -- any of the components of the | |||
Original Version, by changing formats or by porting the Font Software to a | |||
new environment. | |||
"Author" refers to any designer, engineer, programmer, technical | |||
writer or other person who contributed to the Font Software. | |||
PERMISSION & CONDITIONS | |||
Permission is hereby granted, free of charge, to any person obtaining | |||
a copy of the Font Software, to use, study, copy, merge, embed, modify, | |||
redistribute, and sell modified and unmodified copies of the Font | |||
Software, subject to the following conditions: | |||
1) Neither the Font Software nor any of its individual components, | |||
in Original or Modified Versions, may be sold by itself. | |||
2) Original or Modified Versions of the Font Software may be bundled, | |||
redistributed and/or sold with any software, provided that each copy | |||
contains the above copyright notice and this license. These can be | |||
included either as stand-alone text files, human-readable headers or | |||
in the appropriate machine-readable metadata fields within text or | |||
binary files as long as those fields can be easily viewed by the user. | |||
3) No Modified Version of the Font Software may use the Reserved Font | |||
Name(s) unless explicit written permission is granted by the corresponding | |||
Copyright Holder. This restriction only applies to the primary font name as | |||
presented to the users. | |||
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font | |||
Software shall not be used to promote, endorse or advertise any | |||
Modified Version, except to acknowledge the contribution(s) of the | |||
Copyright Holder(s) and the Author(s) or with their explicit written | |||
permission. | |||
5) The Font Software, modified or unmodified, in part or in whole, | |||
must be distributed entirely under this license, and must not be | |||
distributed under any other license. The requirement for fonts to | |||
remain under this license does not apply to any document created | |||
using the Font Software. | |||
TERMINATION | |||
This license becomes null and void if any of the above conditions are | |||
not met. | |||
DISCLAIMER | |||
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | |||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF | |||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT | |||
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE | |||
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, | |||
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL | |||
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING | |||
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM | |||
OTHER DEALINGS IN THE FONT SOFTWARE. |
@ -0,0 +1,8 @@ | |||
fileFormatVersion: 2 | |||
guid: efe0bf4ac872451e91612d1ae593f480 | |||
timeCreated: 1484171296 | |||
licenseType: Pro | |||
TextScriptImporter: | |||
userData: | |||
assetBundleName: | |||
assetBundleVariant: |
size 39676 |
@ -0,0 +1,19 @@ | |||
fileFormatVersion: 2 | |||
guid: 5dd49b3eacc540408c98eee0de38e0f1 | |||
timeCreated: 1484171297 | |||
licenseType: Pro | |||
TrueTypeFontImporter: | |||
serializedVersion: 2 | |||
fontSize: 16 | |||
forceTextureCase: -2 | |||
characterSpacing: 1 | |||
characterPadding: 0 | |||
includeFontData: 1 | |||
use2xBehaviour: 0 | |||
fontNames: [] | |||
fallbackFontReferences: [] | |||
customCharacters: | |||
fontRenderingMode: 0 | |||
userData: | |||
assetBundleName: | |||
assetBundleVariant: |
@ -0,0 +1,46 @@ | |||
Digitized data copyright (c) 2010 Google Corporation | |||
with Reserved Font Arimo, Tinos and Cousine. | |||
Copyright (c) 2012 Red Hat, Inc. | |||
with Reserved Font Name Liberation. | |||
This Font Software is licensed under the SIL Open Font License, Version 1.1. | |||
This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL | |||
----------------------------------------------------------- | |||
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 | |||
----------------------------------------------------------- | |||
PREAMBLE | |||
The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others. | |||
The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives. | |||
DEFINITIONS | |||
"Font Software" refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation. | |||
"Reserved Font Name" refers to any names specified as such after the copyright statement(s). | |||
"Original Version" refers to the collection of Font Software components as distributed by the Copyright Holder(s). | |||
"Modified Version" refers to any derivative made by adding to, deleting, or substituting -- in part or in whole -- any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment. | |||
"Author" refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software. | |||
PERMISSION & CONDITIONS | |||
Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions: | |||
1) Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself. | |||
2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user. | |||
3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users. | |||
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission. | |||
5) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software. | |||
TERMINATION | |||
This license becomes null and void if any of the above conditions are not met. | |||
DISCLAIMER | |||
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. |
@ -0,0 +1,8 @@ | |||
fileFormatVersion: 2 | |||
guid: 6e59c59b81ab47f9b6ec5781fa725d2c | |||
timeCreated: 1484171296 | |||
licenseType: Pro | |||
TextScriptImporter: | |||
userData: | |||
assetBundleName: | |||
assetBundleVariant: |
size 350200 |
@ -0,0 +1,19 @@ | |||
fileFormatVersion: 2 | |||
guid: e3265ab4bf004d28a9537516768c1c75 | |||
timeCreated: 1484171297 | |||
licenseType: Pro | |||
TrueTypeFontImporter: | |||
serializedVersion: 2 | |||
fontSize: 16 | |||
forceTextureCase: -2 | |||
characterSpacing: 1 | |||
characterPadding: 0 | |||
includeFontData: 1 | |||
use2xBehaviour: 0 | |||
fontNames: [] | |||
fallbackFontReferences: [] | |||
customCharacters: | |||
fontRenderingMode: 0 | |||
userData: | |||
assetBundleName: | |||
assetBundleVariant: |
@ -0,0 +1,92 @@ | |||
Copyright (c) 2011-2012, Vernon Adams (vern@newtypography.co.uk), with Reserved Font Names 'Oswald' | |||
This Font Software is licensed under the SIL Open Font License, Version 1.1. | |||
This license is copied below, and is also available with a FAQ at: | |||
http://scripts.sil.org/OFL | |||
----------------------------------------------------------- | |||
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 | |||
----------------------------------------------------------- | |||
PREAMBLE | |||
The goals of the Open Font License (OFL) are to stimulate worldwide | |||
development of collaborative font projects, to support the font creation | |||
efforts of academic and linguistic communities, and to provide a free and | |||
open framework in which fonts may be shared and improved in partnership | |||
with others. | |||
The OFL allows the licensed fonts to be used, studied, modified and | |||
redistributed freely as long as they are not sold by themselves. The | |||
fonts, including any derivative works, can be bundled, embedded, | |||
redistributed and/or sold with any software provided that any reserved | |||
names are not used by derivative works. The fonts and derivatives, | |||
however, cannot be released under any other type of license. The | |||
requirement for fonts to remain under this license does not apply | |||
to any document created using the fonts or their derivatives. | |||
DEFINITIONS | |||
"Font Software" refers to the set of files released by the Copyright | |||
Holder(s) under this license and clearly marked as such. This may | |||
include source files, build scripts and documentation. | |||
"Reserved Font Name" refers to any names specified as such after the | |||
copyright statement(s). | |||
"Original Version" refers to the collection of Font Software components as | |||
distributed by the Copyright Holder(s). | |||
"Modified Version" refers to any derivative made by adding to, deleting, | |||
or substituting -- in part or in whole -- any of the components of the | |||
Original Version, by changing formats or by porting the Font Software to a | |||
new environment. | |||
"Author" refers to any designer, engineer, programmer, technical | |||
writer or other person who contributed to the Font Software. | |||
PERMISSION & CONDITIONS | |||
Permission is hereby granted, free of charge, to any person obtaining | |||
a copy of the Font Software, to use, study, copy, merge, embed, modify, | |||
redistribute, and sell modified and unmodified copies of the Font | |||
Software, subject to the following conditions: | |||
1) Neither the Font Software nor any of its individual components, | |||
in Original or Modified Versions, may be sold by itself. | |||
2) Original or Modified Versions of the Font Software may be bundled, | |||
redistributed and/or sold with any software, provided that each copy | |||
contains the above copyright notice and this license. These can be | |||
included either as stand-alone text files, human-readable headers or | |||
in the appropriate machine-readable metadata fields within text or | |||
binary files as long as those fields can be easily viewed by the user. | |||
3) No Modified Version of the Font Software may use the Reserved Font | |||
Name(s) unless explicit written permission is granted by the corresponding | |||
Copyright Holder. This restriction only applies to the primary font name as | |||
presented to the users. | |||
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font | |||
Software shall not be used to promote, endorse or advertise any | |||
Modified Version, except to acknowledge the contribution(s) of the | |||
Copyright Holder(s) and the Author(s) or with their explicit written | |||
permission. | |||
5) The Font Software, modified or unmodified, in part or in whole, | |||
must be distributed entirely under this license, and must not be | |||
distributed under any other license. The requirement for fonts to | |||
remain under this license does not apply to any document created | |||
using the Font Software. | |||
TERMINATION | |||
This license becomes null and void if any of the above conditions are | |||
not met. | |||
DISCLAIMER | |||
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | |||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF | |||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT | |||
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE | |||
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, | |||
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL | |||
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING | |||
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM | |||
OTHER DEALINGS IN THE FONT SOFTWARE. |
@ -0,0 +1,8 @@ | |||
fileFormatVersion: 2 | |||
guid: d2cf87a8a7a94aa8b80dff1c807c1178 | |||
timeCreated: 1484171296 | |||
licenseType: Pro | |||
TextScriptImporter: | |||
userData: | |||
assetBundleName: | |||
assetBundleVariant: |
size 53056 |
@ -0,0 +1,19 @@ | |||
fileFormatVersion: 2 | |||
guid: c9f6d0e7bc8541498c9a4799ba184ede | |||
timeCreated: 1484171297 | |||
licenseType: Pro | |||
TrueTypeFontImporter: | |||
serializedVersion: 2 | |||
fontSize: 16 | |||
forceTextureCase: -2 | |||
characterSpacing: 1 | |||
characterPadding: 0 | |||
includeFontData: 1 | |||
use2xBehaviour: 0 | |||
fontNames: [] | |||
fallbackFontReferences: [] | |||
customCharacters: | |||
fontRenderingMode: 0 | |||
userData: | |||
assetBundleName: | |||
assetBundleVariant: |
@ -0,0 +1,9 @@ | |||
fileFormatVersion: 2 | |||
guid: 5808953df7a24274a851aa6dee52d30e | |||
folderAsset: yes | |||
timeCreated: 1436068007 | |||
licenseType: Pro | |||
DefaultImporter: | |||
userData: | |||
assetBundleName: | |||
assetBundleVariant: |
@ -0,0 +1,157 @@ | |||
%YAML 1.1 | |||
%TAG !u! tag:unity3d.com,2011: | |||
--- !u!21 &2100000 | |||
Material: | |||
serializedVersion: 6 | |||
m_ObjectHideFlags: 0 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 0} | |||
m_Name: Crate - Surface Shader Scene | |||
m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} | |||
m_ShaderKeywords: _NORMALMAP | |||
m_LightmapFlags: 5 | |||
m_CustomRenderQueue: -1 | |||
stringTagMap: {} | |||
m_SavedProperties: | |||
serializedVersion: 2 | |||
m_TexEnvs: | |||
data: | |||
first: | |||
name: _MainTex | |||
second: | |||
m_Texture: {fileID: 2800000, guid: 602cb87b6a29443b8636370ea0751574, type: 3} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
data: | |||
first: | |||
name: _BumpMap | |||
second: | |||
m_Texture: {fileID: 2800000, guid: 8878a782f4334ecbbcf683b3ac780966, type: 3} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
data: | |||
first: | |||
name: _DetailNormalMap | |||
second: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
data: | |||
first: | |||
name: _ParallaxMap | |||
second: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
data: | |||
first: | |||
name: _OcclusionMap | |||
second: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
data: | |||
first: | |||
name: _EmissionMap | |||
second: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
data: | |||
first: | |||
name: _DetailMask | |||
second: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
data: | |||
first: | |||
name: _DetailAlbedoMap | |||
second: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
data: | |||
first: | |||
name: _MetallicGlossMap | |||
second: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
data: | |||
first: | |||
name: _SpecGlossMap | |||
second: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
m_Floats: | |||
data: | |||
first: | |||
name: _SrcBlend | |||
second: 1 | |||
data: | |||
first: | |||
name: _DstBlend | |||
second: 0 | |||
data: | |||
first: | |||
name: _Cutoff | |||
second: 0.5 | |||
data: | |||
first: | |||
name: _Parallax | |||
second: 0.02 | |||
data: | |||
first: | |||
name: _ZWrite | |||
second: 1 | |||
data: | |||
first: | |||
name: _Glossiness | |||
second: 0.233 | |||
data: | |||
first: | |||
name: _BumpScale | |||
second: 2.14 | |||
data: | |||
first: | |||
name: _OcclusionStrength | |||
second: 1 | |||
data: | |||
first: | |||
name: _DetailNormalMapScale | |||
second: 1 | |||
data: | |||
first: | |||
name: _UVSec | |||
second: 0 | |||
data: | |||
first: | |||
name: _Mode | |||
second: 0 | |||
data: | |||
first: | |||
name: _Metallic | |||
second: 0 | |||
data: | |||
first: | |||
name: _EmissionScaleUI | |||
second: 0 | |||
m_Colors: | |||
data: | |||
first: | |||
name: _EmissionColor | |||
second: {r: 0, g: 0, b: 0, a: 0} | |||
data: | |||
first: | |||
name: _Color | |||
second: {r: 1, g: 1, b: 1, a: 0.712} | |||
data: | |||
first: | |||
name: _SpecColor | |||
second: {r: 0.2, g: 0.2, b: 0.2, a: 1} | |||
data: | |||
first: | |||
name: _EmissionColorUI | |||
second: {r: 1, g: 1, b: 1, a: 1} |
@ -0,0 +1,6 @@ | |||
fileFormatVersion: 2 | |||
guid: e6b9b44320f4448d9d5e0ee634259966 | |||
NativeFormatImporter: | |||
userData: | |||
assetBundleName: | |||
assetBundleVariant: |
@ -0,0 +1,207 @@ | |||
%YAML 1.1 | |||
%TAG !u! tag:unity3d.com,2011: | |||
--- !u!21 &2100000 | |||
Material: | |||
serializedVersion: 6 | |||
m_ObjectHideFlags: 0 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 0} | |||
m_Name: Ground - Logo Scene | |||
m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} | |||
m_ShaderKeywords: _NORMALMAP | |||
m_LightmapFlags: 5 | |||
m_CustomRenderQueue: -1 | |||
stringTagMap: {} | |||
m_SavedProperties: | |||
serializedVersion: 2 | |||
m_TexEnvs: | |||
data: | |||
first: | |||
name: _MainTex | |||
second: | |||
m_Texture: {fileID: 2800000, guid: 1cdc5b506b1a4a33a53c30669ced1f51, type: 3} | |||
m_Scale: {x: 20, y: 20} | |||
m_Offset: {x: 0, y: 0} | |||
data: | |||
first: | |||
name: _BumpMap | |||
second: | |||
m_Texture: {fileID: 2800000, guid: 8b8c8a10edf94ddc8cc4cc4fcd5696a9, type: 3} | |||
m_Scale: {x: 30, y: 50} | |||
m_Offset: {x: 0, y: 0} | |||
data: | |||
first: | |||
name: _DetailNormalMap | |||
second: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
data: | |||
first: | |||
name: _ParallaxMap | |||
second: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
data: | |||
first: | |||
name: _OcclusionMap | |||
second: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
data: | |||
first: | |||
name: _EmissionMap | |||
second: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
data: | |||
first: | |||
name: _DetailMask | |||
second: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
data: | |||
first: | |||
name: _DetailAlbedoMap | |||
second: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
data: | |||
first: | |||
name: _MetallicGlossMap | |||
second: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
data: | |||
first: | |||
name: _BorderTex | |||
second: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
data: | |||
first: | |||
name: _FillTex | |||
second: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
data: | |||
first: | |||
name: _EdgeTex | |||
second: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
m_Floats: | |||
data: | |||
first: | |||
name: _SrcBlend | |||
second: 1 | |||
data: | |||
first: | |||
name: _DstBlend | |||
second: 0 | |||
data: | |||
first: | |||
name: _Radius | |||
second: 0 | |||
data: | |||
first: | |||
name: _Cutoff | |||
second: .5 | |||
data: | |||
first: | |||
name: _Shininess | |||
second: .220354751 | |||
data: | |||
first: | |||
name: _Parallax | |||
second: .0199999996 | |||
data: | |||
first: | |||
name: _ZWrite | |||
second: 1 | |||
data: | |||
first: | |||
name: _Glossiness | |||
second: .344000012 | |||
data: | |||
first: | |||
name: _BumpScale | |||
second: 1 | |||
data: | |||
first: | |||
name: _OcclusionStrength | |||
second: 1 | |||
data: | |||
first: | |||
name: _DetailNormalMapScale | |||
second: 1 | |||
data: | |||
first: | |||
name: _UVSec | |||
second: 0 | |||
data: | |||
first: | |||
name: _Mode | |||
second: 0 | |||
data: | |||
first: | |||
name: _Metallic | |||
second: 0 | |||
data: | |||
first: | |||
name: _EmissionScaleUI | |||
second: 0 | |||
data: | |||
first: | |||
name: _EdgeSoftness | |||
second: 0 | |||
data: | |||
first: | |||
name: _DiffusePower | |||
second: 1 | |||
data: | |||
first: | |||
name: _Border | |||
second: .0214285739 | |||
data: | |||
first: | |||
name: _Size | |||
second: .100000001 | |||
data: | |||
first: | |||
name: _EdgeWidth | |||
second: 0 | |||
m_Colors: | |||
data: | |||
first: | |||
name: _EmissionColor | |||
second: {r: 0, g: 0, b: 0, a: 0} | |||
data: | |||
first: | |||
name: _Color | |||
second: {r: 1, g: 1, b: 1, a: 1} | |||
data: | |||
first: | |||
name: _SpecColor | |||
second: {r: .5, g: .5, b: .5, a: 1} | |||
data: | |||
first: | |||
name: _EmissionColorUI | |||
second: {r: 1, g: 1, b: 1, a: 1} | |||
data: | |||
first: | |||
name: _FaceColor | |||
second: {r: 1, g: 1, b: 1, a: 1} | |||
data: | |||
first: | |||
name: _BorderColor | |||
second: {r: 0, g: 0, b: 0, a: 1} |
@ -0,0 +1,6 @@ | |||
fileFormatVersion: 2 | |||
guid: c719e38f25a9480abd2480ab621a2949 | |||
NativeFormatImporter: | |||
userData: | |||
assetBundleName: | |||
assetBundleVariant: |
@ -0,0 +1,242 @@ | |||
%YAML 1.1 | |||
%TAG !u! tag:unity3d.com,2011: | |||
--- !u!21 &2100000 | |||
Material: | |||
serializedVersion: 6 | |||
m_ObjectHideFlags: 0 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 0} | |||
m_Name: Ground - Surface Shader Scene | |||
m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} | |||
m_ShaderKeywords: | |||
m_LightmapFlags: 5 | |||
m_CustomRenderQueue: -1 | |||
stringTagMap: {} | |||
m_SavedProperties: | |||
serializedVersion: 2 | |||
m_TexEnvs: | |||
data: | |||
first: | |||
name: _MainTex | |||
second: | |||
m_Texture: {fileID: 2800000, guid: 85ac55597b97403c82fc6601a93cf241, type: 3} | |||
m_Scale: {x: 5, y: 5} | |||
m_Offset: {x: 0, y: 0} | |||
data: | |||
first: | |||
name: _BumpMap | |||
second: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 10, y: 10} | |||
m_Offset: {x: 0, y: 0} | |||
data: | |||
first: | |||
name: _DetailNormalMap | |||
second: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
data: | |||
first: | |||
name: _ParallaxMap | |||
second: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
data: | |||
first: | |||
name: _OcclusionMap | |||
second: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
data: | |||
first: | |||
name: _EmissionMap | |||
second: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
data: | |||
first: | |||
name: _DetailMask | |||
second: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
data: | |||
first: | |||
name: _DetailAlbedoMap | |||
second: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
data: | |||
first: | |||
name: _MetallicGlossMap | |||
second: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
data: | |||
first: | |||
name: _BorderTex | |||
second: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
data: | |||
first: | |||
name: _FillTex | |||
second: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
data: | |||
first: | |||
name: _EdgeTex | |||
second: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
data: | |||
first: | |||
name: _DetailTex | |||
second: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
m_Floats: | |||
data: | |||
first: | |||
name: _SrcBlend | |||
second: 1 | |||
data: | |||
first: | |||
name: _DstBlend | |||
second: 0 | |||
data: | |||
first: | |||
name: _Radius | |||
second: 0 | |||
data: | |||
first: | |||
name: _Cutoff | |||
second: .5 | |||
data: | |||
first: | |||
name: _Shininess | |||
second: .243026108 | |||
data: | |||
first: | |||
name: _Parallax | |||
second: .0199999996 | |||
data: | |||
first: | |||
name: _ZWrite | |||
second: 1 | |||
data: | |||
first: | |||
name: _Glossiness | |||
second: .34799999 | |||
data: | |||
first: | |||
name: _BumpScale | |||
second: 1 | |||
data: | |||
first: | |||
name: _OcclusionStrength | |||
second: 1 | |||
data: | |||
first: | |||
name: _DetailNormalMapScale | |||
second: 1 | |||
data: | |||
first: | |||
name: _UVSec | |||
second: 0 | |||
data: | |||
first: | |||
name: _Mode | |||
second: 0 | |||
data: | |||
first: | |||
name: _Metallic | |||
second: 0 | |||
data: | |||
first: | |||
name: _EmissionScaleUI | |||
second: 0 | |||
data: | |||
first: | |||
name: _Stencil | |||
second: 0 | |||
data: | |||
first: | |||
name: _StencilComp | |||
second: 8 | |||
data: | |||
first: | |||
name: _StencilOp | |||
second: 0 | |||
data: | |||
first: | |||
name: _StencilReadMask | |||
second: 255 | |||
data: | |||
first: | |||
name: _StencilWriteMask | |||
second: 255 | |||
data: | |||
first: | |||
name: _ColorMask | |||
second: 15 | |||
data: | |||
first: | |||
name: _EdgeSoftness | |||
second: 0 | |||
data: | |||
first: | |||
name: _DiffusePower | |||
second: 1 | |||
data: | |||
first: | |||
name: _Border | |||
second: .0214285739 | |||
data: | |||
first: | |||
name: _Size | |||
second: .100000001 | |||
data: | |||
first: | |||
name: _EdgeWidth | |||
second: 0 | |||
data: | |||
first: | |||
name: _Strength | |||
second: .200000003 | |||
m_Colors: | |||
data: | |||
first: | |||
name: _EmissionColor | |||
second: {r: 0, g: 0, b: 0, a: 0} | |||
data: | |||
first: | |||
name: _Color | |||
second: {r: 1, g: 1, b: 1, a: .87843138} | |||
data: | |||
first: | |||
name: _SpecColor | |||
second: {r: .5, g: .5, b: .5, a: 1} | |||
data: | |||
first: | |||
name: _EmissionColorUI | |||
second: {r: 1, g: 1, b: 1, a: 1} | |||
data: | |||
first: | |||
name: _FaceColor | |||
second: {r: 1, g: 1, b: 1, a: 1} | |||
data: | |||
first: | |||
name: _BorderColor | |||
second: {r: 0, g: 0, b: 0, a: 1} |
@ -0,0 +1,6 @@ | |||
fileFormatVersion: 2 | |||
guid: aadd5a709a48466c887296bb5b1b8110 | |||
NativeFormatImporter: | |||
userData: | |||
assetBundleName: | |||
assetBundleVariant: |
@ -0,0 +1,127 @@ | |||
%YAML 1.1 | |||
%TAG !u! tag:unity3d.com,2011: | |||
--- !u!21 &2100000 | |||
Material: | |||
serializedVersion: 6 | |||
m_ObjectHideFlags: 0 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 0} | |||
m_Name: Small Crate_diffuse | |||
m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} | |||
m_ShaderKeywords: _EMISSION _NORMALMAP | |||
m_LightmapFlags: 1 | |||
m_CustomRenderQueue: -1 | |||
stringTagMap: {} | |||
m_SavedProperties: | |||
serializedVersion: 2 | |||
m_TexEnvs: | |||
- first: | |||
name: _BumpMap | |||
second: | |||
m_Texture: {fileID: 2800000, guid: 8878a782f4334ecbbcf683b3ac780966, type: 3} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
- first: | |||
name: _DetailAlbedoMap | |||
second: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
- first: | |||
name: _DetailMask | |||
second: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
- first: | |||
name: _DetailNormalMap | |||
second: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
- first: | |||
name: _EmissionMap | |||
second: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
- first: | |||
name: _MainTex | |||
second: | |||
m_Texture: {fileID: 2800000, guid: 602cb87b6a29443b8636370ea0751574, type: 3} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
- first: | |||
name: _MetallicGlossMap | |||
second: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
- first: | |||
name: _OcclusionMap | |||
second: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
- first: | |||
name: _ParallaxMap | |||
second: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
m_Floats: | |||
- first: | |||
name: _BumpScale | |||
second: 1 | |||
- first: | |||
name: _Cutoff | |||
second: 0.5 | |||
- first: | |||
name: _DetailNormalMapScale | |||
second: 1 | |||
- first: | |||
name: _DstBlend | |||
second: 0 | |||
- first: | |||
name: _GlossMapScale | |||
second: 1 | |||
- first: | |||
name: _Glossiness | |||
second: 0.5 | |||
- first: | |||
name: _GlossyReflections | |||
second: 1 | |||
- first: | |||
name: _Metallic | |||
second: 0 | |||
- first: | |||
name: _Mode | |||
second: 0 | |||
- first: | |||
name: _OcclusionStrength | |||
second: 1 | |||
- first: | |||
name: _Parallax | |||
second: 0.02 | |||
- first: | |||
name: _SmoothnessTextureChannel | |||
second: 0 | |||
- first: | |||
name: _SpecularHighlights | |||
second: 1 | |||
- first: | |||
name: _SrcBlend | |||
second: 1 | |||
- first: | |||
name: _UVSec | |||
second: 0 | |||
- first: | |||
name: _ZWrite | |||
second: 1 | |||
m_Colors: | |||
- first: | |||
name: _Color | |||
second: {r: 1, g: 1, b: 1, a: 1} | |||
- first: | |||
name: _EmissionColor | |||
second: {r: 0, g: 0, b: 0, a: 1} |
@ -0,0 +1,8 @@ | |||
fileFormatVersion: 2 | |||
guid: 22262639920f43d6be32430e4e58350d | |||
timeCreated: 1473643741 | |||
licenseType: Pro | |||
NativeFormatImporter: | |||
userData: | |||
assetBundleName: | |||
assetBundleVariant: |
@ -0,0 +1,9 @@ | |||
fileFormatVersion: 2 | |||
guid: 5bff2544887143f5807c7d5059d07f79 | |||
folderAsset: yes | |||
timeCreated: 1436068007 | |||
licenseType: Pro | |||
DefaultImporter: | |||
userData: | |||
assetBundleName: | |||
assetBundleVariant: |
@ -0,0 +1,280 @@ | |||
%YAML 1.1 | |||
%TAG !u! tag:unity3d.com,2011: | |||
--- !u!1 &121924 | |||
GameObject: | |||
m_ObjectHideFlags: 0 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 100100000} | |||
serializedVersion: 4 | |||
m_Component: | |||
- 224: {fileID: 22414422} | |||
- 222: {fileID: 22260028} | |||
- 114: {fileID: 11487728} | |||
m_Layer: 0 | |||
m_Name: TextMeshPro Text | |||
m_TagString: Untagged | |||
m_Icon: {fileID: 0} | |||
m_NavMeshLayer: 0 | |||
m_StaticEditorFlags: 0 | |||
m_IsActive: 1 | |||
--- !u!1 &188050 | |||
GameObject: | |||
m_ObjectHideFlags: 0 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 100100000} | |||
serializedVersion: 4 | |||
m_Component: | |||
- 224: {fileID: 22450954} | |||
- 222: {fileID: 22204918} | |||
- 114: {fileID: 11486278} | |||
- 114: {fileID: 11427010} | |||
- 114: {fileID: 11405862} | |||
- 225: {fileID: 22524478} | |||
m_Layer: 0 | |||
m_Name: Text Popup | |||
m_TagString: Untagged | |||
m_Icon: {fileID: 0} | |||
m_NavMeshLayer: 0 | |||
m_StaticEditorFlags: 0 | |||
m_IsActive: 1 | |||
--- !u!114 &11405862 | |||
MonoBehaviour: | |||
m_ObjectHideFlags: 1 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 100100000} | |||
m_GameObject: {fileID: 188050} | |||
m_Enabled: 1 | |||
m_EditorHideFlags: 0 | |||
m_Script: {fileID: 1741964061, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3} | |||
m_Name: | |||
m_EditorClassIdentifier: | |||
m_HorizontalFit: 2 | |||
m_VerticalFit: 2 | |||
--- !u!114 &11427010 | |||
MonoBehaviour: | |||
m_ObjectHideFlags: 1 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 100100000} | |||
m_GameObject: {fileID: 188050} | |||
m_Enabled: 1 | |||
m_EditorHideFlags: 0 | |||
m_Script: {fileID: 1297475563, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3} | |||
m_Name: | |||
m_EditorClassIdentifier: | |||
m_Padding: | |||
m_Left: 10 | |||
m_Right: 10 | |||
m_Top: 10 | |||
m_Bottom: 10 | |||
m_ChildAlignment: 0 | |||
m_Spacing: 0 | |||
m_ChildForceExpandWidth: 1 | |||
m_ChildForceExpandHeight: 1 | |||
--- !u!114 &11486278 | |||
MonoBehaviour: | |||
m_ObjectHideFlags: 1 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 100100000} | |||
m_GameObject: {fileID: 188050} | |||
m_Enabled: 1 | |||
m_EditorHideFlags: 0 | |||
m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3} | |||
m_Name: | |||
m_EditorClassIdentifier: | |||
m_Material: {fileID: 0} | |||
m_Color: {r: 0.10542818, g: 0.21589755, b: 0.47794116, a: 0.9411765} | |||
m_RaycastTarget: 1 | |||
m_OnCullStateChanged: | |||
m_PersistentCalls: | |||
m_Calls: [] | |||
m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI, | |||
Version=1.0.0.0, Culture=neutral, PublicKeyToken=null | |||
m_Sprite: {fileID: 10905, guid: 0000000000000000f000000000000000, type: 0} | |||
m_Type: 1 | |||
m_PreserveAspect: 0 | |||
m_FillCenter: 1 | |||
m_FillMethod: 4 | |||
m_FillAmount: 1 | |||
m_FillClockwise: 1 | |||
m_FillOrigin: 0 | |||
--- !u!114 &11487728 | |||
MonoBehaviour: | |||
m_ObjectHideFlags: 1 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 100100000} | |||
m_GameObject: {fileID: 121924} | |||
m_Enabled: 1 | |||
m_EditorHideFlags: 0 | |||
m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3} | |||
m_Name: | |||
m_EditorClassIdentifier: | |||
m_Material: {fileID: 0} | |||
m_Color: {r: 1, g: 1, b: 1, a: 1} | |||
m_RaycastTarget: 1 | |||
m_OnCullStateChanged: | |||
m_PersistentCalls: | |||
m_Calls: [] | |||
m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI, | |||
Version=1.0.0.0, Culture=neutral, PublicKeyToken=null | |||
m_text: Sample | |||
m_isRightToLeft: 0 | |||
m_fontAsset: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} | |||
m_sharedMaterial: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} | |||
m_fontSharedMaterials: [] | |||
m_fontMaterial: {fileID: 0} | |||
m_fontMaterials: [] | |||
m_fontColor32: | |||
serializedVersion: 2 | |||
rgba: 4294967295 | |||
m_fontColor: {r: 1, g: 1, b: 1, a: 1} | |||
m_enableVertexGradient: 0 | |||
m_fontColorGradient: | |||
topLeft: {r: 1, g: 1, b: 1, a: 1} | |||
topRight: {r: 1, g: 1, b: 1, a: 1} | |||
bottomLeft: {r: 1, g: 1, b: 1, a: 1} | |||
bottomRight: {r: 1, g: 1, b: 1, a: 1} | |||
m_fontColorGradientPreset: {fileID: 0} | |||
m_spriteAsset: {fileID: 0} | |||
m_tintAllSprites: 0 | |||
m_overrideHtmlColors: 0 | |||
m_faceColor: | |||
serializedVersion: 2 | |||
rgba: 4294967295 | |||
m_outlineColor: | |||
serializedVersion: 2 | |||
rgba: 4278190080 | |||
m_fontSize: 36 | |||
m_fontSizeBase: 36 | |||
m_fontWeight: 400 | |||
m_enableAutoSizing: 0 | |||
m_fontSizeMin: 18 | |||
m_fontSizeMax: 72 | |||
m_fontStyle: 0 | |||
m_textAlignment: 514 | |||
m_isAlignmentEnumConverted: 1 | |||
m_characterSpacing: 0 | |||
m_wordSpacing: 0 | |||
m_lineSpacing: 0 | |||
m_lineSpacingMax: 0 | |||
m_paragraphSpacing: 0 | |||
m_charWidthMaxAdj: 0 | |||
m_enableWordWrapping: 0 | |||
m_wordWrappingRatios: 0.4 | |||
m_overflowMode: 0 | |||
m_firstOverflowCharacterIndex: -1 | |||
m_linkedTextComponent: {fileID: 0} | |||
m_isLinkedTextComponent: 0 | |||
m_enableKerning: 1 | |||
m_enableExtraPadding: 0 | |||
checkPaddingRequired: 0 | |||
m_isRichText: 1 | |||
m_parseCtrlCharacters: 1 | |||
m_isOrthographic: 1 | |||
m_isCullingEnabled: 0 | |||
m_ignoreRectMaskCulling: 0 | |||
m_ignoreCulling: 1 | |||
m_horizontalMapping: 0 | |||
m_verticalMapping: 0 | |||
m_uvLineOffset: 0 | |||
m_geometrySortingOrder: 0 | |||
m_firstVisibleCharacter: 0 | |||
m_useMaxVisibleDescender: 1 | |||
m_pageToDisplay: 1 | |||
m_margin: {x: 0, y: 0, z: 0, w: 0} | |||
m_textInfo: | |||
textComponent: {fileID: 0} | |||
characterCount: 6 | |||
spriteCount: 0 | |||
spaceCount: 0 | |||
wordCount: 1 | |||
linkCount: 0 | |||
lineCount: 1 | |||
pageCount: 1 | |||
materialCount: 1 | |||
m_havePropertiesChanged: 1 | |||
m_isUsingLegacyAnimationComponent: 0 | |||
m_isVolumetricText: 0 | |||
m_spriteAnimator: {fileID: 0} | |||
m_isInputParsingRequired: 1 | |||
m_inputSource: 0 | |||
m_hasFontAssetChanged: 0 | |||
m_subTextObjects: | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
m_baseMaterial: {fileID: 2100000, guid: 316f956b856b45c448987b5018ec3ef4, type: 2} | |||
m_maskOffset: {x: 0, y: 0, z: 0, w: 0} | |||
--- !u!222 &22204918 | |||
CanvasRenderer: | |||
m_ObjectHideFlags: 1 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 100100000} | |||
m_GameObject: {fileID: 188050} | |||
--- !u!222 &22260028 | |||
CanvasRenderer: | |||
m_ObjectHideFlags: 1 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 100100000} | |||
m_GameObject: {fileID: 121924} | |||
--- !u!224 &22414422 | |||
RectTransform: | |||
m_ObjectHideFlags: 1 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 100100000} | |||
m_GameObject: {fileID: 121924} | |||
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} | |||
m_LocalPosition: {x: 0, y: 0, z: 0} | |||
m_LocalScale: {x: 1, y: 1, z: 1} | |||
m_Children: [] | |||
m_Father: {fileID: 22450954} | |||
m_RootOrder: 0 | |||
m_AnchorMin: {x: 0, y: 0} | |||
m_AnchorMax: {x: 0, y: 0} | |||
m_AnchoredPosition: {x: 0, y: 0} | |||
m_SizeDelta: {x: 0, y: 0} | |||
m_Pivot: {x: 0.5, y: 0.5} | |||
--- !u!224 &22450954 | |||
RectTransform: | |||
m_ObjectHideFlags: 1 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 100100000} | |||
m_GameObject: {fileID: 188050} | |||
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} | |||
m_LocalPosition: {x: 0, y: 0, z: 0} | |||
m_LocalScale: {x: 1, y: 1, z: 1} | |||
m_Children: | |||
- {fileID: 22414422} | |||
m_Father: {fileID: 0} | |||
m_RootOrder: 0 | |||
m_AnchorMin: {x: 0.5, y: 0.5} | |||
m_AnchorMax: {x: 0.5, y: 0.5} | |||
m_AnchoredPosition: {x: 0, y: 0} | |||
m_SizeDelta: {x: 0, y: 0} | |||
m_Pivot: {x: 0.5, y: 0.5} | |||
--- !u!225 &22524478 | |||
CanvasGroup: | |||
m_ObjectHideFlags: 1 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 100100000} | |||
m_GameObject: {fileID: 188050} | |||
m_Enabled: 1 | |||
m_Alpha: 1 | |||
m_Interactable: 0 | |||
m_BlocksRaycasts: 0 | |||
m_IgnoreParentGroups: 0 | |||
--- !u!1001 &100100000 | |||
Prefab: | |||
m_ObjectHideFlags: 1 | |||
serializedVersion: 2 | |||
m_Modification: | |||
m_TransformParent: {fileID: 0} | |||
m_Modifications: [] | |||
m_RemovedComponents: [] | |||
m_ParentPrefab: {fileID: 0} | |||
m_RootGameObject: {fileID: 188050} | |||
m_IsPrefabParent: 1 |
@ -0,0 +1,8 @@ | |||
fileFormatVersion: 2 | |||
guid: b06f0e6c1dfa4356ac918da1bb32c603 | |||
timeCreated: 1435130987 | |||
licenseType: Store | |||
NativeFormatImporter: | |||
userData: | |||
assetBundleName: | |||
assetBundleVariant: |
@ -0,0 +1,219 @@ | |||
%YAML 1.1 | |||
%TAG !u! tag:unity3d.com,2011: | |||
--- !u!1 &100000 | |||
GameObject: | |||
m_ObjectHideFlags: 0 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 100100000} | |||
serializedVersion: 5 | |||
m_Component: | |||
- component: {fileID: 22495902} | |||
- component: {fileID: 3300000} | |||
- component: {fileID: 2300000} | |||
- component: {fileID: 11400000} | |||
- component: {fileID: 22227760} | |||
m_Layer: 0 | |||
m_Name: TextMeshPro - Prefab 1 | |||
m_TagString: Untagged | |||
m_Icon: {fileID: 0} | |||
m_NavMeshLayer: 0 | |||
m_StaticEditorFlags: 0 | |||
m_IsActive: 1 | |||
--- !u!23 &2300000 | |||
MeshRenderer: | |||
m_ObjectHideFlags: 1 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 100100000} | |||
m_GameObject: {fileID: 100000} | |||
m_Enabled: 1 | |||
m_CastShadows: 0 | |||
m_ReceiveShadows: 0 | |||
m_DynamicOccludee: 1 | |||
m_MotionVectors: 1 | |||
m_LightProbeUsage: 1 | |||
m_ReflectionProbeUsage: 1 | |||
m_RenderingLayerMask: 4294967295 | |||
m_Materials: | |||
- {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} | |||
m_StaticBatchInfo: | |||
firstSubMesh: 0 | |||
subMeshCount: 0 | |||
m_StaticBatchRoot: {fileID: 0} | |||
m_ProbeAnchor: {fileID: 0} | |||
m_LightProbeVolumeOverride: {fileID: 0} | |||
m_ScaleInLightmap: 1 | |||
m_PreserveUVs: 0 | |||
m_IgnoreNormalsForChartDetection: 0 | |||
m_ImportantGI: 0 | |||
m_StitchLightmapSeams: 0 | |||
m_SelectedEditorRenderState: 3 | |||
m_MinimumChartSize: 4 | |||
m_AutoUVMaxDistance: 0.5 | |||
m_AutoUVMaxAngle: 89 | |||
m_LightmapParameters: {fileID: 0} | |||
m_SortingLayerID: 0 | |||
m_SortingLayer: 0 | |||
m_SortingOrder: 0 | |||
--- !u!33 &3300000 | |||
MeshFilter: | |||
m_ObjectHideFlags: 1 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 100100000} | |||
m_GameObject: {fileID: 100000} | |||
m_Mesh: {fileID: 0} | |||
--- !u!114 &11400000 | |||
MonoBehaviour: | |||
m_ObjectHideFlags: 1 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 100100000} | |||
m_GameObject: {fileID: 100000} | |||
m_Enabled: 1 | |||
m_EditorHideFlags: 0 | |||
m_Script: {fileID: 11500000, guid: 9541d86e2fd84c1d9990edf0852d74ab, type: 3} | |||
m_Name: | |||
m_EditorClassIdentifier: | |||
m_Material: {fileID: 0} | |||
m_Color: {r: 1, g: 1, b: 1, a: 1} | |||
m_RaycastTarget: 1 | |||
m_OnCullStateChanged: | |||
m_PersistentCalls: | |||
m_Calls: [] | |||
m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI, | |||
Version=1.0.0.0, Culture=neutral, PublicKeyToken=null | |||
m_text: Seems to be ok! | |||
m_isRightToLeft: 0 | |||
m_fontAsset: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} | |||
m_sharedMaterial: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} | |||
m_fontSharedMaterials: [] | |||
m_fontMaterial: {fileID: 0} | |||
m_fontMaterials: [] | |||
m_fontColor32: | |||
serializedVersion: 2 | |||
rgba: 4294967295 | |||
m_fontColor: {r: 1, g: 1, b: 1, a: 1} | |||
m_enableVertexGradient: 0 | |||
m_fontColorGradient: | |||
topLeft: {r: 1, g: 1, b: 1, a: 1} | |||
topRight: {r: 1, g: 1, b: 1, a: 1} | |||
bottomLeft: {r: 1, g: 1, b: 1, a: 1} | |||
bottomRight: {r: 1, g: 1, b: 1, a: 1} | |||
m_fontColorGradientPreset: {fileID: 0} | |||
m_spriteAsset: {fileID: 0} | |||
m_tintAllSprites: 0 | |||
m_overrideHtmlColors: 0 | |||
m_faceColor: | |||
serializedVersion: 2 | |||
rgba: 4294967295 | |||
m_outlineColor: | |||
serializedVersion: 2 | |||
rgba: 4278190080 | |||
m_fontSize: 36 | |||
m_fontSizeBase: 36 | |||
m_fontWeight: 400 | |||
m_enableAutoSizing: 0 | |||
m_fontSizeMin: 18 | |||
m_fontSizeMax: 72 | |||
m_fontStyle: 0 | |||
m_textAlignment: 0 | |||
m_isAlignmentEnumConverted: 0 | |||
m_characterSpacing: 0 | |||
m_wordSpacing: 0 | |||
m_lineSpacing: 0 | |||
m_lineSpacingMax: 0 | |||
m_paragraphSpacing: 0 | |||
m_charWidthMaxAdj: 0 | |||
m_enableWordWrapping: 0 | |||
m_wordWrappingRatios: 0.4 | |||
m_overflowMode: 0 | |||
m_firstOverflowCharacterIndex: -1 | |||
m_linkedTextComponent: {fileID: 0} | |||
m_isLinkedTextComponent: 0 | |||
m_isTextTruncated: 0 | |||
m_enableKerning: 0 | |||
m_enableExtraPadding: 0 | |||
checkPaddingRequired: 0 | |||
m_isRichText: 1 | |||
m_parseCtrlCharacters: 1 | |||
m_isOrthographic: 0 | |||
m_isCullingEnabled: 0 | |||
m_ignoreRectMaskCulling: 0 | |||
m_ignoreCulling: 1 | |||
m_horizontalMapping: 0 | |||
m_verticalMapping: 0 | |||
m_uvLineOffset: 0.3 | |||
m_geometrySortingOrder: 0 | |||
m_firstVisibleCharacter: 0 | |||
m_useMaxVisibleDescender: 1 | |||
m_pageToDisplay: 0 | |||
m_margin: {x: 0, y: 0, z: 0, w: 0} | |||
m_textInfo: | |||
textComponent: {fileID: 11400000} | |||
characterCount: 15 | |||
spriteCount: 0 | |||
spaceCount: 3 | |||
wordCount: 4 | |||
linkCount: 0 | |||
lineCount: 1 | |||
pageCount: 1 | |||
materialCount: 1 | |||
m_havePropertiesChanged: 1 | |||
m_isUsingLegacyAnimationComponent: 0 | |||
m_isVolumetricText: 0 | |||
m_spriteAnimator: {fileID: 0} | |||
m_isInputParsingRequired: 1 | |||
m_inputSource: 0 | |||
m_hasFontAssetChanged: 0 | |||
m_renderer: {fileID: 2300000} | |||
m_subTextObjects: | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
m_maskType: 0 | |||
--- !u!222 &22227760 | |||
CanvasRenderer: | |||
m_ObjectHideFlags: 1 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 100100000} | |||
m_GameObject: {fileID: 100000} | |||
--- !u!224 &22495902 | |||
RectTransform: | |||
m_ObjectHideFlags: 1 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 100100000} | |||
m_GameObject: {fileID: 100000} | |||
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} | |||
m_LocalPosition: {x: 0, y: 0, z: 0} | |||
m_LocalScale: {x: 1, y: 1, z: 1} | |||
m_Children: [] | |||
m_Father: {fileID: 0} | |||
m_RootOrder: 0 | |||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} | |||
m_AnchorMin: {x: 0.5, y: 0.5} | |||
m_AnchorMax: {x: 0.5, y: 0.5} | |||
m_AnchoredPosition: {x: 0, y: -4.87} | |||
m_SizeDelta: {x: 28.005241, y: 4.035484} | |||
m_Pivot: {x: 0.5, y: 0.5} | |||
--- !u!1001 &100100000 | |||
Prefab: | |||
m_ObjectHideFlags: 1 | |||
serializedVersion: 2 | |||
m_Modification: | |||
m_TransformParent: {fileID: 0} | |||
m_Modifications: [] | |||
m_RemovedComponents: [] | |||
m_ParentPrefab: {fileID: 0} | |||
m_RootGameObject: {fileID: 100000} | |||
m_IsPrefabParent: 1 |
@ -0,0 +1,6 @@ | |||
fileFormatVersion: 2 | |||
guid: a6e39ced0ea046bcb636c3f0b2e2a745 | |||
NativeFormatImporter: | |||
userData: | |||
assetBundleName: | |||
assetBundleVariant: |
@ -0,0 +1,219 @@ | |||
%YAML 1.1 | |||
%TAG !u! tag:unity3d.com,2011: | |||
--- !u!1 &100000 | |||
GameObject: | |||
m_ObjectHideFlags: 0 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 100100000} | |||
serializedVersion: 5 | |||
m_Component: | |||
- component: {fileID: 22478072} | |||
- component: {fileID: 3300000} | |||
- component: {fileID: 2300000} | |||
- component: {fileID: 11400000} | |||
- component: {fileID: 22224556} | |||
m_Layer: 0 | |||
m_Name: TextMeshPro - Prefab 2 | |||
m_TagString: Untagged | |||
m_Icon: {fileID: 0} | |||
m_NavMeshLayer: 0 | |||
m_StaticEditorFlags: 0 | |||
m_IsActive: 1 | |||
--- !u!23 &2300000 | |||
MeshRenderer: | |||
m_ObjectHideFlags: 1 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 100100000} | |||
m_GameObject: {fileID: 100000} | |||
m_Enabled: 1 | |||
m_CastShadows: 0 | |||
m_ReceiveShadows: 0 | |||
m_DynamicOccludee: 1 | |||
m_MotionVectors: 1 | |||
m_LightProbeUsage: 1 | |||
m_ReflectionProbeUsage: 1 | |||
m_RenderingLayerMask: 4294967295 | |||
m_Materials: | |||
- {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} | |||
m_StaticBatchInfo: | |||
firstSubMesh: 0 | |||
subMeshCount: 0 | |||
m_StaticBatchRoot: {fileID: 0} | |||
m_ProbeAnchor: {fileID: 0} | |||
m_LightProbeVolumeOverride: {fileID: 0} | |||
m_ScaleInLightmap: 1 | |||
m_PreserveUVs: 0 | |||
m_IgnoreNormalsForChartDetection: 0 | |||
m_ImportantGI: 0 | |||
m_StitchLightmapSeams: 0 | |||
m_SelectedEditorRenderState: 3 | |||
m_MinimumChartSize: 4 | |||
m_AutoUVMaxDistance: 0.5 | |||
m_AutoUVMaxAngle: 89 | |||
m_LightmapParameters: {fileID: 0} | |||
m_SortingLayerID: 0 | |||
m_SortingLayer: 0 | |||
m_SortingOrder: 0 | |||
--- !u!33 &3300000 | |||
MeshFilter: | |||
m_ObjectHideFlags: 1 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 100100000} | |||
m_GameObject: {fileID: 100000} | |||
m_Mesh: {fileID: 0} | |||
--- !u!114 &11400000 | |||
MonoBehaviour: | |||
m_ObjectHideFlags: 1 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 100100000} | |||
m_GameObject: {fileID: 100000} | |||
m_Enabled: 1 | |||
m_EditorHideFlags: 0 | |||
m_Script: {fileID: 11500000, guid: 9541d86e2fd84c1d9990edf0852d74ab, type: 3} | |||
m_Name: | |||
m_EditorClassIdentifier: | |||
m_Material: {fileID: 0} | |||
m_Color: {r: 1, g: 1, b: 1, a: 1} | |||
m_RaycastTarget: 1 | |||
m_OnCullStateChanged: | |||
m_PersistentCalls: | |||
m_Calls: [] | |||
m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI, | |||
Version=1.0.0.0, Culture=neutral, PublicKeyToken=null | |||
m_text: Hello World! | |||
m_isRightToLeft: 0 | |||
m_fontAsset: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} | |||
m_sharedMaterial: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} | |||
m_fontSharedMaterials: [] | |||
m_fontMaterial: {fileID: 0} | |||
m_fontMaterials: [] | |||
m_fontColor32: | |||
serializedVersion: 2 | |||
rgba: 4294967295 | |||
m_fontColor: {r: 1, g: 1, b: 1, a: 1} | |||
m_enableVertexGradient: 0 | |||
m_fontColorGradient: | |||
topLeft: {r: 1, g: 1, b: 1, a: 1} | |||
topRight: {r: 1, g: 1, b: 1, a: 1} | |||
bottomLeft: {r: 1, g: 1, b: 1, a: 1} | |||
bottomRight: {r: 1, g: 1, b: 1, a: 1} | |||
m_fontColorGradientPreset: {fileID: 0} | |||
m_spriteAsset: {fileID: 0} | |||
m_tintAllSprites: 0 | |||
m_overrideHtmlColors: 0 | |||
m_faceColor: | |||
serializedVersion: 2 | |||
rgba: 4294967295 | |||
m_outlineColor: | |||
serializedVersion: 2 | |||
rgba: 4278190080 | |||
m_fontSize: 36 | |||
m_fontSizeBase: 36 | |||
m_fontWeight: 400 | |||
m_enableAutoSizing: 0 | |||
m_fontSizeMin: 18 | |||
m_fontSizeMax: 72 | |||
m_fontStyle: 0 | |||
m_textAlignment: 0 | |||
m_isAlignmentEnumConverted: 0 | |||
m_characterSpacing: 0 | |||
m_wordSpacing: 0 | |||
m_lineSpacing: 0 | |||
m_lineSpacingMax: 0 | |||
m_paragraphSpacing: 0 | |||
m_charWidthMaxAdj: 0 | |||
m_enableWordWrapping: 0 | |||
m_wordWrappingRatios: 0.4 | |||
m_overflowMode: 0 | |||
m_firstOverflowCharacterIndex: -1 | |||
m_linkedTextComponent: {fileID: 0} | |||
m_isLinkedTextComponent: 0 | |||
m_isTextTruncated: 0 | |||
m_enableKerning: 0 | |||
m_enableExtraPadding: 0 | |||
checkPaddingRequired: 0 | |||
m_isRichText: 1 | |||
m_parseCtrlCharacters: 1 | |||
m_isOrthographic: 0 | |||
m_isCullingEnabled: 0 | |||
m_ignoreRectMaskCulling: 0 | |||
m_ignoreCulling: 1 | |||
m_horizontalMapping: 0 | |||
m_verticalMapping: 0 | |||
m_uvLineOffset: 0.3 | |||
m_geometrySortingOrder: 0 | |||
m_firstVisibleCharacter: 0 | |||
m_useMaxVisibleDescender: 1 | |||
m_pageToDisplay: 0 | |||
m_margin: {x: 0, y: 0, z: 0, w: 0} | |||
m_textInfo: | |||
textComponent: {fileID: 11400000} | |||
characterCount: 12 | |||
spriteCount: 0 | |||
spaceCount: 1 | |||
wordCount: 2 | |||
linkCount: 0 | |||
lineCount: 1 | |||
pageCount: 1 | |||
materialCount: 1 | |||
m_havePropertiesChanged: 1 | |||
m_isUsingLegacyAnimationComponent: 0 | |||
m_isVolumetricText: 0 | |||
m_spriteAnimator: {fileID: 0} | |||
m_isInputParsingRequired: 1 | |||
m_inputSource: 0 | |||
m_hasFontAssetChanged: 0 | |||
m_renderer: {fileID: 2300000} | |||
m_subTextObjects: | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
m_maskType: 0 | |||
--- !u!222 &22224556 | |||
CanvasRenderer: | |||
m_ObjectHideFlags: 1 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 100100000} | |||
m_GameObject: {fileID: 100000} | |||
--- !u!224 &22478072 | |||
RectTransform: | |||
m_ObjectHideFlags: 1 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 100100000} | |||
m_GameObject: {fileID: 100000} | |||
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} | |||
m_LocalPosition: {x: 0, y: 0, z: 0} | |||
m_LocalScale: {x: 1, y: 1, z: 1} | |||
m_Children: [] | |||
m_Father: {fileID: 0} | |||
m_RootOrder: 0 | |||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} | |||
m_AnchorMin: {x: 0.5, y: 0.5} | |||
m_AnchorMax: {x: 0.5, y: 0.5} | |||
m_AnchoredPosition: {x: 0, y: 4.48} | |||
m_SizeDelta: {x: 19.604034, y: 4.035484} | |||
m_Pivot: {x: 0.5, y: 0.5} | |||
--- !u!1001 &100100000 | |||
Prefab: | |||
m_ObjectHideFlags: 1 | |||
serializedVersion: 2 | |||
m_Modification: | |||
m_TransformParent: {fileID: 0} | |||
m_Modifications: [] | |||
m_RemovedComponents: [] | |||
m_ParentPrefab: {fileID: 0} | |||
m_RootGameObject: {fileID: 100000} | |||
m_IsPrefabParent: 1 |
@ -0,0 +1,6 @@ | |||
fileFormatVersion: 2 | |||
guid: fdad9d952ae84cafb74c63f2e694d042 | |||
NativeFormatImporter: | |||
userData: | |||
assetBundleName: | |||
assetBundleVariant: |
@ -0,0 +1,9 @@ | |||
fileFormatVersion: 2 | |||
guid: d6d3a169ad794942a21da6a552d62f6f | |||
folderAsset: yes | |||
timeCreated: 1436068007 | |||
licenseType: Pro | |||
DefaultImporter: | |||
userData: | |||
assetBundleName: | |||
assetBundleVariant: |
@ -0,0 +1,8 @@ | |||
fileFormatVersion: 2 | |||
guid: 7f422cd1388b01047a58cd07c7a23d9d | |||
folderAsset: yes | |||
DefaultImporter: | |||
externalObjects: {} | |||
userData: | |||
assetBundleName: | |||
assetBundleVariant: |
size 588 |
@ -0,0 +1,8 @@ | |||
fileFormatVersion: 2 | |||
guid: 479a66fa4b094512a62b0a8e553ad95a | |||
timeCreated: 1468189245 | |||
licenseType: Pro | |||
NativeFormatImporter: | |||
userData: | |||
assetBundleName: | |||
assetBundleVariant: |
size 609 |
@ -0,0 +1,8 @@ | |||
fileFormatVersion: 2 | |||
guid: 4c86a3366cd840348ebe8dc438570ee4 | |||
timeCreated: 1468443381 | |||
licenseType: Pro | |||
NativeFormatImporter: | |||
userData: | |||
assetBundleName: | |||
assetBundleVariant: |
size 585 |
@ -0,0 +1,8 @@ | |||
fileFormatVersion: 2 | |||
guid: 5cf8ae092ca54931b443bec5148f3c59 | |||
timeCreated: 1468443381 | |||
licenseType: Pro | |||
NativeFormatImporter: | |||
userData: | |||
assetBundleName: | |||
assetBundleVariant: |
size 544 |
@ -0,0 +1,8 @@ | |||
fileFormatVersion: 2 | |||
guid: 69a525efa7e6472eab268f6ea605f06e | |||
timeCreated: 1468213165 | |||
licenseType: Pro | |||
NativeFormatImporter: | |||
userData: | |||
assetBundleName: | |||
assetBundleVariant: |
@ -0,0 +1,9 @@ | |||
fileFormatVersion: 2 | |||
guid: 4f1e85c79acf49968737939ce8b445c7 | |||
folderAsset: yes | |||
timeCreated: 1436068007 | |||
licenseType: Pro | |||
DefaultImporter: | |||
userData: | |||
assetBundleName: | |||
assetBundleVariant: |
@ -0,0 +1,290 @@ | |||
%YAML 1.1 | |||
%TAG !u! tag:unity3d.com,2011: | |||
--- !u!21 &2100000 | |||
Material: | |||
serializedVersion: 6 | |||
m_ObjectHideFlags: 0 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 0} | |||
m_Name: Anton SDF - Drop Shadow | |||
m_Shader: {fileID: 4800000, guid: fe393ace9b354375a9cb14cdbbc28be4, type: 3} | |||
m_ShaderKeywords: OUTLINE_ON UNDERLAY_ON | |||
m_LightmapFlags: 5 | |||
m_CustomRenderQueue: 3000 | |||
stringTagMap: {} | |||
m_SavedProperties: | |||
serializedVersion: 2 | |||
m_TexEnvs: | |||
data: | |||
first: | |||
name: _MainTex | |||
second: | |||
m_Texture: {fileID: 2853570, guid: 8a89fa14b10d46a99122fd4f73fca9a2, type: 2} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
data: | |||
first: | |||
name: _BumpMap | |||
second: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
data: | |||
first: | |||
name: _FaceTex | |||
second: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
data: | |||
first: | |||
name: _OutlineTex | |||
second: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
data: | |||
first: | |||
name: _Cube | |||
second: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
m_Floats: | |||
data: | |||
first: | |||
name: _Stencil | |||
second: 0 | |||
data: | |||
first: | |||
name: _StencilComp | |||
second: 8 | |||
data: | |||
first: | |||
name: _StencilOp | |||
second: 0 | |||
data: | |||
first: | |||
name: _StencilReadMask | |||
second: 255 | |||
data: | |||
first: | |||
name: _StencilWriteMask | |||
second: 255 | |||
data: | |||
first: | |||
name: _ColorMask | |||
second: 15 | |||
data: | |||
first: | |||
name: _FaceDilate | |||
second: .100000001 | |||
data: | |||
first: | |||
name: _OutlineWidth | |||
second: .100000001 | |||
data: | |||
first: | |||
name: _OutlineSoftness | |||
second: 0 | |||
data: | |||
first: | |||
name: _GlowOffset | |||
second: 0 | |||
data: | |||
first: | |||
name: _GlowInner | |||
second: .0500000007 | |||
data: | |||
first: | |||
name: _GlowOuter | |||
second: .0500000007 | |||
data: | |||
first: | |||
name: _GlowPower | |||
second: .75 | |||
data: | |||
first: | |||
name: _WeightNormal | |||
second: 0 | |||
data: | |||
first: | |||
name: _WeightBold | |||
second: .75 | |||
data: | |||
first: | |||
name: _ShaderFlags | |||
second: 0 | |||
data: | |||
first: | |||
name: _ScaleRatioA | |||
second: .833333313 | |||
data: | |||
first: | |||
name: _ScaleRatioB | |||
second: .677083313 | |||
data: | |||
first: | |||
name: _ScaleRatioC | |||
second: .59375 | |||
data: | |||
first: | |||
name: _TextureWidth | |||
second: 512 | |||
data: | |||
first: | |||
name: _TextureHeight | |||
second: 512 | |||
data: | |||
first: | |||
name: _GradientScale | |||
second: 6 | |||
data: | |||
first: | |||
name: _ScaleX | |||
second: 1 | |||
data: | |||
first: | |||
name: _ScaleY | |||
second: 1 | |||
data: | |||
first: | |||
name: _PerspectiveFilter | |||
second: .875 | |||
data: | |||
first: | |||
name: _VertexOffsetX | |||
second: 0 | |||
data: | |||
first: | |||
name: _VertexOffsetY | |||
second: 0 | |||
data: | |||
first: | |||
name: _FaceUVSpeedX | |||
second: 0 | |||
data: | |||
first: | |||
name: _FaceUVSpeedY | |||
second: 0 | |||
data: | |||
first: | |||
name: _OutlineUVSpeedX | |||
second: 0 | |||
data: | |||
first: | |||
name: _OutlineUVSpeedY | |||
second: 0 | |||
data: | |||
first: | |||
name: _Bevel | |||
second: .5 | |||
data: | |||
first: | |||
name: _BevelOffset | |||
second: 0 | |||
data: | |||
first: | |||
name: _BevelWidth | |||
second: 0 | |||
data: | |||
first: | |||
name: _BevelClamp | |||
second: 0 | |||
data: | |||
first: | |||
name: _BevelRoundness | |||
second: 0 | |||
data: | |||
first: | |||
name: _LightAngle | |||
second: 3.14159989 | |||
data: | |||
first: | |||
name: _SpecularPower | |||
second: 2 | |||
data: | |||
first: | |||
name: _Reflectivity | |||
second: 10 | |||
data: | |||
first: | |||
name: _Diffuse | |||
second: .5 | |||
data: | |||
first: | |||
name: _Ambient | |||
second: .5 | |||
data: | |||
first: | |||
name: _BumpOutline | |||
second: 0 | |||
data: | |||
first: | |||
name: _BumpFace | |||
second: 0 | |||
data: | |||
first: | |||
name: _UnderlayOffsetX | |||
second: .5 | |||
data: | |||
first: | |||
name: _UnderlayOffsetY | |||
second: -.5 | |||
data: | |||
first: | |||
name: _UnderlayDilate | |||
second: 0 | |||
data: | |||
first: | |||
name: _UnderlaySoftness | |||
second: .0500000007 | |||
data: | |||
first: | |||
name: _MaskSoftnessX | |||
second: 0 | |||
data: | |||
first: | |||
name: _MaskSoftnessY | |||
second: 0 | |||
m_Colors: | |||
data: | |||
first: | |||
name: _ClipRect | |||
second: {r: -32767, g: -32767, b: 32767, a: 32767} | |||
data: | |||
first: | |||
name: _FaceColor | |||
second: {r: 1, g: 1, b: 1, a: 1} | |||
data: | |||
first: | |||
name: _OutlineColor | |||
second: {r: 0, g: 0, b: 0, a: 1} | |||
data: | |||
first: | |||
name: _GlowColor | |||
second: {r: 0, g: 1, b: 0, a: .5} | |||
data: | |||
first: | |||
name: _SpecularColor | |||
second: {r: 1, g: 1, b: 1, a: 1} | |||
data: | |||
first: | |||
name: _ReflectFaceColor | |||
second: {r: 0, g: 0, b: 0, a: 1} | |||
data: | |||
first: | |||
name: _ReflectOutlineColor | |||
second: {r: 0, g: 0, b: 0, a: 1} | |||
data: | |||
first: | |||
name: _EnvMatrixRotation | |||
second: {r: 0, g: 0, b: 0, a: 0} | |||
data: | |||
first: | |||
name: _UnderlayColor | |||
second: {r: 0, g: 0, b: 0, a: .5} | |||
data: | |||
first: | |||
name: _MaskCoord | |||
second: {r: 0, g: 0, b: 32767, a: 32767} |
@ -0,0 +1,8 @@ | |||
fileFormatVersion: 2 | |||
guid: 749b9069dc4742c5bfa5c74644049926 | |||
timeCreated: 1484173523 | |||
licenseType: Pro | |||
NativeFormatImporter: | |||
userData: | |||
assetBundleName: | |||
assetBundleVariant: |
@ -0,0 +1,290 @@ | |||
%YAML 1.1 | |||
%TAG !u! tag:unity3d.com,2011: | |||
--- !u!21 &2100000 | |||
Material: | |||
serializedVersion: 6 | |||
m_ObjectHideFlags: 0 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 0} | |||
m_Name: Anton SDF - Outline | |||
m_Shader: {fileID: 4800000, guid: fe393ace9b354375a9cb14cdbbc28be4, type: 3} | |||
m_ShaderKeywords: OUTLINE_ON | |||
m_LightmapFlags: 5 | |||
m_CustomRenderQueue: 3000 | |||
stringTagMap: {} | |||
m_SavedProperties: | |||
serializedVersion: 2 | |||
m_TexEnvs: | |||
data: | |||
first: | |||
name: _MainTex | |||
second: | |||
m_Texture: {fileID: 2853570, guid: 8a89fa14b10d46a99122fd4f73fca9a2, type: 2} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
data: | |||
first: | |||
name: _BumpMap | |||
second: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
data: | |||
first: | |||
name: _FaceTex | |||
second: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
data: | |||
first: | |||
name: _OutlineTex | |||
second: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
data: | |||
first: | |||
name: _Cube | |||
second: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
m_Floats: | |||
data: | |||
first: | |||
name: _Stencil | |||
second: 0 | |||
data: | |||
first: | |||
name: _StencilComp | |||
second: 8 | |||
data: | |||
first: | |||
name: _StencilOp | |||
second: 0 | |||
data: | |||
first: | |||
name: _StencilReadMask | |||
second: 255 | |||
data: | |||
first: | |||
name: _StencilWriteMask | |||
second: 255 | |||
data: | |||
first: | |||
name: _ColorMask | |||
second: 15 | |||
data: | |||
first: | |||
name: _FaceDilate | |||
second: .100000001 | |||
data: | |||
first: | |||
name: _OutlineWidth | |||
second: .100000001 | |||
data: | |||
first: | |||
name: _OutlineSoftness | |||
second: 0 | |||
data: | |||
first: | |||
name: _GlowOffset | |||
second: 0 | |||
data: | |||
first: | |||
name: _GlowInner | |||
second: .0500000007 | |||
data: | |||
first: | |||
name: _GlowOuter | |||
second: .0500000007 | |||
data: | |||
first: | |||
name: _GlowPower | |||
second: .75 | |||
data: | |||
first: | |||
name: _WeightNormal | |||
second: 0 | |||
data: | |||
first: | |||
name: _WeightBold | |||
second: .75 | |||
data: | |||
first: | |||
name: _ShaderFlags | |||
second: 0 | |||
data: | |||
first: | |||
name: _ScaleRatioA | |||
second: .833333313 | |||
data: | |||
first: | |||
name: _ScaleRatioB | |||
second: .677083313 | |||
data: | |||
first: | |||
name: _ScaleRatioC | |||
second: .59375 | |||
data: | |||
first: | |||
name: _TextureWidth | |||
second: 512 | |||
data: | |||
first: | |||
name: _TextureHeight | |||
second: 512 | |||
data: | |||
first: | |||
name: _GradientScale | |||
second: 6 | |||
data: | |||
first: | |||
name: _ScaleX | |||
second: 1 | |||
data: | |||
first: | |||
name: _ScaleY | |||
second: 1 | |||
data: | |||
first: | |||
name: _PerspectiveFilter | |||
second: .875 | |||
data: | |||
first: | |||
name: _VertexOffsetX | |||
second: 0 | |||
data: | |||
first: | |||
name: _VertexOffsetY | |||
second: 0 | |||
data: | |||
first: | |||
name: _FaceUVSpeedX | |||
second: 0 | |||
data: | |||
first: | |||
name: _FaceUVSpeedY | |||
second: 0 | |||
data: | |||
first: | |||
name: _OutlineUVSpeedX | |||
second: 0 | |||
data: | |||
first: | |||
name: _OutlineUVSpeedY | |||
second: 0 | |||
data: | |||
first: | |||
name: _Bevel | |||
second: .5 | |||
data: | |||
first: | |||
name: _BevelOffset | |||
second: 0 | |||
data: | |||
first: | |||
name: _BevelWidth | |||
second: 0 | |||
data: | |||
first: | |||
name: _BevelClamp | |||
second: 0 | |||
data: | |||
first: | |||
name: _BevelRoundness | |||
second: 0 | |||
data: | |||
first: | |||
name: _LightAngle | |||
second: 3.14159989 | |||
data: | |||
first: | |||
name: _SpecularPower | |||
second: 2 | |||
data: | |||
first: | |||
name: _Reflectivity | |||
second: 10 | |||
data: | |||
first: | |||
name: _Diffuse | |||
second: .5 | |||
data: | |||
first: | |||
name: _Ambient | |||
second: .5 | |||
data: | |||
first: | |||
name: _BumpOutline | |||
second: 0 | |||
data: | |||
first: | |||
name: _BumpFace | |||
second: 0 | |||
data: | |||
first: | |||
name: _UnderlayOffsetX | |||
second: 0 | |||
data: | |||
first: | |||
name: _UnderlayOffsetY | |||
second: 0 | |||
data: | |||
first: | |||
name: _UnderlayDilate | |||
second: 0 | |||
data: | |||
first: | |||
name: _UnderlaySoftness | |||
second: 0 | |||
data: | |||
first: | |||
name: _MaskSoftnessX | |||
second: 0 | |||
data: | |||
first: | |||
name: _MaskSoftnessY | |||
second: 0 | |||
m_Colors: | |||
data: | |||
first: | |||
name: _ClipRect | |||
second: {r: -32767, g: -32767, b: 32767, a: 32767} | |||
data: | |||
first: | |||
name: _FaceColor | |||
second: {r: 1, g: 1, b: 1, a: 1} | |||
data: | |||
first: | |||
name: _OutlineColor | |||
second: {r: 0, g: 0, b: 0, a: 1} | |||
data: | |||
first: | |||
name: _GlowColor | |||
second: {r: 0, g: 1, b: 0, a: .5} | |||
data: | |||
first: | |||
name: _SpecularColor | |||
second: {r: 1, g: 1, b: 1, a: 1} | |||
data: | |||
first: | |||
name: _ReflectFaceColor | |||
second: {r: 0, g: 0, b: 0, a: 1} | |||
data: | |||
first: | |||
name: _ReflectOutlineColor | |||
second: {r: 0, g: 0, b: 0, a: 1} | |||
data: | |||
first: | |||
name: _EnvMatrixRotation | |||
second: {r: 0, g: 0, b: 0, a: 0} | |||
data: | |||
first: | |||
name: _UnderlayColor | |||
second: {r: 0, g: 0, b: 0, a: .5} | |||
data: | |||
first: | |||
name: _MaskCoord | |||
second: {r: 0, g: 0, b: 32767, a: 32767} |
@ -0,0 +1,8 @@ | |||
fileFormatVersion: 2 | |||
guid: a00013af81304728b2be1f4309ee2433 | |||
timeCreated: 1484173536 | |||
licenseType: Pro | |||
NativeFormatImporter: | |||
userData: | |||
assetBundleName: | |||
assetBundleVariant: |
@ -0,0 +1,3 @@ | |||
version https://git-lfs.github.com/spec/v1 | |||
oid sha256:fd3e1bf1c7adccb9a600337b56bfacbb93c401fd5384d762c3ae080066f956c2 | |||
size 544692 |
@ -0,0 +1,8 @@ | |||
fileFormatVersion: 2 | |||
guid: 8a89fa14b10d46a99122fd4f73fca9a2 | |||
timeCreated: 1484172732 | |||
licenseType: Pro | |||
NativeFormatImporter: | |||
userData: | |||
assetBundleName: | |||
assetBundleVariant: |
@ -0,0 +1,107 @@ | |||
%YAML 1.1 | |||
%TAG !u! tag:unity3d.com,2011: | |||
--- !u!21 &2100000 | |||
Material: | |||
serializedVersion: 6 | |||
m_ObjectHideFlags: 0 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 0} | |||
m_Name: Bangers SDF - Drop Shadow | |||
m_Shader: {fileID: 4800000, guid: fe393ace9b354375a9cb14cdbbc28be4, type: 3} | |||
m_ShaderKeywords: OUTLINE_ON UNDERLAY_ON | |||
m_LightmapFlags: 5 | |||
m_EnableInstancingVariants: 0 | |||
m_DoubleSidedGI: 0 | |||
m_CustomRenderQueue: -1 | |||
stringTagMap: {} | |||
disabledShaderPasses: [] | |||
m_SavedProperties: | |||
serializedVersion: 3 | |||
m_TexEnvs: | |||
- _BumpMap: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
- _Cube: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
- _FaceTex: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
- _MainTex: | |||
m_Texture: {fileID: 2800000, guid: 125cb55b44b24c4393181402bc6200e6, type: 2} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
- _MaskTex: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
- _OutlineTex: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
m_Floats: | |||
- _Ambient: 0.5 | |||
- _Bevel: 0.5 | |||
- _BevelClamp: 0 | |||
- _BevelOffset: 0 | |||
- _BevelRoundness: 0 | |||
- _BevelWidth: 0 | |||
- _BumpFace: 0 | |||
- _BumpOutline: 0 | |||
- _ColorMask: 15 | |||
- _Diffuse: 0.5 | |||
- _FaceDilate: 0 | |||
- _FaceUVSpeedX: 0 | |||
- _FaceUVSpeedY: 0 | |||
- _GlowInner: 0.05 | |||
- _GlowOffset: 0 | |||
- _GlowOuter: 0.05 | |||
- _GlowPower: 0.75 | |||
- _GradientScale: 11 | |||
- _LightAngle: 3.1416 | |||
- _MaskID: 0 | |||
- _MaskSoftnessX: 0 | |||
- _MaskSoftnessY: 0 | |||
- _OutlineSoftness: 0 | |||
- _OutlineUVSpeedX: 0 | |||
- _OutlineUVSpeedY: 0 | |||
- _OutlineWidth: 0.15 | |||
- _PerspectiveFilter: 0 | |||
- _Reflectivity: 10 | |||
- _ScaleRatioA: 0.90909094 | |||
- _ScaleRatioB: 1 | |||
- _ScaleRatioC: 0.79545456 | |||
- _ScaleX: 1 | |||
- _ScaleY: 1 | |||
- _ShaderFlags: 0 | |||
- _SpecularPower: 2 | |||
- _Stencil: 0 | |||
- _StencilComp: 8 | |||
- _StencilOp: 0 | |||
- _StencilReadMask: 255 | |||
- _StencilWriteMask: 255 | |||
- _TextureHeight: 1024 | |||
- _TextureWidth: 1024 | |||
- _UnderlayDilate: 0 | |||
- _UnderlayOffsetX: 0.289 | |||
- _UnderlayOffsetY: -0.478 | |||
- _UnderlaySoftness: 0.068 | |||
- _VertexOffsetX: 0 | |||
- _VertexOffsetY: 0 | |||
- _WeightBold: 0.75 | |||
- _WeightNormal: 0 | |||
m_Colors: | |||
- _ClipRect: {r: -10000, g: -10000, b: 10000, a: 10000} | |||
- _Color: {r: 1, g: 1, b: 1, a: 1} | |||
- _EnvMatrixRotation: {r: 0, g: 0, b: 0, a: 0} | |||
- _FaceColor: {r: 1, g: 1, b: 1, a: 1} | |||
- _GlowColor: {r: 0, g: 1, b: 0, a: 0.5} | |||
- _MaskCoord: {r: 0, g: 0, b: 100000, a: 100000} | |||
- _OutlineColor: {r: 0, g: 0, b: 0, a: 1} | |||
- _ReflectFaceColor: {r: 0, g: 0, b: 0, a: 1} | |||
- _ReflectOutlineColor: {r: 0, g: 0, b: 0, a: 1} | |||
- _SpecularColor: {r: 1, g: 1, b: 1, a: 1} | |||
- _UnderlayColor: {r: 0, g: 0, b: 0, a: 0.7529412} |
@ -0,0 +1,8 @@ | |||
fileFormatVersion: 2 | |||
guid: f2dcf029949142e28b974630369c8b4e | |||
timeCreated: 1444812175 | |||
licenseType: Store | |||
NativeFormatImporter: | |||
userData: | |||
assetBundleName: | |||
assetBundleVariant: |
@ -0,0 +1,107 @@ | |||
%YAML 1.1 | |||
%TAG !u! tag:unity3d.com,2011: | |||
--- !u!21 &2100000 | |||
Material: | |||
serializedVersion: 6 | |||
m_ObjectHideFlags: 0 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 0} | |||
m_Name: Bangers SDF - Outline | |||
m_Shader: {fileID: 4800000, guid: fe393ace9b354375a9cb14cdbbc28be4, type: 3} | |||
m_ShaderKeywords: OUTLINE_ON | |||
m_LightmapFlags: 5 | |||
m_EnableInstancingVariants: 0 | |||
m_DoubleSidedGI: 0 | |||
m_CustomRenderQueue: -1 | |||
stringTagMap: {} | |||
disabledShaderPasses: [] | |||
m_SavedProperties: | |||
serializedVersion: 3 | |||
m_TexEnvs: | |||
- _BumpMap: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
- _Cube: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
- _FaceTex: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
- _MainTex: | |||
m_Texture: {fileID: 2800000, guid: 125cb55b44b24c4393181402bc6200e6, type: 2} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
- _MaskTex: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
- _OutlineTex: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
m_Floats: | |||
- _Ambient: 0.5 | |||
- _Bevel: 0.5 | |||
- _BevelClamp: 0 | |||
- _BevelOffset: 0 | |||
- _BevelRoundness: 0 | |||
- _BevelWidth: 0 | |||
- _BumpFace: 0 | |||
- _BumpOutline: 0 | |||
- _ColorMask: 15 | |||
- _Diffuse: 0.5 | |||
- _FaceDilate: 0 | |||
- _FaceUVSpeedX: 0 | |||
- _FaceUVSpeedY: 0 | |||
- _GlowInner: 0.05 | |||
- _GlowOffset: 0 | |||
- _GlowOuter: 0.05 | |||
- _GlowPower: 0.75 | |||
- _GradientScale: 11 | |||
- _LightAngle: 3.1416 | |||
- _MaskID: 0 | |||
- _MaskSoftnessX: 0 | |||
- _MaskSoftnessY: 0 | |||
- _OutlineSoftness: 0 | |||
- _OutlineUVSpeedX: 0 | |||
- _OutlineUVSpeedY: 0 | |||
- _OutlineWidth: 0.15 | |||
- _PerspectiveFilter: 0 | |||
- _Reflectivity: 10 | |||
- _ScaleRatioA: 0.90909094 | |||
- _ScaleRatioB: 1 | |||
- _ScaleRatioC: 0.79545456 | |||
- _ScaleX: 1 | |||
- _ScaleY: 1 | |||
- _ShaderFlags: 0 | |||
- _SpecularPower: 2 | |||
- _Stencil: 0 | |||
- _StencilComp: 8 | |||
- _StencilOp: 0 | |||
- _StencilReadMask: 255 | |||
- _StencilWriteMask: 255 | |||
- _TextureHeight: 1024 | |||
- _TextureWidth: 1024 | |||
- _UnderlayDilate: 0 | |||
- _UnderlayOffsetX: 0 | |||
- _UnderlayOffsetY: 0 | |||
- _UnderlaySoftness: 0 | |||
- _VertexOffsetX: 0 | |||
- _VertexOffsetY: 0 | |||
- _WeightBold: 0.75 | |||
- _WeightNormal: 0 | |||
m_Colors: | |||
- _ClipRect: {r: -10000, g: -10000, b: 10000, a: 10000} | |||
- _Color: {r: 1, g: 1, b: 1, a: 1} | |||
- _EnvMatrixRotation: {r: 0, g: 0, b: 0, a: 0} | |||
- _FaceColor: {r: 1, g: 1, b: 1, a: 1} | |||
- _GlowColor: {r: 0, g: 1, b: 0, a: 0.5} | |||
- _MaskCoord: {r: 0, g: 0, b: 100000, a: 100000} | |||
- _OutlineColor: {r: 0, g: 0, b: 0, a: 1} | |||
- _ReflectFaceColor: {r: 0, g: 0, b: 0, a: 1} | |||
- _ReflectOutlineColor: {r: 0, g: 0, b: 0, a: 1} | |||
- _SpecularColor: {r: 1, g: 1, b: 1, a: 1} | |||
- _UnderlayColor: {r: 0, g: 0, b: 0, a: 0.5019608} |
@ -0,0 +1,8 @@ | |||
fileFormatVersion: 2 | |||
guid: f629c6e43dba4bf38cb74d8860150664 | |||
timeCreated: 1455497618 | |||
licenseType: Store | |||
NativeFormatImporter: | |||
userData: | |||
assetBundleName: | |||
assetBundleVariant: |
@ -0,0 +1,110 @@ | |||
%YAML 1.1 | |||
%TAG !u! tag:unity3d.com,2011: | |||
--- !u!21 &2100000 | |||
Material: | |||
serializedVersion: 6 | |||
m_ObjectHideFlags: 0 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 0} | |||
m_Name: Bangers SDF Glow | |||
m_Shader: {fileID: 4800000, guid: 68e6db2ebdc24f95958faec2be5558d6, type: 3} | |||
m_ShaderKeywords: GLOW_ON UNDERLAY_ON | |||
m_LightmapFlags: 5 | |||
m_EnableInstancingVariants: 0 | |||
m_DoubleSidedGI: 0 | |||
m_CustomRenderQueue: -1 | |||
stringTagMap: {} | |||
disabledShaderPasses: [] | |||
m_SavedProperties: | |||
serializedVersion: 3 | |||
m_TexEnvs: | |||
- _BumpMap: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
- _Cube: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
- _FaceTex: | |||
m_Texture: {fileID: 2800000, guid: 2ce5c55e85304b819a1826ecbc839aa5, type: 3} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
- _MainTex: | |||
m_Texture: {fileID: 2800000, guid: 125cb55b44b24c4393181402bc6200e6, type: 2} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
- _MaskTex: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
- _OutlineTex: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
m_Floats: | |||
- _Ambient: 0.5 | |||
- _Bevel: 0.5 | |||
- _BevelClamp: 0 | |||
- _BevelOffset: 0 | |||
- _BevelRoundness: 0 | |||
- _BevelWidth: 0 | |||
- _BumpFace: 0 | |||
- _BumpOutline: 0 | |||
- _ColorMask: 15 | |||
- _Diffuse: 0.5 | |||
- _FaceDilate: 0.1 | |||
- _FaceShininess: 0 | |||
- _FaceUVSpeedX: 0 | |||
- _FaceUVSpeedY: 0 | |||
- _GlowInner: 0.148 | |||
- _GlowOffset: 0.433 | |||
- _GlowOuter: 0.158 | |||
- _GlowPower: 0.908 | |||
- _GradientScale: 11 | |||
- _LightAngle: 3.1416 | |||
- _MaskID: 0 | |||
- _MaskSoftnessX: 0 | |||
- _MaskSoftnessY: 0 | |||
- _OutlineShininess: 0 | |||
- _OutlineSoftness: 0 | |||
- _OutlineUVSpeedX: 0 | |||
- _OutlineUVSpeedY: 0 | |||
- _OutlineWidth: 0.21 | |||
- _PerspectiveFilter: 0 | |||
- _Reflectivity: 10 | |||
- _ScaleRatioA: 0.90909094 | |||
- _ScaleRatioB: 0.70454544 | |||
- _ScaleRatioC: 0.70454544 | |||
- _ScaleX: 1 | |||
- _ScaleY: 1 | |||
- _ShaderFlags: 0 | |||
- _SpecularPower: 2 | |||
- _Stencil: 0 | |||
- _StencilComp: 8 | |||
- _StencilOp: 0 | |||
- _StencilReadMask: 255 | |||
- _StencilWriteMask: 255 | |||
- _TextureHeight: 1024 | |||
- _TextureWidth: 1024 | |||
- _UnderlayDilate: 0 | |||
- _UnderlayOffsetX: 0.869 | |||
- _UnderlayOffsetY: -1 | |||
- _UnderlaySoftness: 0 | |||
- _UseClipRect: 0 | |||
- _VertexOffsetX: 0 | |||
- _VertexOffsetY: 0 | |||
- _WeightBold: 0.75 | |||
- _WeightNormal: 0 | |||
m_Colors: | |||
- _ClipRect: {r: -10000, g: -10000, b: 10000, a: 10000} | |||
- _EnvMatrixRotation: {r: 0, g: 0, b: 0, a: 0} | |||
- _FaceColor: {r: 1, g: 1, b: 1, a: 1} | |||
- _GlowColor: {r: 0, g: 1, b: 0, a: 1} | |||
- _MaskCoord: {r: 0, g: 0, b: 100000, a: 100000} | |||
- _OutlineColor: {r: 0, g: 0.25517216, b: 1, a: 1} | |||
- _ReflectFaceColor: {r: 0, g: 0, b: 0, a: 1} | |||
- _ReflectOutlineColor: {r: 0, g: 0, b: 0, a: 1} | |||
- _SpecColor: {r: 0, g: 0, b: 0, a: 1} | |||
- _SpecularColor: {r: 1, g: 1, b: 1, a: 1} | |||
- _UnderlayColor: {r: 1, g: 0, b: 0, a: 0.5} |
@ -0,0 +1,8 @@ | |||
fileFormatVersion: 2 | |||
guid: d75b8f41e959450c84ac6e967084d3e1 | |||
timeCreated: 1426033972 | |||
licenseType: Store | |||
NativeFormatImporter: | |||
userData: | |||
assetBundleName: | |||
assetBundleVariant: |
@ -0,0 +1,98 @@ | |||
%YAML 1.1 | |||
%TAG !u! tag:unity3d.com,2011: | |||
--- !u!21 &2100000 | |||
Material: | |||
serializedVersion: 6 | |||
m_ObjectHideFlags: 0 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 0} | |||
m_Name: Bangers SDF Logo | |||
m_Shader: {fileID: 4800000, guid: f7ada0af4f174f0694ca6a487b8f543d, type: 3} | |||
m_ShaderKeywords: GLOW_ON | |||
m_LightmapFlags: 5 | |||
m_EnableInstancingVariants: 0 | |||
m_DoubleSidedGI: 0 | |||
m_CustomRenderQueue: -1 | |||
stringTagMap: {} | |||
disabledShaderPasses: [] | |||
m_SavedProperties: | |||
serializedVersion: 3 | |||
m_TexEnvs: | |||
- _BumpMap: | |||
m_Texture: {fileID: 2800000, guid: 8b8c8a10edf94ddc8cc4cc4fcd5696a9, type: 3} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
- _Cube: | |||
m_Texture: {fileID: 8900000, guid: f8caea216d5e7af42872b30cd96a235f, type: 3} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
- _FaceTex: | |||
m_Texture: {fileID: 2800000, guid: 283f897e4925411ebbaa758b4cb13fc2, type: 3} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
- _MainTex: | |||
m_Texture: {fileID: 2800000, guid: 125cb55b44b24c4393181402bc6200e6, type: 2} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
- _OutlineTex: | |||
m_Texture: {fileID: 2800000, guid: 1cdc5b506b1a4a33a53c30669ced1f51, type: 3} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
m_Floats: | |||
- _Ambient: 0.5 | |||
- _Bevel: 0.461 | |||
- _BevelClamp: 0 | |||
- _BevelOffset: -0.09 | |||
- _BevelRoundness: 0.615 | |||
- _BevelWidth: 0.001 | |||
- _BumpFace: 0 | |||
- _BumpOutline: 0 | |||
- _Diffuse: 0.5 | |||
- _FaceDilate: 0.2 | |||
- _FaceShininess: 1 | |||
- _FaceUVSpeedX: 0 | |||
- _FaceUVSpeedY: 0 | |||
- _GlowInner: 0.076 | |||
- _GlowOffset: 0.354 | |||
- _GlowOuter: 0.336 | |||
- _GlowPower: 0.75 | |||
- _GradientScale: 11 | |||
- _LightAngle: 3.142 | |||
- _MaskID: 0 | |||
- _MaskSoftnessX: 0 | |||
- _MaskSoftnessY: 0 | |||
- _OutlineShininess: 1 | |||
- _OutlineSoftness: 0 | |||
- _OutlineUVSpeedX: 0 | |||
- _OutlineUVSpeedY: 0 | |||
- _OutlineWidth: 0.4 | |||
- _PerspectiveFilter: 0.875 | |||
- _Reflectivity: 10 | |||
- _ScaleRatioA: 0.90909094 | |||
- _ScaleRatioB: 0.6136364 | |||
- _ScaleRatioC: 0.90909094 | |||
- _ScaleX: 1 | |||
- _ScaleY: 1 | |||
- _ShaderFlags: 0 | |||
- _SpecularPower: 2 | |||
- _TextureHeight: 1024 | |||
- _TextureWidth: 1024 | |||
- _UnderlayDilate: 0 | |||
- _UnderlayOffsetX: 0 | |||
- _UnderlayOffsetY: 0 | |||
- _UnderlaySoftness: 0 | |||
- _VertexOffsetX: 0 | |||
- _VertexOffsetY: 0 | |||
- _WeightBold: 0.75 | |||
- _WeightNormal: 0 | |||
m_Colors: | |||
- _EnvMatrixRotation: {r: 0, g: 0, b: 0, a: 0} | |||
- _FaceColor: {r: 1, g: 1, b: 1, a: 1} | |||
- _GlowColor: {r: 1, g: 0.6344826, b: 0, a: 0.5019608} | |||
- _MaskCoord: {r: 0, g: 0, b: 0, a: 0} | |||
- _OutlineColor: {r: 1, g: 1, b: 1, a: 1} | |||
- _ReflectFaceColor: {r: 0, g: 0, b: 0, a: 1} | |||
- _ReflectOutlineColor: {r: 0, g: 0, b: 0, a: 1} | |||
- _SpecColor: {r: 1, g: 1, b: 1, a: 1} | |||
- _SpecularColor: {r: 1, g: 1, b: 1, a: 1} | |||
- _UnderlayColor: {r: 0, g: 0, b: 0, a: 0.5} |
@ -0,0 +1,6 @@ | |||
fileFormatVersion: 2 | |||
guid: f4e195ac1e204eff960149d1cb34e18c | |||
NativeFormatImporter: | |||
userData: | |||
assetBundleName: | |||
assetBundleVariant: |
@ -0,0 +1,3 @@ | |||
version https://git-lfs.github.com/spec/v1 | |||
oid sha256:ba5d0b7058762ac0919904ca1f6d901d46ace9162ef48190fc48d0b04e0cd926 | |||
size 2117628 |
@ -0,0 +1,6 @@ | |||
fileFormatVersion: 2 | |||
guid: 125cb55b44b24c4393181402bc6200e6 | |||
NativeFormatImporter: | |||
userData: | |||
assetBundleName: | |||
assetBundleVariant: |
@ -0,0 +1,3 @@ | |||
version https://git-lfs.github.com/spec/v1 | |||
oid sha256:80a6f01e8eb49eae471e1ce3e4db44e3a2a8921db268a407d028ad37291807fb | |||
size 2120567 |
@ -0,0 +1,8 @@ | |||
fileFormatVersion: 2 | |||
guid: dc36b3fdc14f47ebb36fd484a67e268a | |||
timeCreated: 1487729771 | |||
licenseType: Pro | |||
NativeFormatImporter: | |||
userData: | |||
assetBundleName: | |||
assetBundleVariant: |
@ -0,0 +1,101 @@ | |||
%YAML 1.1 | |||
%TAG !u! tag:unity3d.com,2011: | |||
--- !u!21 &2100000 | |||
Material: | |||
serializedVersion: 6 | |||
m_ObjectHideFlags: 0 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 0} | |||
m_Name: LiberationSans SDF - Metalic Green | |||
m_Shader: {fileID: 4800000, guid: 68e6db2ebdc24f95958faec2be5558d6, type: 3} | |||
m_ShaderKeywords: BEVEL_ON GLOW_ON OUTLINE_ON UNDERLAY_ON | |||
m_LightmapFlags: 5 | |||
m_EnableInstancingVariants: 0 | |||
m_DoubleSidedGI: 0 | |||
m_CustomRenderQueue: 3000 | |||
stringTagMap: {} | |||
disabledShaderPasses: [] | |||
m_SavedProperties: | |||
serializedVersion: 3 | |||
m_TexEnvs: | |||
- _BumpMap: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
- _Cube: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
- _FaceTex: | |||
m_Texture: {fileID: 2800000, guid: 283f897e4925411ebbaa758b4cb13fc2, type: 3} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
- _MainTex: | |||
m_Texture: {fileID: 2846298, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
- _OutlineTex: | |||
m_Texture: {fileID: 2800000, guid: f88677df267a41d6be1e7a6133e7d227, type: 3} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
m_Floats: | |||
- _Ambient: 0 | |||
- _Bevel: 1 | |||
- _BevelClamp: 0.617 | |||
- _BevelOffset: -0.01 | |||
- _BevelRoundness: 1 | |||
- _BevelWidth: 0.071 | |||
- _BumpFace: 0 | |||
- _BumpOutline: 0 | |||
- _ColorMask: 15 | |||
- _Diffuse: 0 | |||
- _FaceDilate: 0.15 | |||
- _FaceUVSpeedX: 0 | |||
- _FaceUVSpeedY: 0 | |||
- _GlowInner: 0.136 | |||
- _GlowOffset: 0.427 | |||
- _GlowOuter: 0.062 | |||
- _GlowPower: 0.941 | |||
- _GradientScale: 10 | |||
- _LightAngle: 3.1416 | |||
- _MaskSoftnessX: 0 | |||
- _MaskSoftnessY: 0 | |||
- _OutlineSoftness: 0 | |||
- _OutlineUVSpeedX: 0 | |||
- _OutlineUVSpeedY: 0 | |||
- _OutlineWidth: 0.219 | |||
- _PerspectiveFilter: 0 | |||
- _Reflectivity: 12.76 | |||
- _ScaleRatioA: 0.9 | |||
- _ScaleRatioB: 0.6525 | |||
- _ScaleRatioC: 0.6525 | |||
- _ScaleX: 1 | |||
- _ScaleY: 1 | |||
- _ShaderFlags: 0 | |||
- _SpecularPower: 1 | |||
- _Stencil: 0 | |||
- _StencilComp: 8 | |||
- _StencilOp: 0 | |||
- _StencilReadMask: 255 | |||
- _StencilWriteMask: 255 | |||
- _TextureHeight: 1024 | |||
- _TextureWidth: 1024 | |||
- _UnderlayDilate: 0 | |||
- _UnderlayOffsetX: 0.5 | |||
- _UnderlayOffsetY: -0.5 | |||
- _UnderlaySoftness: 0.2 | |||
- _VertexOffsetX: 0 | |||
- _VertexOffsetY: 0 | |||
- _WeightBold: 0.75 | |||
- _WeightNormal: 0 | |||
m_Colors: | |||
- _ClipRect: {r: -10000, g: -10000, b: 10000, a: 10000} | |||
- _EnvMatrixRotation: {r: 0, g: 0, b: 0, a: 0} | |||
- _FaceColor: {r: 0, g: 0.75735635, b: 0, a: 1} | |||
- _GlowColor: {r: 0, g: 1, b: 0, a: 0.5} | |||
- _MaskCoord: {r: 0, g: 0, b: 100000, a: 100000} | |||
- _OutlineColor: {r: 1, g: 1, b: 1, a: 1} | |||
- _ReflectFaceColor: {r: 0, g: 0, b: 0, a: 1} | |||
- _ReflectOutlineColor: {r: 0, g: 0, b: 0, a: 1} | |||
- _SpecularColor: {r: 0.7689687, g: 1, b: 0.75000346, a: 1} | |||
- _UnderlayColor: {r: 0, g: 0, b: 0, a: 0.5} |
@ -0,0 +1,8 @@ | |||
fileFormatVersion: 2 | |||
guid: 8b29aaa3eec7468097ff07adfcf29ac9 | |||
timeCreated: 1484213182 | |||
licenseType: Pro | |||
NativeFormatImporter: | |||
userData: | |||
assetBundleName: | |||
assetBundleVariant: |
@ -0,0 +1,59 @@ | |||
%YAML 1.1 | |||
%TAG !u! tag:unity3d.com,2011: | |||
--- !u!21 &2100000 | |||
Material: | |||
serializedVersion: 6 | |||
m_ObjectHideFlags: 0 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 0} | |||
m_Name: LiberationSans SDF - Overlay | |||
m_Shader: {fileID: 4800000, guid: a02a7d8c237544f1962732b55a9aebf1, type: 3} | |||
m_ShaderKeywords: | |||
m_LightmapFlags: 5 | |||
m_EnableInstancingVariants: 0 | |||
m_DoubleSidedGI: 0 | |||
m_CustomRenderQueue: 4000 | |||
stringTagMap: {} | |||
disabledShaderPasses: [] | |||
m_SavedProperties: | |||
serializedVersion: 3 | |||
m_TexEnvs: | |||
- _MainTex: | |||
m_Texture: {fileID: 2846298, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
m_Floats: | |||
- _ColorMask: 15 | |||
- _FaceDilate: 0 | |||
- _GradientScale: 10 | |||
- _MaskSoftnessX: 0 | |||
- _MaskSoftnessY: 0 | |||
- _OutlineSoftness: 0 | |||
- _OutlineWidth: 0 | |||
- _PerspectiveFilter: 0.875 | |||
- _ScaleRatioA: 0.9 | |||
- _ScaleRatioB: 1 | |||
- _ScaleRatioC: 0.7875 | |||
- _ScaleX: 1 | |||
- _ScaleY: 1 | |||
- _ShaderFlags: 0 | |||
- _Stencil: 0 | |||
- _StencilComp: 8 | |||
- _StencilOp: 0 | |||
- _StencilReadMask: 255 | |||
- _StencilWriteMask: 255 | |||
- _TextureHeight: 1024 | |||
- _TextureWidth: 1024 | |||
- _UnderlayDilate: 0 | |||
- _UnderlayOffsetX: 0 | |||
- _UnderlayOffsetY: 0 | |||
- _UnderlaySoftness: 0 | |||
- _VertexOffsetX: 0 | |||
- _VertexOffsetY: 0 | |||
- _WeightBold: 0.75 | |||
- _WeightNormal: 0 | |||
m_Colors: | |||
- _ClipRect: {r: -32767, g: -32767, b: 32767, a: 32767} | |||
- _FaceColor: {r: 1, g: 1, b: 1, a: 1} | |||
- _OutlineColor: {r: 0, g: 0, b: 0, a: 1} | |||
- _UnderlayColor: {r: 0, g: 0, b: 0, a: 0.5} |
@ -0,0 +1,8 @@ | |||
fileFormatVersion: 2 | |||
guid: 9ad269c99dcf42b7aedefd83dd5a7b9d | |||
timeCreated: 1484174016 | |||
licenseType: Pro | |||
NativeFormatImporter: | |||
userData: | |||
assetBundleName: | |||
assetBundleVariant: |
@ -0,0 +1,109 @@ | |||
%YAML 1.1 | |||
%TAG !u! tag:unity3d.com,2011: | |||
--- !u!21 &2100000 | |||
Material: | |||
serializedVersion: 6 | |||
m_ObjectHideFlags: 0 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 0} | |||
m_Name: LiberationSans SDF - Soft Mask | |||
m_Shader: {fileID: 4800000, guid: bc1ede39bf3643ee8e493720e4259791, type: 3} | |||
m_ShaderKeywords: | |||
m_LightmapFlags: 5 | |||
m_EnableInstancingVariants: 0 | |||
m_DoubleSidedGI: 0 | |||
m_CustomRenderQueue: 3000 | |||
stringTagMap: {} | |||
disabledShaderPasses: [] | |||
m_SavedProperties: | |||
serializedVersion: 3 | |||
m_TexEnvs: | |||
- _BumpMap: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
- _Cube: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
- _FaceTex: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
- _MainTex: | |||
m_Texture: {fileID: 2846298, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
- _MaskTex: | |||
m_Texture: {fileID: 2800000, guid: 10c49fcd9c64421db7c0133e61e55f97, type: 3} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
- _OutlineTex: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
m_Floats: | |||
- _Ambient: 0.5 | |||
- _Bevel: 0.5 | |||
- _BevelClamp: 0 | |||
- _BevelOffset: 0 | |||
- _BevelRoundness: 0 | |||
- _BevelWidth: 0 | |||
- _BumpFace: 0 | |||
- _BumpOutline: 0 | |||
- _ColorMask: 15 | |||
- _Diffuse: 0.5 | |||
- _FaceDilate: 0 | |||
- _FaceUVSpeedX: 0 | |||
- _FaceUVSpeedY: 0 | |||
- _GlowInner: 0.05 | |||
- _GlowOffset: 0 | |||
- _GlowOuter: 0.05 | |||
- _GlowPower: 0.75 | |||
- _GradientScale: 10 | |||
- _LightAngle: 3.1416 | |||
- _MaskEdgeSoftness: 0.155 | |||
- _MaskInverse: 1 | |||
- _MaskSoftnessX: 0 | |||
- _MaskSoftnessY: 0 | |||
- _MaskWipeControl: 0.371 | |||
- _OutlineSoftness: 0 | |||
- _OutlineUVSpeedX: 0 | |||
- _OutlineUVSpeedY: 0 | |||
- _OutlineWidth: 0 | |||
- _PerspectiveFilter: 0.875 | |||
- _Reflectivity: 10 | |||
- _ScaleRatioA: 0.9 | |||
- _ScaleRatioB: 0.73125 | |||
- _ScaleRatioC: 0.73125 | |||
- _ScaleX: 1 | |||
- _ScaleY: 1 | |||
- _ShaderFlags: 0 | |||
- _SpecularPower: 2 | |||
- _Stencil: 0 | |||
- _StencilComp: 8 | |||
- _StencilOp: 0 | |||
- _StencilReadMask: 255 | |||
- _StencilWriteMask: 255 | |||
- _TextureHeight: 1024 | |||
- _TextureWidth: 1024 | |||
- _UnderlayDilate: 0 | |||
- _UnderlayOffsetX: 0 | |||
- _UnderlayOffsetY: 0 | |||
- _UnderlaySoftness: 0 | |||
- _VertexOffsetX: 0 | |||
- _VertexOffsetY: 0 | |||
- _WeightBold: 0.75 | |||
- _WeightNormal: 0 | |||
m_Colors: | |||
- _ClipRect: {r: -32767, g: -32767, b: 32767, a: 32767} | |||
- _EnvMatrixRotation: {r: 0, g: 0, b: 0, a: 0} | |||
- _FaceColor: {r: 1, g: 1, b: 1, a: 1} | |||
- _GlowColor: {r: 0, g: 1, b: 0, a: 0.5} | |||
- _MaskCoord: {r: 0, g: 0, b: 32767, a: 32767} | |||
- _MaskEdgeColor: {r: 0.18382353, g: 0.39208913, b: 1, a: 1} | |||
- _OutlineColor: {r: 0, g: 0, b: 0, a: 1} | |||
- _ReflectFaceColor: {r: 0, g: 0, b: 0, a: 1} | |||
- _ReflectOutlineColor: {r: 0, g: 0, b: 0, a: 1} | |||
- _SpecularColor: {r: 1, g: 1, b: 1, a: 1} | |||
- _UnderlayColor: {r: 0, g: 0, b: 0, a: 0.5} |
@ -0,0 +1,8 @@ | |||
fileFormatVersion: 2 | |||
guid: 42df1c7856584b6b8db9a509b6b10074 | |||
timeCreated: 1484173785 | |||
licenseType: Pro | |||
NativeFormatImporter: | |||
userData: | |||
assetBundleName: | |||
assetBundleVariant: |
@ -0,0 +1,3 @@ | |||
version https://git-lfs.github.com/spec/v1 | |||
oid sha256:3607d7452fb26a671a9361a69357375d86a21686eaad58bea9f29965f68227a6 | |||
size 544621 |
@ -0,0 +1,8 @@ | |||
fileFormatVersion: 2 | |||
guid: 0161d805a3764c089bef00bfe00793f5 | |||
timeCreated: 1484171878 | |||
licenseType: Pro | |||
NativeFormatImporter: | |||
userData: | |||
assetBundleName: | |||
assetBundleVariant: |
@ -0,0 +1,290 @@ | |||
%YAML 1.1 | |||
%TAG !u! tag:unity3d.com,2011: | |||
--- !u!21 &2100000 | |||
Material: | |||
serializedVersion: 6 | |||
m_ObjectHideFlags: 0 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 0} | |||
m_Name: Roboto-Bold SDF - Drop Shadow | |||
m_Shader: {fileID: 4800000, guid: fe393ace9b354375a9cb14cdbbc28be4, type: 3} | |||
m_ShaderKeywords: OUTLINE_ON UNDERLAY_ON | |||
m_LightmapFlags: 5 | |||
m_CustomRenderQueue: 3000 | |||
stringTagMap: {} | |||
m_SavedProperties: | |||
serializedVersion: 2 | |||
m_TexEnvs: | |||
data: | |||
first: | |||
name: _MainTex | |||
second: | |||
m_Texture: {fileID: 2883032, guid: 5302535af1044152a457ed104f1f4b91, type: 2} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
data: | |||
first: | |||
name: _BumpMap | |||
second: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
data: | |||
first: | |||
name: _FaceTex | |||
second: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
data: | |||
first: | |||
name: _OutlineTex | |||
second: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
data: | |||
first: | |||
name: _Cube | |||
second: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
m_Floats: | |||
data: | |||
first: | |||
name: _FaceDilate | |||
second: .100000001 | |||
data: | |||
first: | |||
name: _UnderlayOffsetX | |||
second: .5 | |||
data: | |||
first: | |||
name: _UnderlayOffsetY | |||
second: -.5 | |||
data: | |||
first: | |||
name: _UnderlayDilate | |||
second: 0 | |||
data: | |||
first: | |||
name: _UnderlaySoftness | |||
second: .100000001 | |||
data: | |||
first: | |||
name: _WeightNormal | |||
second: 0 | |||
data: | |||
first: | |||
name: _WeightBold | |||
second: .75 | |||
data: | |||
first: | |||
name: _OutlineWidth | |||
second: .100000001 | |||
data: | |||
first: | |||
name: _OutlineSoftness | |||
second: 0 | |||
data: | |||
first: | |||
name: _GradientScale | |||
second: 10 | |||
data: | |||
first: | |||
name: _ScaleX | |||
second: 1 | |||
data: | |||
first: | |||
name: _ScaleY | |||
second: 1 | |||
data: | |||
first: | |||
name: _PerspectiveFilter | |||
second: .875 | |||
data: | |||
first: | |||
name: _TextureWidth | |||
second: 1024 | |||
data: | |||
first: | |||
name: _TextureHeight | |||
second: 1024 | |||
data: | |||
first: | |||
name: _Bevel | |||
second: .5 | |||
data: | |||
first: | |||
name: _LightAngle | |||
second: 3.14159989 | |||
data: | |||
first: | |||
name: _GlowOffset | |||
second: 0 | |||
data: | |||
first: | |||
name: _GlowPower | |||
second: .75 | |||
data: | |||
first: | |||
name: _GlowOuter | |||
second: .0500000007 | |||
data: | |||
first: | |||
name: _MaskSoftnessX | |||
second: 0 | |||
data: | |||
first: | |||
name: _MaskSoftnessY | |||
second: 0 | |||
data: | |||
first: | |||
name: _VertexOffsetX | |||
second: 0 | |||
data: | |||
first: | |||
name: _VertexOffsetY | |||
second: 0 | |||
data: | |||
first: | |||
name: _Stencil | |||
second: 0 | |||
data: | |||
first: | |||
name: _StencilOp | |||
second: 0 | |||
data: | |||
first: | |||
name: _StencilComp | |||
second: 8 | |||
data: | |||
first: | |||
name: _StencilReadMask | |||
second: 255 | |||
data: | |||
first: | |||
name: _StencilWriteMask | |||
second: 255 | |||
data: | |||
first: | |||
name: _ShaderFlags | |||
second: 0 | |||
data: | |||
first: | |||
name: _ScaleRatioA | |||
second: .899999976 | |||
data: | |||
first: | |||
name: _ScaleRatioB | |||
second: .731249988 | |||
data: | |||
first: | |||
name: _ScaleRatioC | |||
second: .641250014 | |||
data: | |||
first: | |||
name: _ColorMask | |||
second: 15 | |||
data: | |||
first: | |||
name: _FaceUVSpeedX | |||
second: 0 | |||
data: | |||
first: | |||
name: _FaceUVSpeedY | |||
second: 0 | |||
data: | |||
first: | |||
name: _OutlineUVSpeedX | |||
second: 0 | |||
data: | |||
first: | |||
name: _OutlineUVSpeedY | |||
second: 0 | |||
data: | |||
first: | |||
name: _BevelOffset | |||
second: 0 | |||
data: | |||
first: | |||
name: _BevelWidth | |||
second: 0 | |||
data: | |||
first: | |||
name: _BevelClamp | |||
second: 0 | |||
data: | |||
first: | |||
name: _BevelRoundness | |||
second: 0 | |||
data: | |||
first: | |||
name: _SpecularPower | |||
second: 2 | |||
data: | |||
first: | |||
name: _Reflectivity | |||
second: 10 | |||
data: | |||
first: | |||
name: _Diffuse | |||
second: .5 | |||
data: | |||
first: | |||
name: _Ambient | |||
second: .5 | |||
data: | |||
first: | |||
name: _BumpOutline | |||
second: 0 | |||
data: | |||
first: | |||
name: _BumpFace | |||
second: 0 | |||
data: | |||
first: | |||
name: _GlowInner | |||
second: .0500000007 | |||
m_Colors: | |||
data: | |||
first: | |||
name: _ClipRect | |||
second: {r: -32767, g: -32767, b: 32767, a: 32767} | |||
data: | |||
first: | |||
name: _FaceColor | |||
second: {r: 1, g: 1, b: 1, a: 1} | |||
data: | |||
first: | |||
name: _UnderlayColor | |||
second: {r: 0, g: 0, b: 0, a: .5} | |||
data: | |||
first: | |||
name: _OutlineColor | |||
second: {r: 0, g: 0, b: 0, a: 1} | |||
data: | |||
first: | |||
name: _EnvMatrixRotation | |||
second: {r: 0, g: 0, b: 0, a: 0} | |||
data: | |||
first: | |||
name: _GlowColor | |||
second: {r: 0, g: 1, b: 0, a: .5} | |||
data: | |||
first: | |||
name: _MaskCoord | |||
second: {r: 0, g: 0, b: 32767, a: 32767} | |||
data: | |||
first: | |||
name: _SpecularColor | |||
second: {r: 1, g: 1, b: 1, a: 1} | |||
data: | |||
first: | |||
name: _ReflectFaceColor | |||
second: {r: 0, g: 0, b: 0, a: 1} | |||
data: | |||
first: | |||
name: _ReflectOutlineColor | |||
second: {r: 0, g: 0, b: 0, a: 1} |
@ -0,0 +1,8 @@ | |||
fileFormatVersion: 2 | |||
guid: b246c4190f4e46ec9352fe15a7b09ce0 | |||
timeCreated: 1487723245 | |||
licenseType: Pro | |||
NativeFormatImporter: | |||
userData: | |||
assetBundleName: | |||
assetBundleVariant: |
@ -0,0 +1,302 @@ | |||
%YAML 1.1 | |||
%TAG !u! tag:unity3d.com,2011: | |||
--- !u!21 &2100000 | |||
Material: | |||
serializedVersion: 6 | |||
m_ObjectHideFlags: 0 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 0} | |||
m_Name: Roboto-Bold SDF - Surface | |||
m_Shader: {fileID: 4800000, guid: 85187c2149c549c5b33f0cdb02836b17, type: 3} | |||
m_ShaderKeywords: UNDERLAY_ON | |||
m_LightmapFlags: 5 | |||
m_CustomRenderQueue: 3000 | |||
stringTagMap: {} | |||
m_SavedProperties: | |||
serializedVersion: 2 | |||
m_TexEnvs: | |||
data: | |||
first: | |||
name: _MainTex | |||
second: | |||
m_Texture: {fileID: 2883032, guid: 5302535af1044152a457ed104f1f4b91, type: 2} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
data: | |||
first: | |||
name: _BumpMap | |||
second: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
data: | |||
first: | |||
name: _FaceTex | |||
second: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
data: | |||
first: | |||
name: _OutlineTex | |||
second: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
data: | |||
first: | |||
name: _Cube | |||
second: | |||
m_Texture: {fileID: 0} | |||
m_Scale: {x: 1, y: 1} | |||
m_Offset: {x: 0, y: 0} | |||
m_Floats: | |||
data: | |||
first: | |||
name: _FaceDilate | |||
second: .100000001 | |||
data: | |||
first: | |||
name: _FaceShininess | |||
second: .800000012 | |||
data: | |||
first: | |||
name: _UnderlayOffsetX | |||
second: .5 | |||
data: | |||
first: | |||
name: _UnderlayOffsetY | |||
second: -.5 | |||
data: | |||
first: | |||
name: _UnderlayDilate | |||
second: 0 | |||
data: | |||
first: | |||
name: _UnderlaySoftness | |||
second: .100000001 | |||
data: | |||
first: | |||
name: _WeightNormal | |||
second: 0 | |||
data: | |||
first: | |||
name: _WeightBold | |||
second: .75 | |||
data: | |||
first: | |||
name: _OutlineWidth | |||
second: .100000001 | |||
data: | |||
first: | |||
name: _OutlineSoftness | |||
second: .0170000009 | |||
data: | |||
first: | |||
name: _GradientScale | |||
second: 10 | |||
data: | |||
first: | |||
name: _ScaleX | |||
second: 1 | |||
data: | |||
first: | |||
name: _ScaleY | |||
second: 1 | |||
data: | |||
first: | |||
name: _PerspectiveFilter | |||
second: .875 | |||
data: | |||
first: | |||
name: _TextureWidth | |||
second: 1024 | |||
data: | |||
first: | |||
name: _TextureHeight | |||
second: 1024 | |||
data: | |||
first: | |||
name: _Bevel | |||
second: .5 | |||
data: | |||
first: | |||
name: _LightAngle | |||
second: 3.14159989 | |||
data: | |||
first: | |||
name: _GlowOffset | |||
second: .189999998 | |||
data: | |||
first: | |||
name: _GlowPower | |||
second: .75 | |||
data: | |||
first: | |||
name: _GlowOuter | |||
second: .904999971 | |||
data: | |||
first: | |||
name: _MaskSoftnessX | |||
second: 0 | |||
data: | |||
first: | |||
name: _MaskSoftnessY | |||
second: 0 | |||
data: | |||
first: | |||
name: _VertexOffsetX | |||
second: 0 | |||
data: | |||
first: | |||
name: _VertexOffsetY | |||
second: 0 | |||
data: | |||
first: | |||
name: _Stencil | |||
second: 0 | |||
data: | |||
first: | |||
name: _StencilOp | |||
second: 0 | |||
data: | |||
first: | |||
name: _StencilComp | |||
second: 8 | |||
data: | |||
first: | |||
name: _StencilReadMask | |||
second: 255 | |||
data: | |||
first: | |||
name: _StencilWriteMask | |||
second: 255 | |||
data: | |||
first: | |||
name: _ShaderFlags | |||
second: 0 | |||
data: | |||
first: | |||
name: _ScaleRatioA | |||
second: .899999976 | |||
data: | |||
first: | |||
name: _ScaleRatioB | |||
second: .58561641 | |||
data: | |||
first: | |||
name: _ScaleRatioC | |||
second: .830769241 | |||
data: | |||
first: | |||
name: _ColorMask | |||
second: 15 | |||
data: | |||
first: | |||
name: _FaceUVSpeedX | |||
second: 0 | |||
data: | |||
first: | |||
name: _FaceUVSpeedY | |||
second: 0 | |||
data: | |||
first: | |||
name: _OutlineUVSpeedX | |||
second: 0 | |||
data: | |||
first: | |||
name: _OutlineUVSpeedY | |||
second: 0 | |||
data: | |||
first: | |||
name: _BevelOffset | |||
second: 0 | |||
data: | |||
first: | |||
name: _BevelWidth | |||
second: 0 | |||
data: | |||
first: | |||
name: _BevelClamp | |||
second: 0 | |||
data: | |||
first: | |||
name: _BevelRoundness | |||
second: 0 | |||
data: | |||
first: | |||
name: _SpecularPower | |||
second: 2 | |||
data: | |||
first: | |||
name: _Reflectivity | |||
second: 10 | |||
data: | |||
first: | |||
name: _Diffuse | |||
second: .5 | |||
data: | |||
first: | |||
name: _Ambient | |||
second: .5 | |||
data: | |||
first: | |||
name: _BumpOutline | |||
second: 0 | |||
data: | |||
first: | |||
name: _BumpFace | |||
second: 0 | |||
data: | |||
first: | |||
name: _GlowInner | |||
second: .0500000007 | |||
data: | |||
first: | |||
name: _OutlineShininess | |||
second: 0 | |||
m_Colors: | |||
data: | |||
first: | |||
name: _SpecColor | |||
second: {r: 0, g: 0, b: 0, a: 1} | |||
data: | |||
first: | |||
name: _ClipRect | |||
second: {r: -32767, g: -32767, b: 32767, a: 32767} | |||
data: | |||
first: | |||
name: _FaceColor | |||
second: {r: 1, g: 1, b: 1, a: 1} | |||
data: | |||
first: | |||
name: _UnderlayColor | |||
second: {r: 0, g: 0, b: 0, a: .5} | |||
data: | |||
first: | |||
name: _OutlineColor | |||
second: {r: 0, g: 0, b: 0, a: 1} | |||
data: | |||
first: | |||
name: _EnvMatrixRotation | |||
second: {r: 0, g: 0, b: 0, a: 0} | |||
data: | |||
first: | |||
name: _GlowColor | |||
second: {r: 0, g: .379316509, b: 1, a: .5} | |||
data: | |||
first: | |||
name: _MaskCoord | |||
second: {r: 0, g: 0, b: 32767, a: 32767} | |||
data: | |||
first: | |||
name: _SpecularColor | |||
second: {r: 1, g: 1, b: 1, a: 1} | |||
data: | |||
first: | |||
name: _ReflectFaceColor | |||
second: {r: 0, g: 0, b: 0, a: 1} | |||
data: | |||
first: | |||
name: _ReflectOutlineColor | |||
second: {r: 0, g: 0, b: 0, a: 1} |
@ -0,0 +1,8 @@ | |||
fileFormatVersion: 2 | |||
guid: e6b276ec991f467aa14ef1f3cc665993 | |||
timeCreated: 1487723313 | |||
licenseType: Pro | |||
NativeFormatImporter: | |||
userData: | |||
assetBundleName: | |||
assetBundleVariant: |
@ -0,0 +1,3 @@ | |||
version https://git-lfs.github.com/spec/v1 | |||
oid sha256:08b2e3c60fa55213ffdb7a5cb0bbc4369fb13a62fefd6eacdf6a2ede55b62fb0 | |||
size 2117881 |
@ -0,0 +1,8 @@ | |||
fileFormatVersion: 2 | |||
guid: 5302535af1044152a457ed104f1f4b91 | |||
timeCreated: 1487723159 | |||
licenseType: Pro | |||
NativeFormatImporter: | |||
userData: | |||
assetBundleName: | |||
assetBundleVariant: |
@ -0,0 +1,9 @@ | |||
fileFormatVersion: 2 | |||
guid: 3ac6db30e75b49b282a3564110579f27 | |||
folderAsset: yes | |||
timeCreated: 1480573362 | |||
licenseType: Pro | |||
DefaultImporter: | |||
userData: | |||
assetBundleName: | |||
assetBundleVariant: |
@ -0,0 +1,3 @@ | |||
version https://git-lfs.github.com/spec/v1 | |||
oid sha256:d4b1f46a18b89fe354c42cb30d5fa13c0146d961ce9cc2fb5ec0a953611c92a2 | |||
size 5029 |
@ -0,0 +1,8 @@ | |||
fileFormatVersion: 2 | |||
guid: fbef3c704dce48f08a44612d6c856c8d | |||
timeCreated: 1454544381 | |||
licenseType: Pro | |||
NativeFormatImporter: | |||
userData: | |||
assetBundleName: | |||
assetBundleVariant: |
@ -0,0 +1,3 @@ | |||
version https://git-lfs.github.com/spec/v1 | |||
oid sha256:005806c724cda38620b61669ce91ffea880d4021ebe64fb0778a715af6237a92 | |||
size 7392 |
@ -0,0 +1,8 @@ | |||
fileFormatVersion: 2 | |||
guid: 14aa93acbb234d16aaef0e8b46814db6 | |||
timeCreated: 1464163339 | |||
licenseType: Pro | |||
NativeFormatImporter: | |||
userData: | |||
assetBundleName: | |||
assetBundleVariant: |
@ -0,0 +1,9 @@ | |||
fileFormatVersion: 2 | |||
guid: db1090641b3241f6995b587eb21637bc | |||
folderAsset: yes | |||
timeCreated: 1436068007 | |||
licenseType: Pro | |||
DefaultImporter: | |||
userData: | |||
assetBundleName: | |||
assetBundleVariant: |
@ -0,0 +1,394 @@ | |||
%YAML 1.1 | |||
%TAG !u! tag:unity3d.com,2011: | |||
--- !u!29 &1 | |||
OcclusionCullingSettings: | |||
m_ObjectHideFlags: 0 | |||
serializedVersion: 2 | |||
m_OcclusionBakeSettings: | |||
smallestOccluder: 5 | |||
smallestHole: 0.25 | |||
backfaceThreshold: 100 | |||
m_SceneGUID: 00000000000000000000000000000000 | |||
m_OcclusionCullingData: {fileID: 0} | |||
--- !u!104 &2 | |||
RenderSettings: | |||
m_ObjectHideFlags: 0 | |||
serializedVersion: 9 | |||
m_Fog: 0 | |||
m_FogColor: {r: 0.5, g: 0.5, b: 0.5, a: 1} | |||
m_FogMode: 3 | |||
m_FogDensity: 0.01 | |||
m_LinearFogStart: 0 | |||
m_LinearFogEnd: 300 | |||
m_AmbientSkyColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} | |||
m_AmbientEquatorColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} | |||
m_AmbientGroundColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} | |||
m_AmbientIntensity: 1 | |||
m_AmbientMode: 3 | |||
m_SubtractiveShadowColor: {r: 0.42, g: 0.478, b: 0.627, a: 1} | |||
m_SkyboxMaterial: {fileID: 0} | |||
m_HaloStrength: 0.5 | |||
m_FlareStrength: 1 | |||
m_FlareFadeSpeed: 3 | |||
m_HaloTexture: {fileID: 0} | |||
m_SpotCookie: {fileID: 10001, guid: 0000000000000000e000000000000000, type: 0} | |||
m_DefaultReflectionMode: 0 | |||
m_DefaultReflectionResolution: 128 | |||
m_ReflectionBounces: 1 | |||
m_ReflectionIntensity: 1 | |||
m_CustomReflection: {fileID: 0} | |||
m_Sun: {fileID: 0} | |||
m_IndirectSpecularColor: {r: 0, g: 0, b: 0, a: 1} | |||
m_UseRadianceAmbientProbe: 0 | |||
--- !u!157 &4 | |||
LightmapSettings: | |||
m_ObjectHideFlags: 0 | |||
serializedVersion: 11 | |||
m_GIWorkflowMode: 1 | |||
m_GISettings: | |||
serializedVersion: 2 | |||
m_BounceScale: 1 | |||
m_IndirectOutputScale: 1 | |||
m_AlbedoBoost: 1 | |||
m_TemporalCoherenceThreshold: 1 | |||
m_EnvironmentLightingMode: 0 | |||
m_EnableBakedLightmaps: 1 | |||
m_EnableRealtimeLightmaps: 0 | |||
m_LightmapEditorSettings: | |||
serializedVersion: 10 | |||
m_Resolution: 1 | |||
m_BakeResolution: 50 | |||
m_AtlasSize: 1024 | |||
m_AO: 0 | |||
m_AOMaxDistance: 1 | |||
m_CompAOExponent: 0 | |||
m_CompAOExponentDirect: 0 | |||
m_Padding: 2 | |||
m_LightmapParameters: {fileID: 0} | |||
m_LightmapsBakeMode: 1 | |||
m_TextureCompression: 0 | |||
m_FinalGather: 0 | |||
m_FinalGatherFiltering: 1 | |||
m_FinalGatherRayCount: 1024 | |||
m_ReflectionCompression: 2 | |||
m_MixedBakeMode: 1 | |||
m_BakeBackend: 0 | |||
m_PVRSampling: 1 | |||
m_PVRDirectSampleCount: 32 | |||
m_PVRSampleCount: 500 | |||
m_PVRBounces: 2 | |||
m_PVRFilterTypeDirect: 0 | |||
m_PVRFilterTypeIndirect: 0 | |||
m_PVRFilterTypeAO: 0 | |||
m_PVRFilteringMode: 0 | |||
m_PVRCulling: 1 | |||
m_PVRFilteringGaussRadiusDirect: 1 | |||
m_PVRFilteringGaussRadiusIndirect: 5 | |||
m_PVRFilteringGaussRadiusAO: 2 | |||
m_PVRFilteringAtrousPositionSigmaDirect: 0.5 | |||
m_PVRFilteringAtrousPositionSigmaIndirect: 2 | |||
m_PVRFilteringAtrousPositionSigmaAO: 1 | |||
m_ShowResolutionOverlay: 1 | |||
m_LightingDataAsset: {fileID: 0} | |||
m_UseShadowmask: 0 | |||
--- !u!196 &5 | |||
NavMeshSettings: | |||
serializedVersion: 2 | |||
m_ObjectHideFlags: 0 | |||
m_BuildSettings: | |||
serializedVersion: 2 | |||
agentTypeID: 0 | |||
agentRadius: 0.5 | |||
agentHeight: 2 | |||
agentSlope: 45 | |||
agentClimb: 0.4 | |||
ledgeDropHeight: 0 | |||
maxJumpAcrossDistance: 0 | |||
minRegionArea: 2 | |||
manualCellSize: 0 | |||
cellSize: 0.16666666 | |||
manualTileSize: 0 | |||
tileSize: 256 | |||
accuratePlacement: 0 | |||
debug: | |||
m_Flags: 0 | |||
m_NavMeshData: {fileID: 0} | |||
--- !u!1 &42794038 | |||
GameObject: | |||
m_ObjectHideFlags: 0 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 0} | |||
serializedVersion: 5 | |||
m_Component: | |||
- component: {fileID: 42794043} | |||
- component: {fileID: 42794042} | |||
- component: {fileID: 42794040} | |||
- component: {fileID: 42794039} | |||
m_Layer: 0 | |||
m_Name: Main Camera | |||
m_TagString: MainCamera | |||
m_Icon: {fileID: 0} | |||
m_NavMeshLayer: 0 | |||
m_StaticEditorFlags: 0 | |||
m_IsActive: 1 | |||
--- !u!81 &42794039 | |||
AudioListener: | |||
m_ObjectHideFlags: 0 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 0} | |||
m_GameObject: {fileID: 42794038} | |||
m_Enabled: 1 | |||
--- !u!124 &42794040 | |||
Behaviour: | |||
m_ObjectHideFlags: 0 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 0} | |||
m_GameObject: {fileID: 42794038} | |||
m_Enabled: 1 | |||
--- !u!20 &42794042 | |||
Camera: | |||
m_ObjectHideFlags: 0 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 0} | |||
m_GameObject: {fileID: 42794038} | |||
m_Enabled: 1 | |||
serializedVersion: 2 | |||
m_ClearFlags: 1 | |||
m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0.019607844} | |||
m_NormalizedViewPortRect: | |||
serializedVersion: 2 | |||
x: 0 | |||
y: 0 | |||
width: 1 | |||
height: 1 | |||
near clip plane: 0.3 | |||
far clip plane: 1000 | |||
field of view: 60 | |||
orthographic: 0 | |||
orthographic size: 100 | |||
m_Depth: -1 | |||
m_CullingMask: | |||
serializedVersion: 2 | |||
m_Bits: 4294967295 | |||
m_RenderingPath: -1 | |||
m_TargetTexture: {fileID: 0} | |||
m_TargetDisplay: 0 | |||
m_TargetEye: 3 | |||
m_HDR: 0 | |||
m_AllowMSAA: 1 | |||
m_AllowDynamicResolution: 0 | |||
m_ForceIntoRT: 0 | |||
m_OcclusionCulling: 1 | |||
m_StereoConvergence: 10 | |||
m_StereoSeparation: 0.022 | |||
--- !u!4 &42794043 | |||
Transform: | |||
m_ObjectHideFlags: 0 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 0} | |||
m_GameObject: {fileID: 42794038} | |||
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} | |||
m_LocalPosition: {x: 0, y: 0, z: -50} | |||
m_LocalScale: {x: 1, y: 1, z: 1} | |||
m_Children: [] | |||
m_Father: {fileID: 0} | |||
m_RootOrder: 0 | |||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} | |||
--- !u!1 &1866137809 | |||
GameObject: | |||
m_ObjectHideFlags: 0 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 0} | |||
serializedVersion: 5 | |||
m_Component: | |||
- component: {fileID: 1866137810} | |||
- component: {fileID: 1866137813} | |||
- component: {fileID: 1866137811} | |||
- component: {fileID: 1866137814} | |||
- component: {fileID: 1866137815} | |||
m_Layer: 10 | |||
m_Name: Simple Example | |||
m_TagString: Untagged | |||
m_Icon: {fileID: 0} | |||
m_NavMeshLayer: 0 | |||
m_StaticEditorFlags: 0 | |||
m_IsActive: 1 | |||
--- !u!224 &1866137810 | |||
RectTransform: | |||
m_ObjectHideFlags: 0 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 0} | |||
m_GameObject: {fileID: 1866137809} | |||
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} | |||
m_LocalPosition: {x: 0, y: 0, z: 0} | |||
m_LocalScale: {x: 1, y: 1, z: 1} | |||
m_Children: [] | |||
m_Father: {fileID: 0} | |||
m_RootOrder: 1 | |||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} | |||
m_AnchorMin: {x: 0.5, y: 0.5} | |||
m_AnchorMax: {x: 0.5, y: 0.5} | |||
m_AnchoredPosition: {x: 0, y: 0} | |||
m_SizeDelta: {x: 100, y: 7.4} | |||
m_Pivot: {x: 0.5, y: 0.5} | |||
--- !u!114 &1866137811 | |||
MonoBehaviour: | |||
m_ObjectHideFlags: 0 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 0} | |||
m_GameObject: {fileID: 1866137809} | |||
m_Enabled: 1 | |||
m_EditorHideFlags: 0 | |||
m_Script: {fileID: 11500000, guid: 9541d86e2fd84c1d9990edf0852d74ab, type: 3} | |||
m_Name: | |||
m_EditorClassIdentifier: | |||
m_Material: {fileID: 0} | |||
m_Color: {r: 1, g: 1, b: 1, a: 1} | |||
m_RaycastTarget: 1 | |||
m_OnCullStateChanged: | |||
m_PersistentCalls: | |||
m_Calls: [] | |||
m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI, | |||
Version=1.0.0.0, Culture=neutral, PublicKeyToken=null | |||
m_text: Simple <color=yellow>example</color> of text created with <#80ff80>TextMesh | |||
<#8080ff>Pro</color>! | |||
m_isRightToLeft: 0 | |||
m_fontAsset: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} | |||
m_sharedMaterial: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} | |||
m_fontSharedMaterials: [] | |||
m_fontMaterial: {fileID: 0} | |||
m_fontMaterials: [] | |||
m_fontColor32: | |||
serializedVersion: 2 | |||
rgba: 4294967295 | |||
m_fontColor: {r: 1, g: 1, b: 1, a: 1} | |||
m_enableVertexGradient: 0 | |||
m_fontColorGradient: | |||
topLeft: {r: 1, g: 1, b: 1, a: 1} | |||
topRight: {r: 1, g: 1, b: 1, a: 1} | |||
bottomLeft: {r: 1, g: 1, b: 1, a: 1} | |||
bottomRight: {r: 1, g: 1, b: 1, a: 1} | |||
m_fontColorGradientPreset: {fileID: 0} | |||
m_spriteAsset: {fileID: 0} | |||
m_tintAllSprites: 0 | |||
m_overrideHtmlColors: 0 | |||
m_faceColor: | |||
serializedVersion: 2 | |||
rgba: 4294967295 | |||
m_outlineColor: | |||
serializedVersion: 2 | |||
rgba: 4278190080 | |||
m_fontSize: 36 | |||
m_fontSizeBase: 36 | |||
m_fontWeight: 400 | |||
m_enableAutoSizing: 0 | |||
m_fontSizeMin: 18 | |||
m_fontSizeMax: 72 | |||
m_fontStyle: 0 | |||
m_textAlignment: 257 | |||
m_isAlignmentEnumConverted: 1 | |||
m_characterSpacing: 0 | |||
m_wordSpacing: 0 | |||
m_lineSpacing: 0 | |||
m_lineSpacingMax: 0 | |||
m_paragraphSpacing: 0 | |||
m_charWidthMaxAdj: 0 | |||
m_enableWordWrapping: 1 | |||
m_wordWrappingRatios: 0.4 | |||
m_overflowMode: 0 | |||
m_firstOverflowCharacterIndex: -1 | |||
m_linkedTextComponent: {fileID: 0} | |||
m_isLinkedTextComponent: 0 | |||
m_enableKerning: 1 | |||
m_enableExtraPadding: 0 | |||
checkPaddingRequired: 0 | |||
m_isRichText: 1 | |||
m_parseCtrlCharacters: 1 | |||
m_isOrthographic: 0 | |||
m_isCullingEnabled: 0 | |||
m_ignoreRectMaskCulling: 0 | |||
m_ignoreCulling: 1 | |||
m_horizontalMapping: 0 | |||
m_verticalMapping: 0 | |||
m_uvLineOffset: 0.3 | |||
m_geometrySortingOrder: 0 | |||
m_firstVisibleCharacter: 0 | |||
m_useMaxVisibleDescender: 1 | |||
m_pageToDisplay: 1 | |||
m_margin: {x: 0, y: 0, z: 0, w: 0} | |||
m_textInfo: | |||
textComponent: {fileID: 0} | |||
characterCount: 49 | |||
spriteCount: 0 | |||
spaceCount: 7 | |||
wordCount: 8 | |||
linkCount: 0 | |||
lineCount: 1 | |||
pageCount: 1 | |||
materialCount: 1 | |||
m_havePropertiesChanged: 0 | |||
m_isUsingLegacyAnimationComponent: 0 | |||
m_isVolumetricText: 0 | |||
m_spriteAnimator: {fileID: 0} | |||
m_isInputParsingRequired: 0 | |||
m_inputSource: 0 | |||
m_hasFontAssetChanged: 0 | |||
m_renderer: {fileID: 1866137813} | |||
m_subTextObjects: | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
m_maskType: 0 | |||
--- !u!23 &1866137813 | |||
MeshRenderer: | |||
m_ObjectHideFlags: 0 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 0} | |||
m_GameObject: {fileID: 1866137809} | |||
m_Enabled: 1 | |||
m_CastShadows: 0 | |||
m_ReceiveShadows: 0 | |||
m_DynamicOccludee: 1 | |||
m_MotionVectors: 1 | |||
m_LightProbeUsage: 0 | |||
m_ReflectionProbeUsage: 1 | |||
m_RenderingLayerMask: 4294967295 | |||
m_Materials: | |||
- {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} | |||
m_StaticBatchInfo: | |||
firstSubMesh: 0 | |||
subMeshCount: 0 | |||
m_StaticBatchRoot: {fileID: 0} | |||
m_ProbeAnchor: {fileID: 0} | |||
m_LightProbeVolumeOverride: {fileID: 0} | |||
m_ScaleInLightmap: 1 | |||
m_PreserveUVs: 0 | |||
m_IgnoreNormalsForChartDetection: 0 | |||
m_ImportantGI: 0 | |||
m_StitchLightmapSeams: 0 | |||
m_SelectedEditorRenderState: 3 | |||
m_MinimumChartSize: 4 | |||
m_AutoUVMaxDistance: 0.5 | |||
m_AutoUVMaxAngle: 89 | |||
m_LightmapParameters: {fileID: 0} | |||
m_SortingLayerID: 0 | |||
m_SortingLayer: 0 | |||
m_SortingOrder: 0 | |||
--- !u!33 &1866137814 | |||
MeshFilter: | |||
m_ObjectHideFlags: 2 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 0} | |||
m_GameObject: {fileID: 1866137809} | |||
m_Mesh: {fileID: 0} | |||
--- !u!222 &1866137815 | |||
CanvasRenderer: | |||
m_ObjectHideFlags: 2 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 0} | |||
m_GameObject: {fileID: 1866137809} |
@ -0,0 +1,24 @@ | |||
fileFormatVersion: 2 | |||
guid: 2ac8cf212df6445e8aebbe3cb832e993 | |||
labels: | |||
- Mesh | |||
- Text | |||
- Rendering | |||
- TextMesh | |||
- TextMeshPro | |||
- Font | |||
- Dynamic | |||
- Pro | |||
- Fonts | |||
- Advanced | |||
- GUI | |||
- Scene | |||
- Styles | |||
- Style | |||
- Layout | |||
- Atlas | |||
- Kerning | |||
DefaultImporter: | |||
userData: | |||
assetBundleName: | |||
assetBundleVariant: |
@ -0,0 +1,397 @@ | |||
%YAML 1.1 | |||
%TAG !u! tag:unity3d.com,2011: | |||
--- !u!29 &1 | |||
OcclusionCullingSettings: | |||
m_ObjectHideFlags: 0 | |||
serializedVersion: 2 | |||
m_OcclusionBakeSettings: | |||
smallestOccluder: 5 | |||
smallestHole: 0.25 | |||
backfaceThreshold: 100 | |||
m_SceneGUID: 00000000000000000000000000000000 | |||
m_OcclusionCullingData: {fileID: 0} | |||
--- !u!104 &2 | |||
RenderSettings: | |||
m_ObjectHideFlags: 0 | |||
serializedVersion: 9 | |||
m_Fog: 0 | |||
m_FogColor: {r: 0.5, g: 0.5, b: 0.5, a: 1} | |||
m_FogMode: 3 | |||
m_FogDensity: 0.01 | |||
m_LinearFogStart: 0 | |||
m_LinearFogEnd: 300 | |||
m_AmbientSkyColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} | |||
m_AmbientEquatorColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} | |||
m_AmbientGroundColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} | |||
m_AmbientIntensity: 1 | |||
m_AmbientMode: 3 | |||
m_SubtractiveShadowColor: {r: 0.42, g: 0.478, b: 0.627, a: 1} | |||
m_SkyboxMaterial: {fileID: 0} | |||
m_HaloStrength: 0.5 | |||
m_FlareStrength: 1 | |||
m_FlareFadeSpeed: 3 | |||
m_HaloTexture: {fileID: 0} | |||
m_SpotCookie: {fileID: 10001, guid: 0000000000000000e000000000000000, type: 0} | |||
m_DefaultReflectionMode: 0 | |||
m_DefaultReflectionResolution: 128 | |||
m_ReflectionBounces: 1 | |||
m_ReflectionIntensity: 1 | |||
m_CustomReflection: {fileID: 0} | |||
m_Sun: {fileID: 0} | |||
m_IndirectSpecularColor: {r: 0, g: 0, b: 0, a: 1} | |||
m_UseRadianceAmbientProbe: 0 | |||
--- !u!157 &4 | |||
LightmapSettings: | |||
m_ObjectHideFlags: 0 | |||
serializedVersion: 11 | |||
m_GIWorkflowMode: 1 | |||
m_GISettings: | |||
serializedVersion: 2 | |||
m_BounceScale: 1 | |||
m_IndirectOutputScale: 1 | |||
m_AlbedoBoost: 1 | |||
m_TemporalCoherenceThreshold: 1 | |||
m_EnvironmentLightingMode: 0 | |||
m_EnableBakedLightmaps: 1 | |||
m_EnableRealtimeLightmaps: 0 | |||
m_LightmapEditorSettings: | |||
serializedVersion: 10 | |||
m_Resolution: 1 | |||
m_BakeResolution: 50 | |||
m_AtlasSize: 1024 | |||
m_AO: 0 | |||
m_AOMaxDistance: 1 | |||
m_CompAOExponent: 0 | |||
m_CompAOExponentDirect: 0 | |||
m_Padding: 2 | |||
m_LightmapParameters: {fileID: 0} | |||
m_LightmapsBakeMode: 1 | |||
m_TextureCompression: 0 | |||
m_FinalGather: 0 | |||
m_FinalGatherFiltering: 1 | |||
m_FinalGatherRayCount: 1024 | |||
m_ReflectionCompression: 2 | |||
m_MixedBakeMode: 1 | |||
m_BakeBackend: 0 | |||
m_PVRSampling: 1 | |||
m_PVRDirectSampleCount: 32 | |||
m_PVRSampleCount: 500 | |||
m_PVRBounces: 2 | |||
m_PVRFilterTypeDirect: 0 | |||
m_PVRFilterTypeIndirect: 0 | |||
m_PVRFilterTypeAO: 0 | |||
m_PVRFilteringMode: 0 | |||
m_PVRCulling: 1 | |||
m_PVRFilteringGaussRadiusDirect: 1 | |||
m_PVRFilteringGaussRadiusIndirect: 5 | |||
m_PVRFilteringGaussRadiusAO: 2 | |||
m_PVRFilteringAtrousPositionSigmaDirect: 0.5 | |||
m_PVRFilteringAtrousPositionSigmaIndirect: 2 | |||
m_PVRFilteringAtrousPositionSigmaAO: 1 | |||
m_ShowResolutionOverlay: 1 | |||
m_LightingDataAsset: {fileID: 0} | |||
m_UseShadowmask: 0 | |||
--- !u!196 &5 | |||
NavMeshSettings: | |||
serializedVersion: 2 | |||
m_ObjectHideFlags: 0 | |||
m_BuildSettings: | |||
serializedVersion: 2 | |||
agentTypeID: 0 | |||
agentRadius: 0.5 | |||
agentHeight: 2 | |||
agentSlope: 45 | |||
agentClimb: 0.4 | |||
ledgeDropHeight: 0 | |||
maxJumpAcrossDistance: 0 | |||
minRegionArea: 2 | |||
manualCellSize: 0 | |||
cellSize: 0.16666666 | |||
manualTileSize: 0 | |||
tileSize: 256 | |||
accuratePlacement: 0 | |||
debug: | |||
m_Flags: 0 | |||
m_NavMeshData: {fileID: 0} | |||
--- !u!1 &1079079952 | |||
GameObject: | |||
m_ObjectHideFlags: 0 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 0} | |||
serializedVersion: 5 | |||
m_Component: | |||
- component: {fileID: 1079079957} | |||
- component: {fileID: 1079079956} | |||
- component: {fileID: 1079079954} | |||
- component: {fileID: 1079079953} | |||
m_Layer: 0 | |||
m_Name: Main Camera | |||
m_TagString: MainCamera | |||
m_Icon: {fileID: 0} | |||
m_NavMeshLayer: 0 | |||
m_StaticEditorFlags: 0 | |||
m_IsActive: 1 | |||
--- !u!81 &1079079953 | |||
AudioListener: | |||
m_ObjectHideFlags: 0 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 0} | |||
m_GameObject: {fileID: 1079079952} | |||
m_Enabled: 1 | |||
--- !u!124 &1079079954 | |||
Behaviour: | |||
m_ObjectHideFlags: 0 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 0} | |||
m_GameObject: {fileID: 1079079952} | |||
m_Enabled: 1 | |||
--- !u!20 &1079079956 | |||
Camera: | |||
m_ObjectHideFlags: 0 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 0} | |||
m_GameObject: {fileID: 1079079952} | |||
m_Enabled: 1 | |||
serializedVersion: 2 | |||
m_ClearFlags: 1 | |||
m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0.019607844} | |||
m_NormalizedViewPortRect: | |||
serializedVersion: 2 | |||
x: 0 | |||
y: 0 | |||
width: 1 | |||
height: 1 | |||
near clip plane: 0.3 | |||
far clip plane: 1000 | |||
field of view: 60 | |||
orthographic: 0 | |||
orthographic size: 100 | |||
m_Depth: -1 | |||
m_CullingMask: | |||
serializedVersion: 2 | |||
m_Bits: 4294967295 | |||
m_RenderingPath: -1 | |||
m_TargetTexture: {fileID: 0} | |||
m_TargetDisplay: 0 | |||
m_TargetEye: 3 | |||
m_HDR: 0 | |||
m_AllowMSAA: 1 | |||
m_AllowDynamicResolution: 0 | |||
m_ForceIntoRT: 0 | |||
m_OcclusionCulling: 1 | |||
m_StereoConvergence: 10 | |||
m_StereoSeparation: 0.022 | |||
--- !u!4 &1079079957 | |||
Transform: | |||
m_ObjectHideFlags: 0 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 0} | |||
m_GameObject: {fileID: 1079079952} | |||
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} | |||
m_LocalPosition: {x: 0, y: 0, z: -40} | |||
m_LocalScale: {x: 1, y: 1, z: 1} | |||
m_Children: [] | |||
m_Father: {fileID: 0} | |||
m_RootOrder: 0 | |||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} | |||
--- !u!1 &1915181340 | |||
GameObject: | |||
m_ObjectHideFlags: 0 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 0} | |||
serializedVersion: 5 | |||
m_Component: | |||
- component: {fileID: 1915181346} | |||
- component: {fileID: 1915181343} | |||
- component: {fileID: 1915181341} | |||
- component: {fileID: 1915181344} | |||
- component: {fileID: 1915181345} | |||
m_Layer: 0 | |||
m_Name: Multi Line TextMesh Pro | |||
m_TagString: Untagged | |||
m_Icon: {fileID: 0} | |||
m_NavMeshLayer: 0 | |||
m_StaticEditorFlags: 0 | |||
m_IsActive: 1 | |||
--- !u!114 &1915181341 | |||
MonoBehaviour: | |||
m_ObjectHideFlags: 0 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 0} | |||
m_GameObject: {fileID: 1915181340} | |||
m_Enabled: 1 | |||
m_EditorHideFlags: 0 | |||
m_Script: {fileID: 11500000, guid: 9541d86e2fd84c1d9990edf0852d74ab, type: 3} | |||
m_Name: | |||
m_EditorClassIdentifier: | |||
m_Material: {fileID: 0} | |||
m_Color: {r: 1, g: 1, b: 1, a: 1} | |||
m_RaycastTarget: 1 | |||
m_OnCullStateChanged: | |||
m_PersistentCalls: | |||
m_Calls: [] | |||
m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI, | |||
Version=1.0.0.0, Culture=neutral, PublicKeyToken=null | |||
m_text: 'Example of <#ff8000>multiple</color> | |||
<#00ff00>lines</color> of text created | |||
with <#80ff80>TextMesh <#8080ff>Pro</color>!' | |||
m_isRightToLeft: 0 | |||
m_fontAsset: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} | |||
m_sharedMaterial: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} | |||
m_fontSharedMaterials: [] | |||
m_fontMaterial: {fileID: 0} | |||
m_fontMaterials: [] | |||
m_fontColor32: | |||
serializedVersion: 2 | |||
rgba: 4294967295 | |||
m_fontColor: {r: 1, g: 1, b: 1, a: 1} | |||
m_enableVertexGradient: 0 | |||
m_fontColorGradient: | |||
topLeft: {r: 1, g: 1, b: 1, a: 1} | |||
topRight: {r: 1, g: 1, b: 1, a: 1} | |||
bottomLeft: {r: 1, g: 1, b: 1, a: 1} | |||
bottomRight: {r: 1, g: 1, b: 1, a: 1} | |||
m_fontColorGradientPreset: {fileID: 0} | |||
m_spriteAsset: {fileID: 0} | |||
m_tintAllSprites: 0 | |||
m_overrideHtmlColors: 0 | |||
m_faceColor: | |||
serializedVersion: 2 | |||
rgba: 4294967295 | |||
m_outlineColor: | |||
serializedVersion: 2 | |||
rgba: 4278190080 | |||
m_fontSize: 36 | |||
m_fontSizeBase: 36 | |||
m_fontWeight: 400 | |||
m_enableAutoSizing: 0 | |||
m_fontSizeMin: 18 | |||
m_fontSizeMax: 72 | |||
m_fontStyle: 0 | |||
m_textAlignment: 257 | |||
m_isAlignmentEnumConverted: 1 | |||
m_characterSpacing: 0 | |||
m_wordSpacing: 0 | |||
m_lineSpacing: 0 | |||
m_lineSpacingMax: 0 | |||
m_paragraphSpacing: 0 | |||
m_charWidthMaxAdj: 0 | |||
m_enableWordWrapping: 0 | |||
m_wordWrappingRatios: 0.4 | |||
m_overflowMode: 0 | |||
m_firstOverflowCharacterIndex: -1 | |||
m_linkedTextComponent: {fileID: 0} | |||
m_isLinkedTextComponent: 0 | |||
m_enableKerning: 1 | |||
m_enableExtraPadding: 0 | |||
checkPaddingRequired: 0 | |||
m_isRichText: 1 | |||
m_parseCtrlCharacters: 1 | |||
m_isOrthographic: 0 | |||
m_isCullingEnabled: 0 | |||
m_ignoreRectMaskCulling: 0 | |||
m_ignoreCulling: 1 | |||
m_horizontalMapping: 0 | |||
m_verticalMapping: 0 | |||
m_uvLineOffset: 0.3 | |||
m_geometrySortingOrder: 0 | |||
m_firstVisibleCharacter: 0 | |||
m_useMaxVisibleDescender: 1 | |||
m_pageToDisplay: 1 | |||
m_margin: {x: 0, y: 0, z: 0, w: 0} | |||
m_textInfo: | |||
textComponent: {fileID: 0} | |||
characterCount: 60 | |||
spriteCount: 0 | |||
spaceCount: 9 | |||
wordCount: 10 | |||
linkCount: 0 | |||
lineCount: 3 | |||
pageCount: 1 | |||
materialCount: 1 | |||
m_havePropertiesChanged: 0 | |||
m_isUsingLegacyAnimationComponent: 0 | |||
m_isVolumetricText: 0 | |||
m_spriteAnimator: {fileID: 0} | |||
m_isInputParsingRequired: 0 | |||
m_inputSource: 0 | |||
m_hasFontAssetChanged: 0 | |||
m_renderer: {fileID: 1915181343} | |||
m_subTextObjects: | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
m_maskType: 0 | |||
--- !u!23 &1915181343 | |||
MeshRenderer: | |||
m_ObjectHideFlags: 0 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 0} | |||
m_GameObject: {fileID: 1915181340} | |||
m_Enabled: 1 | |||
m_CastShadows: 0 | |||
m_ReceiveShadows: 0 | |||
m_DynamicOccludee: 1 | |||
m_MotionVectors: 1 | |||
m_LightProbeUsage: 0 | |||
m_ReflectionProbeUsage: 1 | |||
m_RenderingLayerMask: 4294967295 | |||
m_Materials: | |||
- {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} | |||
m_StaticBatchInfo: | |||
firstSubMesh: 0 | |||
subMeshCount: 0 | |||
m_StaticBatchRoot: {fileID: 0} | |||
m_ProbeAnchor: {fileID: 0} | |||
m_LightProbeVolumeOverride: {fileID: 0} | |||
m_ScaleInLightmap: 1 | |||
m_PreserveUVs: 0 | |||
m_IgnoreNormalsForChartDetection: 0 | |||
m_ImportantGI: 0 | |||
m_StitchLightmapSeams: 0 | |||
m_SelectedEditorRenderState: 3 | |||
m_MinimumChartSize: 4 | |||
m_AutoUVMaxDistance: 0.5 | |||
m_AutoUVMaxAngle: 89 | |||
m_LightmapParameters: {fileID: 0} | |||
m_SortingLayerID: 0 | |||
m_SortingLayer: 0 | |||
m_SortingOrder: 0 | |||
--- !u!33 &1915181344 | |||
MeshFilter: | |||
m_ObjectHideFlags: 2 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 0} | |||
m_GameObject: {fileID: 1915181340} | |||
m_Mesh: {fileID: 0} | |||
--- !u!222 &1915181345 | |||
CanvasRenderer: | |||
m_ObjectHideFlags: 2 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 0} | |||
m_GameObject: {fileID: 1915181340} | |||
--- !u!224 &1915181346 | |||
RectTransform: | |||
m_ObjectHideFlags: 0 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 0} | |||
m_GameObject: {fileID: 1915181340} | |||
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} | |||
m_LocalPosition: {x: 0, y: 0, z: 0} | |||
m_LocalScale: {x: 1, y: 1, z: 1} | |||
m_Children: [] | |||
m_Father: {fileID: 0} | |||
m_RootOrder: 1 | |||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} | |||
m_AnchorMin: {x: 0.5, y: 0.5} | |||
m_AnchorMax: {x: 0.5, y: 0.5} | |||
m_AnchoredPosition: {x: 0, y: 0} | |||
m_SizeDelta: {x: 31.685612, y: 12.5} | |||
m_Pivot: {x: 0.5, y: 0.5} |
@ -0,0 +1,24 @@ | |||
fileFormatVersion: 2 | |||
guid: 251716609f634449bfe8ce75c0ed78fe | |||
labels: | |||
- Mesh | |||
- Text | |||
- Rendering | |||
- TextMesh | |||
- TextMeshPro | |||
- Font | |||
- Dynamic | |||
- Pro | |||
- Fonts | |||
- Advanced | |||
- GUI | |||
- Scene | |||
- Styles | |||
- Style | |||
- Layout | |||
- Atlas | |||
- Kerning | |||
DefaultImporter: | |||
userData: | |||
assetBundleName: | |||
assetBundleVariant: |
@ -0,0 +1,990 @@ | |||
%YAML 1.1 | |||
%TAG !u! tag:unity3d.com,2011: | |||
--- !u!29 &1 | |||
OcclusionCullingSettings: | |||
m_ObjectHideFlags: 0 | |||
serializedVersion: 2 | |||
m_OcclusionBakeSettings: | |||
smallestOccluder: 5 | |||
smallestHole: 0.25 | |||
backfaceThreshold: 100 | |||
m_SceneGUID: 00000000000000000000000000000000 | |||
m_OcclusionCullingData: {fileID: 0} | |||
--- !u!104 &2 | |||
RenderSettings: | |||
m_ObjectHideFlags: 0 | |||
serializedVersion: 9 | |||
m_Fog: 0 | |||
m_FogColor: {r: 0.5, g: 0.5, b: 0.5, a: 1} | |||
m_FogMode: 3 | |||
m_FogDensity: 0.01 | |||
m_LinearFogStart: 0 | |||
m_LinearFogEnd: 300 | |||
m_AmbientSkyColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} | |||
m_AmbientEquatorColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} | |||
m_AmbientGroundColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} | |||
m_AmbientIntensity: 1 | |||
m_AmbientMode: 3 | |||
m_SubtractiveShadowColor: {r: 0.42, g: 0.478, b: 0.627, a: 1} | |||
m_SkyboxMaterial: {fileID: 0} | |||
m_HaloStrength: 0.5 | |||
m_FlareStrength: 1 | |||
m_FlareFadeSpeed: 3 | |||
m_HaloTexture: {fileID: 0} | |||
m_SpotCookie: {fileID: 10001, guid: 0000000000000000e000000000000000, type: 0} | |||
m_DefaultReflectionMode: 0 | |||
m_DefaultReflectionResolution: 128 | |||
m_ReflectionBounces: 1 | |||
m_ReflectionIntensity: 1 | |||
m_CustomReflection: {fileID: 0} | |||
m_Sun: {fileID: 0} | |||
m_IndirectSpecularColor: {r: 0, g: 0, b: 0, a: 1} | |||
m_UseRadianceAmbientProbe: 0 | |||
--- !u!157 &4 | |||
LightmapSettings: | |||
m_ObjectHideFlags: 0 | |||
serializedVersion: 11 | |||
m_GIWorkflowMode: 1 | |||
m_GISettings: | |||
serializedVersion: 2 | |||
m_BounceScale: 1 | |||
m_IndirectOutputScale: 1 | |||
m_AlbedoBoost: 1 | |||
m_TemporalCoherenceThreshold: 1 | |||
m_EnvironmentLightingMode: 0 | |||
m_EnableBakedLightmaps: 1 | |||
m_EnableRealtimeLightmaps: 0 | |||
m_LightmapEditorSettings: | |||
serializedVersion: 10 | |||
m_Resolution: 1 | |||
m_BakeResolution: 50 | |||
m_AtlasSize: 1024 | |||
m_AO: 0 | |||
m_AOMaxDistance: 1 | |||
m_CompAOExponent: 0 | |||
m_CompAOExponentDirect: 0 | |||
m_Padding: 2 | |||
m_LightmapParameters: {fileID: 0} | |||
m_LightmapsBakeMode: 1 | |||
m_TextureCompression: 0 | |||
m_FinalGather: 0 | |||
m_FinalGatherFiltering: 1 | |||
m_FinalGatherRayCount: 1024 | |||
m_ReflectionCompression: 2 | |||
m_MixedBakeMode: 1 | |||
m_BakeBackend: 0 | |||
m_PVRSampling: 1 | |||
m_PVRDirectSampleCount: 32 | |||
m_PVRSampleCount: 500 | |||
m_PVRBounces: 2 | |||
m_PVRFilterTypeDirect: 0 | |||
m_PVRFilterTypeIndirect: 0 | |||
m_PVRFilterTypeAO: 0 | |||
m_PVRFilteringMode: 0 | |||
m_PVRCulling: 1 | |||
m_PVRFilteringGaussRadiusDirect: 1 | |||
m_PVRFilteringGaussRadiusIndirect: 5 | |||
m_PVRFilteringGaussRadiusAO: 2 | |||
m_PVRFilteringAtrousPositionSigmaDirect: 0.5 | |||
m_PVRFilteringAtrousPositionSigmaIndirect: 2 | |||
m_PVRFilteringAtrousPositionSigmaAO: 1 | |||
m_ShowResolutionOverlay: 1 | |||
m_LightingDataAsset: {fileID: 0} | |||
m_UseShadowmask: 0 | |||
--- !u!196 &5 | |||
NavMeshSettings: | |||
serializedVersion: 2 | |||
m_ObjectHideFlags: 0 | |||
m_BuildSettings: | |||
serializedVersion: 2 | |||
agentTypeID: 0 | |||
agentRadius: 0.5 | |||
agentHeight: 2 | |||
agentSlope: 45 | |||
agentClimb: 0.4 | |||
ledgeDropHeight: 0 | |||
maxJumpAcrossDistance: 0 | |||
minRegionArea: 2 | |||
manualCellSize: 0 | |||
cellSize: 0.16666666 | |||
manualTileSize: 0 | |||
tileSize: 256 | |||
accuratePlacement: 0 | |||
debug: | |||
m_Flags: 0 | |||
m_NavMeshData: {fileID: 0} | |||
--- !u!1 &674168707 | |||
GameObject: | |||
m_ObjectHideFlags: 0 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 0} | |||
serializedVersion: 5 | |||
m_Component: | |||
- component: {fileID: 674168713} | |||
- component: {fileID: 674168710} | |||
- component: {fileID: 674168708} | |||
- component: {fileID: 674168711} | |||
- component: {fileID: 674168712} | |||
m_Layer: 0 | |||
m_Name: 1 - Left Justified | |||
m_TagString: Untagged | |||
m_Icon: {fileID: 0} | |||
m_NavMeshLayer: 0 | |||
m_StaticEditorFlags: 0 | |||
m_IsActive: 1 | |||
--- !u!114 &674168708 | |||
MonoBehaviour: | |||
m_ObjectHideFlags: 0 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 0} | |||
m_GameObject: {fileID: 674168707} | |||
m_Enabled: 1 | |||
m_EditorHideFlags: 0 | |||
m_Script: {fileID: 11500000, guid: 9541d86e2fd84c1d9990edf0852d74ab, type: 3} | |||
m_Name: | |||
m_EditorClassIdentifier: | |||
m_Material: {fileID: 0} | |||
m_Color: {r: 1, g: 1, b: 1, a: 1} | |||
m_RaycastTarget: 1 | |||
m_OnCullStateChanged: | |||
m_PersistentCalls: | |||
m_Calls: [] | |||
m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI, | |||
Version=1.0.0.0, Culture=neutral, PublicKeyToken=null | |||
m_text: 'This block of text is | |||
<#8080ff>Left</color> justified.' | |||
m_isRightToLeft: 0 | |||
m_fontAsset: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} | |||
m_sharedMaterial: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} | |||
m_fontSharedMaterials: [] | |||
m_fontMaterial: {fileID: 0} | |||
m_fontMaterials: [] | |||
m_fontColor32: | |||
serializedVersion: 2 | |||
rgba: 4294967295 | |||
m_fontColor: {r: 1, g: 1, b: 1, a: 1} | |||
m_enableVertexGradient: 0 | |||
m_fontColorGradient: | |||
topLeft: {r: 1, g: 1, b: 1, a: 1} | |||
topRight: {r: 1, g: 1, b: 1, a: 1} | |||
bottomLeft: {r: 1, g: 1, b: 1, a: 1} | |||
bottomRight: {r: 1, g: 1, b: 1, a: 1} | |||
m_fontColorGradientPreset: {fileID: 0} | |||
m_spriteAsset: {fileID: 0} | |||
m_tintAllSprites: 0 | |||
m_overrideHtmlColors: 0 | |||
m_faceColor: | |||
serializedVersion: 2 | |||
rgba: 4294967295 | |||
m_outlineColor: | |||
serializedVersion: 2 | |||
rgba: 4278190080 | |||
m_fontSize: 36 | |||
m_fontSizeBase: 36 | |||
m_fontWeight: 400 | |||
m_enableAutoSizing: 0 | |||
m_fontSizeMin: 18 | |||
m_fontSizeMax: 72 | |||
m_fontStyle: 0 | |||
m_textAlignment: 257 | |||
m_isAlignmentEnumConverted: 1 | |||
m_characterSpacing: 0 | |||
m_wordSpacing: 0 | |||
m_lineSpacing: 0 | |||
m_lineSpacingMax: 0 | |||
m_paragraphSpacing: 0 | |||
m_charWidthMaxAdj: 0 | |||
m_enableWordWrapping: 1 | |||
m_wordWrappingRatios: 0.4 | |||
m_overflowMode: 0 | |||
m_firstOverflowCharacterIndex: -1 | |||
m_linkedTextComponent: {fileID: 0} | |||
m_isLinkedTextComponent: 0 | |||
m_enableKerning: 1 | |||
m_enableExtraPadding: 0 | |||
checkPaddingRequired: 0 | |||
m_isRichText: 1 | |||
m_parseCtrlCharacters: 1 | |||
m_isOrthographic: 0 | |||
m_isCullingEnabled: 0 | |||
m_ignoreRectMaskCulling: 0 | |||
m_ignoreCulling: 1 | |||
m_horizontalMapping: 0 | |||
m_verticalMapping: 0 | |||
m_uvLineOffset: 0.3 | |||
m_geometrySortingOrder: 0 | |||
m_firstVisibleCharacter: 0 | |||
m_useMaxVisibleDescender: 1 | |||
m_pageToDisplay: 0 | |||
m_margin: {x: 0, y: 0, z: 0, w: 0} | |||
m_textInfo: | |||
textComponent: {fileID: 0} | |||
characterCount: 37 | |||
spriteCount: 0 | |||
spaceCount: 6 | |||
wordCount: 7 | |||
linkCount: 0 | |||
lineCount: 2 | |||
pageCount: 1 | |||
materialCount: 1 | |||
m_havePropertiesChanged: 0 | |||
m_isUsingLegacyAnimationComponent: 0 | |||
m_isVolumetricText: 0 | |||
m_spriteAnimator: {fileID: 0} | |||
m_isInputParsingRequired: 0 | |||
m_inputSource: 0 | |||
m_hasFontAssetChanged: 0 | |||
m_renderer: {fileID: 674168710} | |||
m_subTextObjects: | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
m_maskType: 0 | |||
--- !u!23 &674168710 | |||
MeshRenderer: | |||
m_ObjectHideFlags: 0 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 0} | |||
m_GameObject: {fileID: 674168707} | |||
m_Enabled: 1 | |||
m_CastShadows: 0 | |||
m_ReceiveShadows: 0 | |||
m_DynamicOccludee: 1 | |||
m_MotionVectors: 1 | |||
m_LightProbeUsage: 0 | |||
m_ReflectionProbeUsage: 1 | |||
m_RenderingLayerMask: 4294967295 | |||
m_Materials: | |||
- {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} | |||
m_StaticBatchInfo: | |||
firstSubMesh: 0 | |||
subMeshCount: 0 | |||
m_StaticBatchRoot: {fileID: 0} | |||
m_ProbeAnchor: {fileID: 0} | |||
m_LightProbeVolumeOverride: {fileID: 0} | |||
m_ScaleInLightmap: 1 | |||
m_PreserveUVs: 0 | |||
m_IgnoreNormalsForChartDetection: 0 | |||
m_ImportantGI: 0 | |||
m_StitchLightmapSeams: 0 | |||
m_SelectedEditorRenderState: 3 | |||
m_MinimumChartSize: 4 | |||
m_AutoUVMaxDistance: 0.5 | |||
m_AutoUVMaxAngle: 89 | |||
m_LightmapParameters: {fileID: 0} | |||
m_SortingLayerID: 0 | |||
m_SortingLayer: 0 | |||
m_SortingOrder: 0 | |||
--- !u!33 &674168711 | |||
MeshFilter: | |||
m_ObjectHideFlags: 2 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 0} | |||
m_GameObject: {fileID: 674168707} | |||
m_Mesh: {fileID: 0} | |||
--- !u!222 &674168712 | |||
CanvasRenderer: | |||
m_ObjectHideFlags: 2 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 0} | |||
m_GameObject: {fileID: 674168707} | |||
--- !u!224 &674168713 | |||
RectTransform: | |||
m_ObjectHideFlags: 0 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 0} | |||
m_GameObject: {fileID: 674168707} | |||
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} | |||
m_LocalPosition: {x: 0, y: 0, z: 0} | |||
m_LocalScale: {x: 1, y: 1, z: 1} | |||
m_Children: [] | |||
m_Father: {fileID: 0} | |||
m_RootOrder: 1 | |||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} | |||
m_AnchorMin: {x: 0.5, y: 0.5} | |||
m_AnchorMax: {x: 0.5, y: 0.5} | |||
m_AnchoredPosition: {x: 0, y: 10} | |||
m_SizeDelta: {x: 35, y: 9.713184} | |||
m_Pivot: {x: 0.5, y: 0.5} | |||
--- !u!1 &1079079952 | |||
GameObject: | |||
m_ObjectHideFlags: 0 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 0} | |||
serializedVersion: 5 | |||
m_Component: | |||
- component: {fileID: 1079079957} | |||
- component: {fileID: 1079079956} | |||
- component: {fileID: 1079079954} | |||
- component: {fileID: 1079079953} | |||
m_Layer: 0 | |||
m_Name: Main Camera | |||
m_TagString: MainCamera | |||
m_Icon: {fileID: 0} | |||
m_NavMeshLayer: 0 | |||
m_StaticEditorFlags: 0 | |||
m_IsActive: 1 | |||
--- !u!81 &1079079953 | |||
AudioListener: | |||
m_ObjectHideFlags: 0 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 0} | |||
m_GameObject: {fileID: 1079079952} | |||
m_Enabled: 1 | |||
--- !u!124 &1079079954 | |||
Behaviour: | |||
m_ObjectHideFlags: 0 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 0} | |||
m_GameObject: {fileID: 1079079952} | |||
m_Enabled: 1 | |||
--- !u!20 &1079079956 | |||
Camera: | |||
m_ObjectHideFlags: 0 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 0} | |||
m_GameObject: {fileID: 1079079952} | |||
m_Enabled: 1 | |||
serializedVersion: 2 | |||
m_ClearFlags: 1 | |||
m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0.019607844} | |||
m_NormalizedViewPortRect: | |||
serializedVersion: 2 | |||
x: 0 | |||
y: 0 | |||
width: 1 | |||
height: 1 | |||
near clip plane: 0.3 | |||
far clip plane: 1000 | |||
field of view: 60 | |||
orthographic: 0 | |||
orthographic size: 100 | |||
m_Depth: -1 | |||
m_CullingMask: | |||
serializedVersion: 2 | |||
m_Bits: 4294967295 | |||
m_RenderingPath: -1 | |||
m_TargetTexture: {fileID: 0} | |||
m_TargetDisplay: 0 | |||
m_TargetEye: 3 | |||
m_HDR: 0 | |||
m_AllowMSAA: 1 | |||
m_AllowDynamicResolution: 0 | |||
m_ForceIntoRT: 0 | |||
m_OcclusionCulling: 1 | |||
m_StereoConvergence: 10 | |||
m_StereoSeparation: 0.022 | |||
--- !u!4 &1079079957 | |||
Transform: | |||
m_ObjectHideFlags: 0 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 0} | |||
m_GameObject: {fileID: 1079079952} | |||
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} | |||
m_LocalPosition: {x: 0, y: -10, z: -60} | |||
m_LocalScale: {x: 1, y: 1, z: 1} | |||
m_Children: [] | |||
m_Father: {fileID: 0} | |||
m_RootOrder: 0 | |||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} | |||
--- !u!1 &1191214184 | |||
GameObject: | |||
m_ObjectHideFlags: 0 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 0} | |||
serializedVersion: 5 | |||
m_Component: | |||
- component: {fileID: 1191214190} | |||
- component: {fileID: 1191214186} | |||
- component: {fileID: 1191214185} | |||
- component: {fileID: 1191214187} | |||
- component: {fileID: 1191214188} | |||
m_Layer: 0 | |||
m_Name: 3 - Right Justified | |||
m_TagString: Untagged | |||
m_Icon: {fileID: 0} | |||
m_NavMeshLayer: 0 | |||
m_StaticEditorFlags: 0 | |||
m_IsActive: 1 | |||
--- !u!114 &1191214185 | |||
MonoBehaviour: | |||
m_ObjectHideFlags: 0 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 0} | |||
m_GameObject: {fileID: 1191214184} | |||
m_Enabled: 1 | |||
m_EditorHideFlags: 0 | |||
m_Script: {fileID: 11500000, guid: 9541d86e2fd84c1d9990edf0852d74ab, type: 3} | |||
m_Name: | |||
m_EditorClassIdentifier: | |||
m_Material: {fileID: 0} | |||
m_Color: {r: 1, g: 1, b: 1, a: 1} | |||
m_RaycastTarget: 1 | |||
m_OnCullStateChanged: | |||
m_PersistentCalls: | |||
m_Calls: [] | |||
m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI, | |||
Version=1.0.0.0, Culture=neutral, PublicKeyToken=null | |||
m_text: 'This block of text is | |||
<#80ff80>Right</color> justified.' | |||
m_isRightToLeft: 0 | |||
m_fontAsset: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} | |||
m_sharedMaterial: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} | |||
m_fontSharedMaterials: [] | |||
m_fontMaterial: {fileID: 0} | |||
m_fontMaterials: [] | |||
m_fontColor32: | |||
serializedVersion: 2 | |||
rgba: 4294967295 | |||
m_fontColor: {r: 1, g: 1, b: 1, a: 1} | |||
m_enableVertexGradient: 0 | |||
m_fontColorGradient: | |||
topLeft: {r: 1, g: 1, b: 1, a: 1} | |||
topRight: {r: 1, g: 1, b: 1, a: 1} | |||
bottomLeft: {r: 1, g: 1, b: 1, a: 1} | |||
bottomRight: {r: 1, g: 1, b: 1, a: 1} | |||
m_fontColorGradientPreset: {fileID: 0} | |||
m_spriteAsset: {fileID: 0} | |||
m_tintAllSprites: 0 | |||
m_overrideHtmlColors: 0 | |||
m_faceColor: | |||
serializedVersion: 2 | |||
rgba: 4294967295 | |||
m_outlineColor: | |||
serializedVersion: 2 | |||
rgba: 4278190080 | |||
m_fontSize: 36 | |||
m_fontSizeBase: 36 | |||
m_fontWeight: 400 | |||
m_enableAutoSizing: 0 | |||
m_fontSizeMin: 18 | |||
m_fontSizeMax: 72 | |||
m_fontStyle: 0 | |||
m_textAlignment: 260 | |||
m_isAlignmentEnumConverted: 1 | |||
m_characterSpacing: 0 | |||
m_wordSpacing: 0 | |||
m_lineSpacing: 0 | |||
m_lineSpacingMax: 0 | |||
m_paragraphSpacing: 0 | |||
m_charWidthMaxAdj: 0 | |||
m_enableWordWrapping: 1 | |||
m_wordWrappingRatios: 0.4 | |||
m_overflowMode: 0 | |||
m_firstOverflowCharacterIndex: -1 | |||
m_linkedTextComponent: {fileID: 0} | |||
m_isLinkedTextComponent: 0 | |||
m_enableKerning: 1 | |||
m_enableExtraPadding: 0 | |||
checkPaddingRequired: 0 | |||
m_isRichText: 1 | |||
m_parseCtrlCharacters: 1 | |||
m_isOrthographic: 0 | |||
m_isCullingEnabled: 0 | |||
m_ignoreRectMaskCulling: 0 | |||
m_ignoreCulling: 1 | |||
m_horizontalMapping: 0 | |||
m_verticalMapping: 0 | |||
m_uvLineOffset: 0.3 | |||
m_geometrySortingOrder: 0 | |||
m_firstVisibleCharacter: 0 | |||
m_useMaxVisibleDescender: 1 | |||
m_pageToDisplay: 0 | |||
m_margin: {x: 0, y: 0, z: 0, w: 0} | |||
m_textInfo: | |||
textComponent: {fileID: 0} | |||
characterCount: 38 | |||
spriteCount: 0 | |||
spaceCount: 6 | |||
wordCount: 7 | |||
linkCount: 0 | |||
lineCount: 2 | |||
pageCount: 1 | |||
materialCount: 1 | |||
m_havePropertiesChanged: 0 | |||
m_isUsingLegacyAnimationComponent: 0 | |||
m_isVolumetricText: 0 | |||
m_spriteAnimator: {fileID: 0} | |||
m_isInputParsingRequired: 0 | |||
m_inputSource: 0 | |||
m_hasFontAssetChanged: 0 | |||
m_renderer: {fileID: 1191214186} | |||
m_subTextObjects: | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
m_maskType: 0 | |||
--- !u!23 &1191214186 | |||
MeshRenderer: | |||
m_ObjectHideFlags: 0 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 0} | |||
m_GameObject: {fileID: 1191214184} | |||
m_Enabled: 1 | |||
m_CastShadows: 0 | |||
m_ReceiveShadows: 0 | |||
m_DynamicOccludee: 1 | |||
m_MotionVectors: 1 | |||
m_LightProbeUsage: 0 | |||
m_ReflectionProbeUsage: 1 | |||
m_RenderingLayerMask: 4294967295 | |||
m_Materials: | |||
- {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} | |||
m_StaticBatchInfo: | |||
firstSubMesh: 0 | |||
subMeshCount: 0 | |||
m_StaticBatchRoot: {fileID: 0} | |||
m_ProbeAnchor: {fileID: 0} | |||
m_LightProbeVolumeOverride: {fileID: 0} | |||
m_ScaleInLightmap: 1 | |||
m_PreserveUVs: 0 | |||
m_IgnoreNormalsForChartDetection: 0 | |||
m_ImportantGI: 0 | |||
m_StitchLightmapSeams: 0 | |||
m_SelectedEditorRenderState: 3 | |||
m_MinimumChartSize: 4 | |||
m_AutoUVMaxDistance: 0.5 | |||
m_AutoUVMaxAngle: 89 | |||
m_LightmapParameters: {fileID: 0} | |||
m_SortingLayerID: 0 | |||
m_SortingLayer: 0 | |||
m_SortingOrder: 0 | |||
--- !u!33 &1191214187 | |||
MeshFilter: | |||
m_ObjectHideFlags: 2 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 0} | |||
m_GameObject: {fileID: 1191214184} | |||
m_Mesh: {fileID: 0} | |||
--- !u!222 &1191214188 | |||
CanvasRenderer: | |||
m_ObjectHideFlags: 2 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 0} | |||
m_GameObject: {fileID: 1191214184} | |||
--- !u!224 &1191214190 | |||
RectTransform: | |||
m_ObjectHideFlags: 0 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 0} | |||
m_GameObject: {fileID: 1191214184} | |||
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} | |||
m_LocalPosition: {x: 0, y: 0, z: 0} | |||
m_LocalScale: {x: 1, y: 1, z: 1} | |||
m_Children: [] | |||
m_Father: {fileID: 0} | |||
m_RootOrder: 2 | |||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} | |||
m_AnchorMin: {x: 0.5, y: 0.5} | |||
m_AnchorMax: {x: 0.5, y: 0.5} | |||
m_AnchoredPosition: {x: 0, y: -10} | |||
m_SizeDelta: {x: 35, y: 9.713184} | |||
m_Pivot: {x: 0.5, y: 0.5} | |||
--- !u!1 &1369999148 | |||
GameObject: | |||
m_ObjectHideFlags: 0 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 0} | |||
serializedVersion: 5 | |||
m_Component: | |||
- component: {fileID: 1369999154} | |||
- component: {fileID: 1369999151} | |||
- component: {fileID: 1369999149} | |||
- component: {fileID: 1369999152} | |||
- component: {fileID: 1369999153} | |||
m_Layer: 0 | |||
m_Name: 2 - Center Justified | |||
m_TagString: Untagged | |||
m_Icon: {fileID: 0} | |||
m_NavMeshLayer: 0 | |||
m_StaticEditorFlags: 0 | |||
m_IsActive: 1 | |||
--- !u!114 &1369999149 | |||
MonoBehaviour: | |||
m_ObjectHideFlags: 0 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 0} | |||
m_GameObject: {fileID: 1369999148} | |||
m_Enabled: 1 | |||
m_EditorHideFlags: 0 | |||
m_Script: {fileID: 11500000, guid: 9541d86e2fd84c1d9990edf0852d74ab, type: 3} | |||
m_Name: | |||
m_EditorClassIdentifier: | |||
m_Material: {fileID: 0} | |||
m_Color: {r: 1, g: 1, b: 1, a: 1} | |||
m_RaycastTarget: 1 | |||
m_OnCullStateChanged: | |||
m_PersistentCalls: | |||
m_Calls: [] | |||
m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI, | |||
Version=1.0.0.0, Culture=neutral, PublicKeyToken=null | |||
m_text: 'This block of text is | |||
<#ff8000>Center</color> justified.' | |||
m_isRightToLeft: 0 | |||
m_fontAsset: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} | |||
m_sharedMaterial: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} | |||
m_fontSharedMaterials: [] | |||
m_fontMaterial: {fileID: 0} | |||
m_fontMaterials: [] | |||
m_fontColor32: | |||
serializedVersion: 2 | |||
rgba: 4294967295 | |||
m_fontColor: {r: 1, g: 1, b: 1, a: 1} | |||
m_enableVertexGradient: 0 | |||
m_fontColorGradient: | |||
topLeft: {r: 1, g: 1, b: 1, a: 1} | |||
topRight: {r: 1, g: 1, b: 1, a: 1} | |||
bottomLeft: {r: 1, g: 1, b: 1, a: 1} | |||
bottomRight: {r: 1, g: 1, b: 1, a: 1} | |||
m_fontColorGradientPreset: {fileID: 0} | |||
m_spriteAsset: {fileID: 0} | |||
m_tintAllSprites: 0 | |||
m_overrideHtmlColors: 0 | |||
m_faceColor: | |||
serializedVersion: 2 | |||
rgba: 4294967295 | |||
m_outlineColor: | |||
serializedVersion: 2 | |||
rgba: 4278190080 | |||
m_fontSize: 36 | |||
m_fontSizeBase: 36 | |||
m_fontWeight: 400 | |||
m_enableAutoSizing: 0 | |||
m_fontSizeMin: 18 | |||
m_fontSizeMax: 72 | |||
m_fontStyle: 0 | |||
m_textAlignment: 258 | |||
m_isAlignmentEnumConverted: 1 | |||
m_characterSpacing: 0 | |||
m_wordSpacing: 0 | |||
m_lineSpacing: 0 | |||
m_lineSpacingMax: 0 | |||
m_paragraphSpacing: 0 | |||
m_charWidthMaxAdj: 0 | |||
m_enableWordWrapping: 1 | |||
m_wordWrappingRatios: 0.4 | |||
m_overflowMode: 0 | |||
m_firstOverflowCharacterIndex: -1 | |||
m_linkedTextComponent: {fileID: 0} | |||
m_isLinkedTextComponent: 0 | |||
m_enableKerning: 1 | |||
m_enableExtraPadding: 0 | |||
checkPaddingRequired: 0 | |||
m_isRichText: 1 | |||
m_parseCtrlCharacters: 1 | |||
m_isOrthographic: 0 | |||
m_isCullingEnabled: 0 | |||
m_ignoreRectMaskCulling: 0 | |||
m_ignoreCulling: 1 | |||
m_horizontalMapping: 0 | |||
m_verticalMapping: 0 | |||
m_uvLineOffset: 0.3 | |||
m_geometrySortingOrder: 0 | |||
m_firstVisibleCharacter: 0 | |||
m_useMaxVisibleDescender: 1 | |||
m_pageToDisplay: 0 | |||
m_margin: {x: 0, y: 0, z: 0, w: 0} | |||
m_textInfo: | |||
textComponent: {fileID: 0} | |||
characterCount: 39 | |||
spriteCount: 0 | |||
spaceCount: 6 | |||
wordCount: 7 | |||
linkCount: 0 | |||
lineCount: 2 | |||
pageCount: 1 | |||
materialCount: 1 | |||
m_havePropertiesChanged: 0 | |||
m_isUsingLegacyAnimationComponent: 0 | |||
m_isVolumetricText: 0 | |||
m_spriteAnimator: {fileID: 0} | |||
m_isInputParsingRequired: 0 | |||
m_inputSource: 0 | |||
m_hasFontAssetChanged: 0 | |||
m_renderer: {fileID: 1369999151} | |||
m_subTextObjects: | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
m_maskType: 0 | |||
--- !u!23 &1369999151 | |||
MeshRenderer: | |||
m_ObjectHideFlags: 0 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 0} | |||
m_GameObject: {fileID: 1369999148} | |||
m_Enabled: 1 | |||
m_CastShadows: 0 | |||
m_ReceiveShadows: 0 | |||
m_DynamicOccludee: 1 | |||
m_MotionVectors: 1 | |||
m_LightProbeUsage: 0 | |||
m_ReflectionProbeUsage: 1 | |||
m_RenderingLayerMask: 4294967295 | |||
m_Materials: | |||
- {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} | |||
m_StaticBatchInfo: | |||
firstSubMesh: 0 | |||
subMeshCount: 0 | |||
m_StaticBatchRoot: {fileID: 0} | |||
m_ProbeAnchor: {fileID: 0} | |||
m_LightProbeVolumeOverride: {fileID: 0} | |||
m_ScaleInLightmap: 1 | |||
m_PreserveUVs: 0 | |||
m_IgnoreNormalsForChartDetection: 0 | |||
m_ImportantGI: 0 | |||
m_StitchLightmapSeams: 0 | |||
m_SelectedEditorRenderState: 3 | |||
m_MinimumChartSize: 4 | |||
m_AutoUVMaxDistance: 0.5 | |||
m_AutoUVMaxAngle: 89 | |||
m_LightmapParameters: {fileID: 0} | |||
m_SortingLayerID: 0 | |||
m_SortingLayer: 0 | |||
m_SortingOrder: 0 | |||
--- !u!33 &1369999152 | |||
MeshFilter: | |||
m_ObjectHideFlags: 2 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 0} | |||
m_GameObject: {fileID: 1369999148} | |||
m_Mesh: {fileID: 0} | |||
--- !u!222 &1369999153 | |||
CanvasRenderer: | |||
m_ObjectHideFlags: 2 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 0} | |||
m_GameObject: {fileID: 1369999148} | |||
--- !u!224 &1369999154 | |||
RectTransform: | |||
m_ObjectHideFlags: 0 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 0} | |||
m_GameObject: {fileID: 1369999148} | |||
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} | |||
m_LocalPosition: {x: 0, y: 0, z: 0} | |||
m_LocalScale: {x: 1, y: 1, z: 1} | |||
m_Children: [] | |||
m_Father: {fileID: 0} | |||
m_RootOrder: 3 | |||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} | |||
m_AnchorMin: {x: 0.5, y: 0.5} | |||
m_AnchorMax: {x: 0.5, y: 0.5} | |||
m_AnchoredPosition: {x: 0, y: 0} | |||
m_SizeDelta: {x: 35, y: 9.713184} | |||
m_Pivot: {x: 0.5, y: 0.5} | |||
--- !u!1 &1915181340 | |||
GameObject: | |||
m_ObjectHideFlags: 0 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 0} | |||
serializedVersion: 5 | |||
m_Component: | |||
- component: {fileID: 1915181346} | |||
- component: {fileID: 1915181343} | |||
- component: {fileID: 1915181341} | |||
- component: {fileID: 1915181344} | |||
- component: {fileID: 1915181345} | |||
m_Layer: 0 | |||
m_Name: 4 - Justified | |||
m_TagString: Untagged | |||
m_Icon: {fileID: 0} | |||
m_NavMeshLayer: 0 | |||
m_StaticEditorFlags: 0 | |||
m_IsActive: 1 | |||
--- !u!114 &1915181341 | |||
MonoBehaviour: | |||
m_ObjectHideFlags: 0 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 0} | |||
m_GameObject: {fileID: 1915181340} | |||
m_Enabled: 1 | |||
m_EditorHideFlags: 0 | |||
m_Script: {fileID: 11500000, guid: 9541d86e2fd84c1d9990edf0852d74ab, type: 3} | |||
m_Name: | |||
m_EditorClassIdentifier: | |||
m_Material: {fileID: 0} | |||
m_Color: {r: 1, g: 1, b: 1, a: 1} | |||
m_RaycastTarget: 1 | |||
m_OnCullStateChanged: | |||
m_PersistentCalls: | |||
m_Calls: [] | |||
m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI, | |||
Version=1.0.0.0, Culture=neutral, PublicKeyToken=null | |||
m_text: This block of text is <#f0af80>Justified</color> on the left and right side. | |||
m_isRightToLeft: 0 | |||
m_fontAsset: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} | |||
m_sharedMaterial: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} | |||
m_fontSharedMaterials: [] | |||
m_fontMaterial: {fileID: 0} | |||
m_fontMaterials: [] | |||
m_fontColor32: | |||
serializedVersion: 2 | |||
rgba: 4294967295 | |||
m_fontColor: {r: 1, g: 1, b: 1, a: 1} | |||
m_enableVertexGradient: 0 | |||
m_fontColorGradient: | |||
topLeft: {r: 1, g: 1, b: 1, a: 1} | |||
topRight: {r: 1, g: 1, b: 1, a: 1} | |||
bottomLeft: {r: 1, g: 1, b: 1, a: 1} | |||
bottomRight: {r: 1, g: 1, b: 1, a: 1} | |||
m_fontColorGradientPreset: {fileID: 0} | |||
m_spriteAsset: {fileID: 0} | |||
m_tintAllSprites: 0 | |||
m_overrideHtmlColors: 0 | |||
m_faceColor: | |||
serializedVersion: 2 | |||
rgba: 4294967295 | |||
m_outlineColor: | |||
serializedVersion: 2 | |||
rgba: 4278190080 | |||
m_fontSize: 36 | |||
m_fontSizeBase: 36 | |||
m_fontWeight: 400 | |||
m_enableAutoSizing: 0 | |||
m_fontSizeMin: 18 | |||
m_fontSizeMax: 72 | |||
m_fontStyle: 0 | |||
m_textAlignment: 264 | |||
m_isAlignmentEnumConverted: 1 | |||
m_characterSpacing: 0 | |||
m_wordSpacing: 0 | |||
m_lineSpacing: 0 | |||
m_lineSpacingMax: 0 | |||
m_paragraphSpacing: 0 | |||
m_charWidthMaxAdj: 0 | |||
m_enableWordWrapping: 1 | |||
m_wordWrappingRatios: 0.5 | |||
m_overflowMode: 0 | |||
m_firstOverflowCharacterIndex: -1 | |||
m_linkedTextComponent: {fileID: 0} | |||
m_isLinkedTextComponent: 0 | |||
m_enableKerning: 1 | |||
m_enableExtraPadding: 0 | |||
checkPaddingRequired: 0 | |||
m_isRichText: 1 | |||
m_parseCtrlCharacters: 1 | |||
m_isOrthographic: 0 | |||
m_isCullingEnabled: 0 | |||
m_ignoreRectMaskCulling: 0 | |||
m_ignoreCulling: 1 | |||
m_horizontalMapping: 0 | |||
m_verticalMapping: 0 | |||
m_uvLineOffset: 0.3 | |||
m_geometrySortingOrder: 0 | |||
m_firstVisibleCharacter: 0 | |||
m_useMaxVisibleDescender: 1 | |||
m_pageToDisplay: 0 | |||
m_margin: {x: 0, y: 0, z: 0, w: 0} | |||
m_textInfo: | |||
textComponent: {fileID: 0} | |||
characterCount: 59 | |||
spriteCount: 0 | |||
spaceCount: 11 | |||
wordCount: 12 | |||
linkCount: 0 | |||
lineCount: 3 | |||
pageCount: 1 | |||
materialCount: 1 | |||
m_havePropertiesChanged: 0 | |||
m_isUsingLegacyAnimationComponent: 0 | |||
m_isVolumetricText: 0 | |||
m_spriteAnimator: {fileID: 0} | |||
m_isInputParsingRequired: 0 | |||
m_inputSource: 0 | |||
m_hasFontAssetChanged: 0 | |||
m_renderer: {fileID: 1915181343} | |||
m_subTextObjects: | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
- {fileID: 0} | |||
m_maskType: 0 | |||
--- !u!23 &1915181343 | |||
MeshRenderer: | |||
m_ObjectHideFlags: 0 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 0} | |||
m_GameObject: {fileID: 1915181340} | |||
m_Enabled: 1 | |||
m_CastShadows: 0 | |||
m_ReceiveShadows: 0 | |||
m_DynamicOccludee: 1 | |||
m_MotionVectors: 1 | |||
m_LightProbeUsage: 0 | |||
m_ReflectionProbeUsage: 1 | |||
m_RenderingLayerMask: 4294967295 | |||
m_Materials: | |||
- {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} | |||
m_StaticBatchInfo: | |||
firstSubMesh: 0 | |||
subMeshCount: 0 | |||
m_StaticBatchRoot: {fileID: 0} | |||
m_ProbeAnchor: {fileID: 0} | |||
m_LightProbeVolumeOverride: {fileID: 0} | |||
m_ScaleInLightmap: 1 | |||
m_PreserveUVs: 0 | |||
m_IgnoreNormalsForChartDetection: 0 | |||
m_ImportantGI: 0 | |||
m_StitchLightmapSeams: 0 | |||
m_SelectedEditorRenderState: 3 | |||
m_MinimumChartSize: 4 | |||
m_AutoUVMaxDistance: 0.5 | |||
m_AutoUVMaxAngle: 89 | |||
m_LightmapParameters: {fileID: 0} | |||
m_SortingLayerID: 0 | |||
m_SortingLayer: 0 | |||
m_SortingOrder: 0 | |||
--- !u!33 &1915181344 | |||
MeshFilter: | |||
m_ObjectHideFlags: 2 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 0} | |||
m_GameObject: {fileID: 1915181340} | |||
m_Mesh: {fileID: 0} | |||
--- !u!222 &1915181345 | |||
CanvasRenderer: | |||
m_ObjectHideFlags: 2 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 0} | |||
m_GameObject: {fileID: 1915181340} | |||
--- !u!224 &1915181346 | |||
RectTransform: | |||
m_ObjectHideFlags: 0 | |||
m_PrefabParentObject: {fileID: 0} | |||
m_PrefabInternal: {fileID: 0} | |||
m_GameObject: {fileID: 1915181340} | |||
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} | |||
m_LocalPosition: {x: 0, y: 0, z: 0} | |||
m_LocalScale: {x: 1, y: 1, z: 1} | |||
m_Children: [] | |||
m_Father: {fileID: 0} | |||
m_RootOrder: 4 | |||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} | |||
m_AnchorMin: {x: 0.5, y: 0.5} | |||
m_AnchorMax: {x: 0.5, y: 0.5} | |||
m_AnchoredPosition: {x: 0, y: -23.53233} | |||
m_SizeDelta: {x: 35, y: 15.065462} | |||
m_Pivot: {x: 0.5, y: 0.5} |