Enable switching between JP and EN
#5
Merged
ArnethMyndraavn
merged 4 commits from fix into Main 3 years ago
@ -1,474 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProductVersion>10.0.20506</ProductVersion>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
<ProjectGuid>{8064C318-980D-5E6D-F7D0-C6A8C4DBEB3C}</ProjectGuid>
|
||||
<OutputType>Library</OutputType>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace></RootNamespace>
|
||||
<AssemblyName>Assembly-CSharp</AssemblyName>
|
||||
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<BaseDirectory>Assets</BaseDirectory>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>Temp\bin\Debug\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE;UNITY_STANDALONE_WIN;ENABLE_MICROPHONE;ENABLE_TEXTUREID_MAP;ENABLE_AUDIO_FMOD;UNITY_STANDALONE;ENABLE_MONO;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_GENERICS;ENABLE_SUBSTANCE;INCLUDE_WP8SUPPORT;ENABLE_MOVIES;ENABLE_WWW;ENABLE_IMAGEEFFECTS;ENABLE_WEBCAM;INCLUDE_METROSUPPORT;RENDER_SOFTWARE_CURSOR;ENABLE_NETWORK;ENABLE_PHYSICS;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_2D_PHYSICS;ENABLE_SHADOWS;ENABLE_AUDIO;ENABLE_NAVMESH_CARVING;ENABLE_DUCK_TYPING;ENABLE_SINGLE_INSTANCE_BUILD_SETTING;UNITY_4_3_1;UNITY_4_3;DEVELOPMENT_BUILD;ENABLE_PROFILER;UNITY_EDITOR;UNITY_EDITOR_WIN;UNITY_TEAM_LICENSE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<NoWarn>0169</NoWarn>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>Temp\bin\Release\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<NoWarn>0169</NoWarn>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.XML" />
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="System.Xml.Linq" />
|
||||
<Reference Include="UnityEngine">
|
||||
<HintPath>C:/Program Files (x86)/Unity/Editor/Data/Managed/UnityEngine.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="UnityEditor">
|
||||
<HintPath>C:/Program Files (x86)/Unity/Editor/Data/Managed/UnityEditor.dll</HintPath>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp-firstpass\GoogleIABManager.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp-firstpass\Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp-firstpass\StoreKitBinding.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp-firstpass\StoreKitDownload.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp-firstpass\StoreKitDownloadState.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp-firstpass\StoreKitManager.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp-firstpass\StoreKitProduct.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp-firstpass\StoreKitTransaction.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\AMAppStore.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\AdvMenuTask.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\AdvMode.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\AdvSample.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\AdventureMenuWindow.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\AnimationRange.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\AnimationRange_Color.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\AnimationRange_Vector3.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\AssetStream.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\BMFont.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\BMFontReader.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\BMGlyph.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\BMSymbol.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\BaseWindow.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\ByteReader.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\BytesEncrypter.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\BytesHash.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\CBackLogWnd.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\CGCharaSelectWindow.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\CGSelectWindow.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\CMessageText.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\CSVCGList.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\CSVCGListHolder.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\CSVManager.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\CSVSceneMemory.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\CSVSceneMemoryHolder.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\CameraAspectOptimizer.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\ChannelTexture.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\CharObject.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\CreateSprite.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\CreditsWindow.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\CursorData.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\DEBUG_ID.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\DebugDef.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\DebugMenuWnd.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\DebugMovieWnd.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\EffectManager.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\EventWnd.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\FrameBuffer.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\GalleryCGWindow.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\GalleryCharaSelectWindow.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\GalleryInputNameDialogExitType.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\GalleryInputNameDialogType.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\GalleryInputNameDialogWindow.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\GalleryInputNameKeyboardWindow.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\GalleryInputNameWindow.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\GalleryMenuWindow.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\GalleryMovieWindow.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\GallerySelectWindow.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Game\CHAR_ID.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Game\GameInitilize.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\GameInitWindow.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\GameInput.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\GraphicManager.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\HelpWindow.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\IImageAnimation.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\INPUT_STATUS.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\ImageAnimationLocalPosition.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\ImageAnimationMaterialColor.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\ImageBytesInfo.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\ImageBytesLoader.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\ImageObject.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\ImageObject2.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\IntroductionWindow.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\LB_INIT.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\ListItemObject.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\LogoMovieWindow.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\MOVIE_TEX_TYPE.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Man2D.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\ManSound.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\ManSprite.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\ManTexture.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\MemoryCharaSelectWindow.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\MemorySelectWindow.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Meter.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\MeterCollider.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\MobileMovieTexture.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\MonoBehaviourWrap.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\MoveType.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\MovieDef.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\MovieManager.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\MovieTex.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\MsgWnd.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\NameInputKeyboard.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\NsQT\CQK3Node.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\NsQT\CQPocketK3.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\NsQT\CQTkReader.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\NsQT\QK3_ERROR.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\NsQT\QK3_IDTYPE.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\NsQT\QK3_ITEMINFO.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\NsQT\QK3_NODETYPE.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\NsQT\QK3_OP.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\NsQT\Q_TOKEN.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\OptionBackWindow.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\OptionBaseWindow.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\OptionScreenWindow.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\OptionSkipWindow.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\OptionSoundItems.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\OptionSoundMeter.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\OptionSoundWindow.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\OptionTextWindow.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\OptionVoiceMeter.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\OptionVoiceWindow.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\ParamWnd.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Pathing.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\PaymentCallType.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\PaymentDialogWindow.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\PaymentExitType.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\PaymentGameApi\DatabaseProductID.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\PaymentGameApi\PaymentInit.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\PaymentGameApi\RestoreMain.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\PaymentListWindow.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\PaymentStoreApi\PaymentSave.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\PaymentTask.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\PaymentWindow.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Point2.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Point3.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\QO\AllocMem.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\QO\IO\QODirectory.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\AM\Game\SYS_SAVE_DATA.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\AM\Game\SYS_SAVE_DATA_HEADER.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\AM\Game\SysSaveData.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Application\App.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\CheckString.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Debug.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Def\BackLogDef.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Def\CHAR_POS.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Def\CharaDef.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Def\DefSysParam.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Def\EffectDef.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Def\ErrorDef.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Def\FONTINFO.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Def\FileDef.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Def\FontDef.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Def\GameDef.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Def\GrpDef.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Def\KsDef.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Def\MSGFONTSIZE.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Def\MSGWND_STYLE.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Def\MsgDef.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Def\PayDef.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Def\PaymentDef.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Def\SKIP_MODE.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Def\SYSTEM_IDX.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Def\SaveLoadDef.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Def\SelectDef.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Def\SoundDef.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Def\WndPri.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\DispAssert.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\File\FileId.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\File\NMB_BTREEITEM.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\File\NMB_FILEHEADER.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\File\NMB_FILEINFO.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\File\Nmb.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\File\NmbFile.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Game\Chara.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Game\GAMECHAR_TABLE.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Game\GAME_SAVE_DATA.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Game\GAME_SAVE_DATA_HEADER.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Game\GameData.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Game\KS_LOG_DATA.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Game\KsExec.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Game\PaymentParam.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Game\SaveData.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Game\SysData.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Game\SystemParam.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Graphics\Effect.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Graphics\Graph.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Graphics\Movie.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Input\INPUT_STATE.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Input\KsInput.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\AKB_DIRINFO.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\AKB_FILEHEADER.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\AKB_FILEINFO.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\AKB_LABELINFO.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\Akb.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\CG.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\CHAR_POS.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\CONFIG.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\DRAW_COMMAND.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\EVENTBACKUPDATA.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\EVENTECENR_NAME.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\EVENTSCENE.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\EVENTSCENE_BGM.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\EVENTSCENE_CG.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\EVENTSCENE_MSG.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\EVENTSCENE_OBJ.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\EVENTSCENE_SE.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\EVENTSCENE_SELCET.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\EVSP.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\EVSP_NO.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\EventPlayer.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\KSID.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\KsData.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\KsLog.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\KsMsgConfig.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\KsPlayer.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\KsPlayerConfig.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\KsScene.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\KsSceneDrawObject.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\KsTagInfo.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\KsTagInfo_ADD.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\KsTagInfo_ANIMATION.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\KsTagInfo_BACKLOG.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\KsTagInfo_BGIMAGE.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\KsTagInfo_BGM.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\KsTagInfo_BR.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\KsTagInfo_CALL.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\KsTagInfo_CG.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\KsTagInfo_CG1.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\KsTagInfo_CG2.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\KsTagInfo_CG3.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\KsTagInfo_CG4.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\KsTagInfo_CHARA.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\KsTagInfo_CHARA1.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\KsTagInfo_CHARA2.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\KsTagInfo_CHARA3.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\KsTagInfo_CHARA4.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\KsTagInfo_CHARA5.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\KsTagInfo_CLEARMESSAGE.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\KsTagInfo_CMD.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\KsTagInfo_END.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\KsTagInfo_ENDMEMORY.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\KsTagInfo_EXEC.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\KsTagInfo_EXIT.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\KsTagInfo_F.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\KsTagInfo_FLASH.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\KsTagInfo_IF_COMPARE_CALL.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\KsTagInfo_IF_COMPARE_NEXT.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\KsTagInfo_IF_PARAM_CALL.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\KsTagInfo_IF_PARAM_NEXT.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\KsTagInfo_IF_READED_CALL.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\KsTagInfo_IF_READED_NEXT.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\KsTagInfo_IF_SYS_READED_CALL.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\KsTagInfo_IF_SYS_READED_NEXT.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\KsTagInfo_MESSAGE.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\KsTagInfo_MOVIE.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\KsTagInfo_NEXT.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\KsTagInfo_PRINT.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\KsTagInfo_RETURN.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\KsTagInfo_SE.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\KsTagInfo_SE1.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\KsTagInfo_SE2.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\KsTagInfo_SELECT.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\KsTagInfo_SET.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\KsTagInfo_SHAKE.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\KsTagInfo_STOP.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\KsTagInfo_STOPRW.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\KsTagInfo_STOP_CALL.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\KsTagInfo_WAIT.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\KsTagTable.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\KsTextSeparator.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\KsWorkLog.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\LabelData.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\MSG_STYLE.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\MsgTagData.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\PLAYSTAT.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\PLAY_MODE.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\ParamData.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\SCENECALLDATA.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\SCENELOGDATA.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\SCENEPOSDATA.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\SCENE_DRAW_OBJECT.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\SCENE_RESTOREDATA.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\SCENE_SKIPFLAG.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\SWITCH.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\TAG_RESULT.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\TagBase.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\TagData.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Ks\TagReader.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Memory\MemFile.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Message\BACKLOG_ITEM.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Message\BackLog.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Message\MSGWND_STYLE_DATA.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Message\MessageStyle.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Param\GameParam.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Param\Look.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Param\PARAM_DATA.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Param\Read.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Script\AmCalc.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Script\Calc.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Script\QC_FUNCNO.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Script\QC_FUNCTYPE.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Script\QC_VARTYPE.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Select\SceneSelect.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Select\SelectBtn.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Select\SelectItem.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\SoundSystem\Sound.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Table\DirScaleTable.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Table\SelectTable.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Qoo\Wnd\MessageDlg.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\SLIDE_VECTOR.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\SPRITE_DRAW_MODE.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\SPRITE_FX_FLAG.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\SaveFileInfo.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\SaveLoadCallType.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\SaveLoadManager.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\SaveLoadSample.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\SaveLoadType.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\SaveLoadWindow.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\SceneManager.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\ScreenEffect.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\ScreenKeyboardManager.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\ScreenMovieSample.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\ScriptEvent.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\ScriptEventSelfHandler.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\ScriptEventTriger.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\SelectWnd.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Singleton.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\Size.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\SizeF.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\SoundData.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\SoundOptionType.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\SoundStream.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\SoundVoice.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\SplitImageObject2.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\StorySelectWindow.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\SubPartCamera.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\SubPartTask.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\SubTaskBaseWindow.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\TASK_TYPE.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\TOUCH_STATE.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\TaskManager.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\TextItem.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\TextMenuWnd.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\TitleRestoreWindow.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\TitleWindow.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\UIAction.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\UIActionButton.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\UIActionToggle.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\UIFont.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\UIObjectInfo.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\UITextureInfo.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\UIValue.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\UnityApp.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\UnityBaseClass.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\UnityFile.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\UnityFileLoader.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\UnityFileLoaderQueue.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\UnityGraph.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\UnityInput.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\UnitySprite.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\UnityTask.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\UnityTextSprite.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\UnityTexture.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\UnityTimer.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\UserBaseClass.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\VoiceOptionCollider.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\VoiceOptionList.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\VoiceOptionScrollbar.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\VoiceOptionScrollbarSlider.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\effect_sample_main.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\keyboard_sample_main.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\myClass.cs" />
|
||||
<Compile Include="Assets\Scripts\Assembly-CSharp\myClassChild.cs" />
|
||||
<Compile Include="Assets\Scripts\P31RestKit\AbstractManager.cs" />
|
||||
<Compile Include="Assets\Scripts\P31RestKit\ActionExtensions.cs" />
|
||||
<Compile Include="Assets\Scripts\P31RestKit\DTOBase.cs" />
|
||||
<Compile Include="Assets\Scripts\P31RestKit\DateTimeExtensions.cs" />
|
||||
<Compile Include="Assets\Scripts\P31RestKit\DeserializationExtensions.cs" />
|
||||
<Compile Include="Assets\Scripts\P31RestKit\HTTPVerb.cs" />
|
||||
<Compile Include="Assets\Scripts\P31RestKit\IJsonSerializerStrategy.cs" />
|
||||
<Compile Include="Assets\Scripts\P31RestKit\Json.cs" />
|
||||
<Compile Include="Assets\Scripts\P31RestKit\JsonArray.cs" />
|
||||
<Compile Include="Assets\Scripts\P31RestKit\JsonExtensions.cs" />
|
||||
<Compile Include="Assets\Scripts\P31RestKit\JsonFormatter.cs" />
|
||||
<Compile Include="Assets\Scripts\P31RestKit\JsonObject.cs" />
|
||||
<Compile Include="Assets\Scripts\P31RestKit\MonoBehaviourGUI.cs" />
|
||||
<Compile Include="Assets\Scripts\P31RestKit\OAuthManager.cs" />
|
||||
<Compile Include="Assets\Scripts\P31RestKit\OAuthResponse.cs" />
|
||||
<Compile Include="Assets\Scripts\P31RestKit\P31DeserializeableFieldAttribute.cs" />
|
||||
<Compile Include="Assets\Scripts\P31RestKit\P31Error.cs" />
|
||||
<Compile Include="Assets\Scripts\P31RestKit\P31RestKit.cs" />
|
||||
<Compile Include="Assets\Scripts\P31RestKit\PocoJsonSerializerStrategy.cs" />
|
||||
<Compile Include="Assets\Scripts\P31RestKit\Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="Assets\Scripts\P31RestKit\Reflection\CacheResolver.cs" />
|
||||
<Compile Include="Assets\Scripts\P31RestKit\Reflection\GetHandler.cs" />
|
||||
<Compile Include="Assets\Scripts\P31RestKit\Reflection\MemberMapLoader.cs" />
|
||||
<Compile Include="Assets\Scripts\P31RestKit\Reflection\ReflectionUtils.cs" />
|
||||
<Compile Include="Assets\Scripts\P31RestKit\Reflection\SafeDictionary.cs" />
|
||||
<Compile Include="Assets\Scripts\P31RestKit\Reflection\SetHandler.cs" />
|
||||
<Compile Include="Assets\Scripts\P31RestKit\SimpleJson.cs" />
|
||||
<Compile Include="Assets\Scripts\P31RestKit\StringExtensions.cs" />
|
||||
<Compile Include="Assets\Scripts\P31RestKit\ThreadingCallbackHelper.cs" />
|
||||
<Compile Include="Assets\Scripts\P31RestKit\Utils.cs" />
|
||||
<None Include="Assets\Resources\shader\effect\OLD\CrossFade1.shader" />
|
||||
<None Include="Assets\Resources\shader\sprite\Sprite Flash.shader" />
|
||||
<None Include="Assets\Resources\shader\movie\YCrCbtoRGBTrans.shader" />
|
||||
<None Include="Assets\Resources\shader\effect\OLD\Transition.shader" />
|
||||
<None Include="Assets\Resources\shader\effect\Transition.shader" />
|
||||
<None Include="Assets\Resources\shader\movie\YCrCbtoRGBChromaKey.shader" />
|
||||
<None Include="Assets\Resources\shader\sprite\Sprite Back.shader" />
|
||||
<None Include="Assets\Resources\shader\sprite\TextSprite.shader" />
|
||||
<None Include="Assets\Resources\shader\movie\YCrCbtoRGB.shader" />
|
||||
<None Include="Assets\Resources\shader\movie\YCrCbtoRGBSplitAlpha.shader" />
|
||||
<None Include="Assets\StreamingAssets\font\h2m_font.fnt" />
|
||||
<None Include="Assets\Resources\shader\sprite\Sprite NoTexAlpha.shader" />
|
||||
<None Include="Assets\Resources\shader\effect\Mosaic.shader" />
|
||||
<None Include="Assets\Resources\shader\sprite\Sprite.shader" />
|
||||
<None Include="Assets\Resources\shader\color\UnlitColor.shader" />
|
||||
<None Include="Assets\Resources\shader\sprite\Sprite Sub.shader" />
|
||||
<None Include="Assets\Resources\shader\effect\Ripple.shader" />
|
||||
<None Include="Assets\Resources\shader\sprite\Sprite Add.shader" />
|
||||
<None Include="Assets\Resources\shader\movie\YCrCbtoRGB Add.shader" />
|
||||
<None Include="Assets\Resources\shader\effect\Wave.shader" />
|
||||
<None Include="Assets\Resources\shader\effect\CrossFade.shader" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
<Target Name="BeforeBuild">
|
||||
</Target>
|
||||
<Target Name="AfterBuild">
|
||||
</Target>
|
||||
-->
|
||||
|
||||
</Project>
|
||||
File diff suppressed because it is too large
Load Diff
@ -1,80 +0,0 @@
|
||||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!21 &2100000
|
||||
Material:
|
||||
serializedVersion: 8
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_Name: New Render Texture
|
||||
m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0}
|
||||
m_ValidKeywords: []
|
||||
m_InvalidKeywords: []
|
||||
m_LightmapFlags: 4
|
||||
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}
|
||||
- _DetailAlbedoMap:
|
||||
m_Texture: {fileID: 0}
|
||||
m_Scale: {x: 1, y: 1}
|
||||
m_Offset: {x: 0, y: 0}
|
||||
- _DetailMask:
|
||||
m_Texture: {fileID: 0}
|
||||
m_Scale: {x: 1, y: 1}
|
||||
m_Offset: {x: 0, y: 0}
|
||||
- _DetailNormalMap:
|
||||
m_Texture: {fileID: 0}
|
||||
m_Scale: {x: 1, y: 1}
|
||||
m_Offset: {x: 0, y: 0}
|
||||
- _EmissionMap:
|
||||
m_Texture: {fileID: 0}
|
||||
m_Scale: {x: 1, y: 1}
|
||||
m_Offset: {x: 0, y: 0}
|
||||
- _MainTex:
|
||||
m_Texture: {fileID: 8400000, guid: 4cde49bf8b6281847a10ac6acdc4e93c, type: 2}
|
||||
m_Scale: {x: 1, y: 1}
|
||||
m_Offset: {x: 0, y: 0}
|
||||
- _MetallicGlossMap:
|
||||
m_Texture: {fileID: 0}
|
||||
m_Scale: {x: 1, y: 1}
|
||||
m_Offset: {x: 0, y: 0}
|
||||
- _OcclusionMap:
|
||||
m_Texture: {fileID: 0}
|
||||
m_Scale: {x: 1, y: 1}
|
||||
m_Offset: {x: 0, y: 0}
|
||||
- _ParallaxMap:
|
||||
m_Texture: {fileID: 0}
|
||||
m_Scale: {x: 1, y: 1}
|
||||
m_Offset: {x: 0, y: 0}
|
||||
m_Ints: []
|
||||
m_Floats:
|
||||
- _BumpScale: 1
|
||||
- _Cutoff: 0.5
|
||||
- _DetailNormalMapScale: 1
|
||||
- _DstBlend: 0
|
||||
- _GlossMapScale: 1
|
||||
- _Glossiness: 0.5
|
||||
- _GlossyReflections: 1
|
||||
- _Metallic: 0
|
||||
- _Mode: 0
|
||||
- _OcclusionStrength: 1
|
||||
- _Parallax: 0.02
|
||||
- _SmoothnessTextureChannel: 0
|
||||
- _SpecularHighlights: 1
|
||||
- _SrcBlend: 1
|
||||
- _UVSec: 0
|
||||
- _ZWrite: 1
|
||||
m_Colors:
|
||||
- _Color: {r: 1, g: 1, b: 1, a: 1}
|
||||
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}
|
||||
m_BuildTextureStacks: []
|
||||
@ -0,0 +1,80 @@
|
||||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!21 &2100000
|
||||
Material:
|
||||
serializedVersion: 8
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_Name: NewRenderTexture
|
||||
m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0}
|
||||
m_ValidKeywords: []
|
||||
m_InvalidKeywords: []
|
||||
m_LightmapFlags: 4
|
||||
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}
|
||||
- _DetailAlbedoMap:
|
||||
m_Texture: {fileID: 0}
|
||||
m_Scale: {x: 1, y: 1}
|
||||
m_Offset: {x: 0, y: 0}
|
||||
- _DetailMask:
|
||||
m_Texture: {fileID: 0}
|
||||
m_Scale: {x: 1, y: 1}
|
||||
m_Offset: {x: 0, y: 0}
|
||||
- _DetailNormalMap:
|
||||
m_Texture: {fileID: 0}
|
||||
m_Scale: {x: 1, y: 1}
|
||||
m_Offset: {x: 0, y: 0}
|
||||
- _EmissionMap:
|
||||
m_Texture: {fileID: 0}
|
||||
m_Scale: {x: 1, y: 1}
|
||||
m_Offset: {x: 0, y: 0}
|
||||
- _MainTex:
|
||||
m_Texture: {fileID: 8400000, guid: 4cde49bf8b6281847a10ac6acdc4e93c, type: 2}
|
||||
m_Scale: {x: 1, y: 1}
|
||||
m_Offset: {x: 0, y: 0}
|
||||
- _MetallicGlossMap:
|
||||
m_Texture: {fileID: 0}
|
||||
m_Scale: {x: 1, y: 1}
|
||||
m_Offset: {x: 0, y: 0}
|
||||
- _OcclusionMap:
|
||||
m_Texture: {fileID: 0}
|
||||
m_Scale: {x: 1, y: 1}
|
||||
m_Offset: {x: 0, y: 0}
|
||||
- _ParallaxMap:
|
||||
m_Texture: {fileID: 0}
|
||||
m_Scale: {x: 1, y: 1}
|
||||
m_Offset: {x: 0, y: 0}
|
||||
m_Ints: []
|
||||
m_Floats:
|
||||
- _BumpScale: 1
|
||||
- _Cutoff: 0.5
|
||||
- _DetailNormalMapScale: 1
|
||||
- _DstBlend: 0
|
||||
- _GlossMapScale: 1
|
||||
- _Glossiness: 0.5
|
||||
- _GlossyReflections: 1
|
||||
- _Metallic: 0
|
||||
- _Mode: 0
|
||||
- _OcclusionStrength: 1
|
||||
- _Parallax: 0.02
|
||||
- _SmoothnessTextureChannel: 0
|
||||
- _SpecularHighlights: 1
|
||||
- _SrcBlend: 1
|
||||
- _UVSec: 0
|
||||
- _ZWrite: 1
|
||||
m_Colors:
|
||||
- _Color: {r: 1, g: 1, b: 1, a: 1}
|
||||
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}
|
||||
m_BuildTextureStacks: []
|
||||
@ -0,0 +1,194 @@
|
||||
%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.212, g: 0.227, b: 0.259, a: 1}
|
||||
m_AmbientEquatorColor: {r: 0.114, g: 0.125, b: 0.133, a: 1}
|
||||
m_AmbientGroundColor: {r: 0.047, g: 0.043, b: 0.035, a: 1}
|
||||
m_AmbientIntensity: 1
|
||||
m_AmbientMode: 0
|
||||
m_SubtractiveShadowColor: {r: 0.42, g: 0.478, b: 0.627, a: 1}
|
||||
m_SkyboxMaterial: {fileID: 10304, guid: 0000000000000000f000000000000000, type: 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.37311953, g: 0.38074014, b: 0.3587274, a: 1}
|
||||
m_UseRadianceAmbientProbe: 0
|
||||
--- !u!157 &3
|
||||
LightmapSettings:
|
||||
m_ObjectHideFlags: 0
|
||||
serializedVersion: 12
|
||||
m_GIWorkflowMode: 1
|
||||
m_GISettings:
|
||||
serializedVersion: 2
|
||||
m_BounceScale: 1
|
||||
m_IndirectOutputScale: 1
|
||||
m_AlbedoBoost: 1
|
||||
m_EnvironmentLightingMode: 0
|
||||
m_EnableBakedLightmaps: 1
|
||||
m_EnableRealtimeLightmaps: 0
|
||||
m_LightmapEditorSettings:
|
||||
serializedVersion: 12
|
||||
m_Resolution: 2
|
||||
m_BakeResolution: 40
|
||||
m_AtlasSize: 1024
|
||||
m_AO: 0
|
||||
m_AOMaxDistance: 1
|
||||
m_CompAOExponent: 1
|
||||
m_CompAOExponentDirect: 0
|
||||
m_ExtractAmbientOcclusion: 0
|
||||
m_Padding: 2
|
||||
m_LightmapParameters: {fileID: 0}
|
||||
m_LightmapsBakeMode: 1
|
||||
m_TextureCompression: 1
|
||||
m_FinalGather: 0
|
||||
m_FinalGatherFiltering: 1
|
||||
m_FinalGatherRayCount: 256
|
||||
m_ReflectionCompression: 2
|
||||
m_MixedBakeMode: 2
|
||||
m_BakeBackend: 1
|
||||
m_PVRSampling: 1
|
||||
m_PVRDirectSampleCount: 32
|
||||
m_PVRSampleCount: 512
|
||||
m_PVRBounces: 2
|
||||
m_PVREnvironmentSampleCount: 256
|
||||
m_PVREnvironmentReferencePointCount: 2048
|
||||
m_PVRFilteringMode: 1
|
||||
m_PVRDenoiserTypeDirect: 1
|
||||
m_PVRDenoiserTypeIndirect: 1
|
||||
m_PVRDenoiserTypeAO: 1
|
||||
m_PVRFilterTypeDirect: 0
|
||||
m_PVRFilterTypeIndirect: 0
|
||||
m_PVRFilterTypeAO: 0
|
||||
m_PVREnvironmentMIS: 1
|
||||
m_PVRCulling: 1
|
||||
m_PVRFilteringGaussRadiusDirect: 1
|
||||
m_PVRFilteringGaussRadiusIndirect: 5
|
||||
m_PVRFilteringGaussRadiusAO: 2
|
||||
m_PVRFilteringAtrousPositionSigmaDirect: 0.5
|
||||
m_PVRFilteringAtrousPositionSigmaIndirect: 2
|
||||
m_PVRFilteringAtrousPositionSigmaAO: 1
|
||||
m_ExportTrainingData: 0
|
||||
m_TrainingDataDestination: TrainingData
|
||||
m_LightProbeSampleCountMultiplier: 4
|
||||
m_LightingDataAsset: {fileID: 0}
|
||||
m_LightingSettings: {fileID: 0}
|
||||
--- !u!196 &4
|
||||
NavMeshSettings:
|
||||
serializedVersion: 2
|
||||
m_ObjectHideFlags: 0
|
||||
m_BuildSettings:
|
||||
serializedVersion: 3
|
||||
agentTypeID: 0
|
||||
agentRadius: 0.5
|
||||
agentHeight: 2
|
||||
agentSlope: 45
|
||||
agentClimb: 0.4
|
||||
ledgeDropHeight: 0
|
||||
maxJumpAcrossDistance: 0
|
||||
minRegionArea: 2
|
||||
manualCellSize: 0
|
||||
cellSize: 0.16666667
|
||||
manualTileSize: 0
|
||||
tileSize: 256
|
||||
buildHeightMesh: 0
|
||||
maxJobWorkers: 0
|
||||
preserveTilesOutsideBounds: 0
|
||||
debug:
|
||||
m_Flags: 0
|
||||
m_NavMeshData: {fileID: 0}
|
||||
--- !u!1 &275337869
|
||||
GameObject:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
serializedVersion: 6
|
||||
m_Component:
|
||||
- component: {fileID: 275337870}
|
||||
- component: {fileID: 275337871}
|
||||
- component: {fileID: 275337872}
|
||||
- component: {fileID: 275337873}
|
||||
m_Layer: 0
|
||||
m_Name: DebugScene
|
||||
m_TagString: Untagged
|
||||
m_Icon: {fileID: 0}
|
||||
m_NavMeshLayer: 0
|
||||
m_StaticEditorFlags: 0
|
||||
m_IsActive: 1
|
||||
--- !u!4 &275337870
|
||||
Transform:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 275337869}
|
||||
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
||||
m_LocalPosition: {x: -89.8237, y: 100.69943, z: 115.83844}
|
||||
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||
m_ConstrainProportionsScale: 0
|
||||
m_Children: []
|
||||
m_Father: {fileID: 0}
|
||||
m_RootOrder: 0
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
--- !u!114 &275337871
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 275337869}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: ebdf65393dcad874e87fb84a4d070025, type: 3}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
--- !u!114 &275337872
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 275337869}
|
||||
m_Enabled: 0
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: 85a213c010edeee479abf7075a70873f, type: 3}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
InitScene: SceneScreenResSettings
|
||||
InitDebugScene: SceneScreenResSettings
|
||||
preferredFontSize: 28
|
||||
--- !u!81 &275337873
|
||||
AudioListener:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 275337869}
|
||||
m_Enabled: 1
|
||||
@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 4f2ed96e450473d4bad737f7e5d11e7e
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: b72bcf6cb3903064aadbcf81626e0585
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@ -1,7 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 6401a11792bc9c34f9c14b4429c7967c
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@ -1,7 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 096e08a1483e1804db9f93351d57d86e
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@ -1,7 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 5f91d668d5bbe9645a4b51714b9515f7
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@ -1,7 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 39ba16df24188d948a58e8d6c019c79b
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@ -0,0 +1,15 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
public class LanguageSelect : MonoBehaviour
|
||||
{
|
||||
// Start is called before the first frame update
|
||||
private void Awake()
|
||||
{
|
||||
if (UnityEngine.PlayerPrefs.HasKey("language"))
|
||||
{
|
||||
UnityEngine.SceneManagement.SceneManager.LoadScene("DebugScene", UnityEngine.SceneManagement.LoadSceneMode.Single);
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 2f8e4febdc76bbc4e8015c2268b3a1a8
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Binary file not shown.
Binary file not shown.
@ -1,7 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: e72571a3dfc81c74f8467dbce15ae7cf
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@ -1,7 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: c6faf33aea9dc744192bd8bbded306a7
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@ -0,0 +1,23 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
public class RebootGame : MonoBehaviour
|
||||
{
|
||||
// Start is called before the first frame update
|
||||
void Start()
|
||||
{
|
||||
int test = 0;
|
||||
while (UnityEngine.SceneManagement.SceneManager.loadedSceneCount > 1)
|
||||
{
|
||||
UnityEngine.Debug.Log(UnityEngine.SceneManagement.SceneManager.loadedSceneCount);
|
||||
}
|
||||
this.gameObject.GetComponent<UnityApp>().enabled = true;
|
||||
}
|
||||
|
||||
// Update is called once per frame
|
||||
void Update()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: ebdf65393dcad874e87fb84a4d070025
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@ -0,0 +1,15 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
public class SetLanguage : MonoBehaviour
|
||||
{
|
||||
public int language = 0;
|
||||
|
||||
public void OnLanguageSelect()
|
||||
{
|
||||
UnityEngine.PlayerPrefs.SetInt("language", language);
|
||||
UnityEngine.PlayerPrefs.Save();
|
||||
UnityEngine.SceneManagement.SceneManager.LoadScene("DebugScene", UnityEngine.SceneManagement.LoadSceneMode.Single);
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: dfd2d33a8a87c8c4c9c204cc243ff995
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: a98dc692056ddb9499b710cf35653cf4
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 2a8f8ec83ccec714a98383ef037cd016
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Binary file not shown.
@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: f0c663f8332305f44831305380e7497a
|
||||
MovieImporter:
|
||||
serializedVersion: 1
|
||||
quality: .5
|
||||
linearTexture: 0
|
||||
userData:
|
||||
Binary file not shown.
@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 9548c6909922ead4b9202069508cc108
|
||||
MovieImporter:
|
||||
serializedVersion: 1
|
||||
quality: .5
|
||||
linearTexture: 0
|
||||
userData:
|
||||
@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 9e30af62179bbce46942577b484990ef
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@ -0,0 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 2e4f526c4c3884b408ba1184be2616c6
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
userData:
|
||||
Binary file not shown.
@ -0,0 +1,45 @@
|
||||
fileFormatVersion: 2
|
||||
guid: ac59b6349ef32bb4db6385ec968fe3c2
|
||||
TextureImporter:
|
||||
serializedVersion: 2
|
||||
mipmaps:
|
||||
mipMapMode: 0
|
||||
enableMipMap: 1
|
||||
linearTexture: 0
|
||||
correctGamma: 0
|
||||
fadeOut: 0
|
||||
borderMipMap: 0
|
||||
mipMapFadeDistanceStart: 1
|
||||
mipMapFadeDistanceEnd: 3
|
||||
bumpmap:
|
||||
convertToNormalMap: 0
|
||||
externalNormalMap: 0
|
||||
heightScale: .25
|
||||
normalMapFilter: 0
|
||||
isReadable: 0
|
||||
grayScaleToAlpha: 0
|
||||
generateCubemap: 0
|
||||
seamlessCubemap: 0
|
||||
textureFormat: -1
|
||||
maxTextureSize: 1024
|
||||
textureSettings:
|
||||
filterMode: -1
|
||||
aniso: -1
|
||||
mipBias: -1
|
||||
wrapMode: -1
|
||||
nPOTScale: 1
|
||||
lightmap: 0
|
||||
compressionQuality: 50
|
||||
spriteMode: 0
|
||||
spriteExtrude: 1
|
||||
spriteMeshType: 1
|
||||
alignment: 0
|
||||
spritePivot: {x: .5, y: .5}
|
||||
spritePixelsToUnits: 100
|
||||
alphaIsTransparency: 0
|
||||
textureType: -1
|
||||
buildTargetSettings: []
|
||||
spriteSheet:
|
||||
sprites: []
|
||||
spritePackingTag:
|
||||
userData:
|
||||
Binary file not shown.
@ -0,0 +1,45 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 971f1f29a7b583944a6718a76e4f9bab
|
||||
TextureImporter:
|
||||
serializedVersion: 2
|
||||
mipmaps:
|
||||
mipMapMode: 0
|
||||
enableMipMap: 1
|
||||
linearTexture: 0
|
||||
correctGamma: 0
|
||||
fadeOut: 0
|
||||
borderMipMap: 0
|
||||
mipMapFadeDistanceStart: 1
|
||||
mipMapFadeDistanceEnd: 3
|
||||
bumpmap:
|
||||
convertToNormalMap: 0
|
||||
externalNormalMap: 0
|
||||
heightScale: .25
|
||||
normalMapFilter: 0
|
||||
isReadable: 0
|
||||
grayScaleToAlpha: 0
|
||||
generateCubemap: 0
|
||||
seamlessCubemap: 0
|
||||
textureFormat: -1
|
||||
maxTextureSize: 1024
|
||||
textureSettings:
|
||||
filterMode: -1
|
||||
aniso: -1
|
||||
mipBias: -1
|
||||
wrapMode: -1
|
||||
nPOTScale: 1
|
||||
lightmap: 0
|
||||
compressionQuality: 50
|
||||
spriteMode: 0
|
||||
spriteExtrude: 1
|
||||
spriteMeshType: 1
|
||||
alignment: 0
|
||||
spritePivot: {x: .5, y: .5}
|
||||
spritePixelsToUnits: 100
|
||||
alphaIsTransparency: 0
|
||||
textureType: -1
|
||||
buildTargetSettings: []
|
||||
spriteSheet:
|
||||
sprites: []
|
||||
spritePackingTag:
|
||||
userData:
|
||||
Binary file not shown.
@ -0,0 +1,45 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 5ef4ae9e629c1f84db3e89290f894f4a
|
||||
TextureImporter:
|
||||
serializedVersion: 2
|
||||
mipmaps:
|
||||
mipMapMode: 0
|
||||
enableMipMap: 1
|
||||
linearTexture: 0
|
||||
correctGamma: 0
|
||||
fadeOut: 0
|
||||
borderMipMap: 0
|
||||
mipMapFadeDistanceStart: 1
|
||||
mipMapFadeDistanceEnd: 3
|
||||
bumpmap:
|
||||
convertToNormalMap: 0
|
||||
externalNormalMap: 0
|
||||
heightScale: .25
|
||||
normalMapFilter: 0
|
||||
isReadable: 0
|
||||
grayScaleToAlpha: 0
|
||||
generateCubemap: 0
|
||||
seamlessCubemap: 0
|
||||
textureFormat: -1
|
||||
maxTextureSize: 1024
|
||||
textureSettings:
|
||||
filterMode: -1
|
||||
aniso: -1
|
||||
mipBias: -1
|
||||
wrapMode: -1
|
||||
nPOTScale: 1
|
||||
lightmap: 0
|
||||
compressionQuality: 50
|
||||
spriteMode: 0
|
||||
spriteExtrude: 1
|
||||
spriteMeshType: 1
|
||||
alignment: 0
|
||||
spritePivot: {x: .5, y: .5}
|
||||
spritePixelsToUnits: 100
|
||||
alphaIsTransparency: 0
|
||||
textureType: -1
|
||||
buildTargetSettings: []
|
||||
spriteSheet:
|
||||
sprites: []
|
||||
spritePackingTag:
|
||||
userData:
|
||||
Binary file not shown.
@ -0,0 +1,45 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 9e8f18f39bf58f448b19846fef02b63b
|
||||
TextureImporter:
|
||||
serializedVersion: 2
|
||||
mipmaps:
|
||||
mipMapMode: 0
|
||||
enableMipMap: 1
|
||||
linearTexture: 0
|
||||
correctGamma: 0
|
||||
fadeOut: 0
|
||||
borderMipMap: 0
|
||||
mipMapFadeDistanceStart: 1
|
||||
mipMapFadeDistanceEnd: 3
|
||||
bumpmap:
|
||||
convertToNormalMap: 0
|
||||
externalNormalMap: 0
|
||||
heightScale: .25
|
||||
normalMapFilter: 0
|
||||
isReadable: 0
|
||||
grayScaleToAlpha: 0
|
||||
generateCubemap: 0
|
||||
seamlessCubemap: 0
|
||||
textureFormat: -1
|
||||
maxTextureSize: 1024
|
||||
textureSettings:
|
||||
filterMode: -1
|
||||
aniso: -1
|
||||
mipBias: -1
|
||||
wrapMode: -1
|
||||
nPOTScale: 1
|
||||
lightmap: 0
|
||||
compressionQuality: 50
|
||||
spriteMode: 0
|
||||
spriteExtrude: 1
|
||||
spriteMeshType: 1
|
||||
alignment: 0
|
||||
spritePivot: {x: .5, y: .5}
|
||||
spritePixelsToUnits: 100
|
||||
alphaIsTransparency: 0
|
||||
textureType: -1
|
||||
buildTargetSettings: []
|
||||
spriteSheet:
|
||||
sprites: []
|
||||
spritePackingTag:
|
||||
userData:
|
||||
Binary file not shown.
@ -0,0 +1,45 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 2693b9e0075472146ba12116c4ce1289
|
||||
TextureImporter:
|
||||
serializedVersion: 2
|
||||
mipmaps:
|
||||
mipMapMode: 0
|
||||
enableMipMap: 1
|
||||
linearTexture: 0
|
||||
correctGamma: 0
|
||||
fadeOut: 0
|
||||
borderMipMap: 0
|
||||
mipMapFadeDistanceStart: 1
|
||||
mipMapFadeDistanceEnd: 3
|
||||
bumpmap:
|
||||
convertToNormalMap: 0
|
||||
externalNormalMap: 0
|
||||
heightScale: .25
|
||||
normalMapFilter: 0
|
||||
isReadable: 0
|
||||
grayScaleToAlpha: 0
|
||||
generateCubemap: 0
|
||||
seamlessCubemap: 0
|
||||
textureFormat: -1
|
||||
maxTextureSize: 1024
|
||||
textureSettings:
|
||||
filterMode: -1
|
||||
aniso: -1
|
||||
mipBias: -1
|
||||
wrapMode: -1
|
||||
nPOTScale: 1
|
||||
lightmap: 0
|
||||
compressionQuality: 50
|
||||
spriteMode: 0
|
||||
spriteExtrude: 1
|
||||
spriteMeshType: 1
|
||||
alignment: 0
|
||||
spritePivot: {x: .5, y: .5}
|
||||
spritePixelsToUnits: 100
|
||||
alphaIsTransparency: 0
|
||||
textureType: -1
|
||||
buildTargetSettings: []
|
||||
spriteSheet:
|
||||
sprites: []
|
||||
spritePackingTag:
|
||||
userData:
|
||||
Binary file not shown.
@ -0,0 +1,45 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 8f9f2f9e973a5544bb0103e57540c3cc
|
||||
TextureImporter:
|
||||
serializedVersion: 2
|
||||
mipmaps:
|
||||
mipMapMode: 0
|
||||
enableMipMap: 1
|
||||
linearTexture: 0
|
||||
correctGamma: 0
|
||||
fadeOut: 0
|
||||
borderMipMap: 0
|
||||
mipMapFadeDistanceStart: 1
|
||||
mipMapFadeDistanceEnd: 3
|
||||
bumpmap:
|
||||
convertToNormalMap: 0
|
||||
externalNormalMap: 0
|
||||
heightScale: .25
|
||||
normalMapFilter: 0
|
||||
isReadable: 0
|
||||
grayScaleToAlpha: 0
|
||||
generateCubemap: 0
|
||||
seamlessCubemap: 0
|
||||
textureFormat: -1
|
||||
maxTextureSize: 1024
|
||||
textureSettings:
|
||||
filterMode: -1
|
||||
aniso: -1
|
||||
mipBias: -1
|
||||
wrapMode: -1
|
||||
nPOTScale: 1
|
||||
lightmap: 0
|
||||
compressionQuality: 50
|
||||
spriteMode: 0
|
||||
spriteExtrude: 1
|
||||
spriteMeshType: 1
|
||||
alignment: 0
|
||||
spritePivot: {x: .5, y: .5}
|
||||
spritePixelsToUnits: 100
|
||||
alphaIsTransparency: 0
|
||||
textureType: -1
|
||||
buildTargetSettings: []
|
||||
spriteSheet:
|
||||
sprites: []
|
||||
spritePackingTag:
|
||||
userData:
|
||||
Binary file not shown.
@ -0,0 +1,45 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 7ffb7718128263d4f9cd3c3d17a486db
|
||||
TextureImporter:
|
||||
serializedVersion: 2
|
||||
mipmaps:
|
||||
mipMapMode: 0
|
||||
enableMipMap: 1
|
||||
linearTexture: 0
|
||||
correctGamma: 0
|
||||
fadeOut: 0
|
||||
borderMipMap: 0
|
||||
mipMapFadeDistanceStart: 1
|
||||
mipMapFadeDistanceEnd: 3
|
||||
bumpmap:
|
||||
convertToNormalMap: 0
|
||||
externalNormalMap: 0
|
||||
heightScale: .25
|
||||
normalMapFilter: 0
|
||||
isReadable: 0
|
||||
grayScaleToAlpha: 0
|
||||
generateCubemap: 0
|
||||
seamlessCubemap: 0
|
||||
textureFormat: -1
|
||||
maxTextureSize: 1024
|
||||
textureSettings:
|
||||
filterMode: -1
|
||||
aniso: -1
|
||||
mipBias: -1
|
||||
wrapMode: -1
|
||||
nPOTScale: 1
|
||||
lightmap: 0
|
||||
compressionQuality: 50
|
||||
spriteMode: 0
|
||||
spriteExtrude: 1
|
||||
spriteMeshType: 1
|
||||
alignment: 0
|
||||
spritePivot: {x: .5, y: .5}
|
||||
spritePixelsToUnits: 100
|
||||
alphaIsTransparency: 0
|
||||
textureType: -1
|
||||
buildTargetSettings: []
|
||||
spriteSheet:
|
||||
sprites: []
|
||||
spritePackingTag:
|
||||
userData:
|
||||
Binary file not shown.
@ -0,0 +1,45 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 5425f466d92801e4392f397e725a5d45
|
||||
TextureImporter:
|
||||
serializedVersion: 2
|
||||
mipmaps:
|
||||
mipMapMode: 0
|
||||
enableMipMap: 1
|
||||
linearTexture: 0
|
||||
correctGamma: 0
|
||||
fadeOut: 0
|
||||
borderMipMap: 0
|
||||
mipMapFadeDistanceStart: 1
|
||||
mipMapFadeDistanceEnd: 3
|
||||
bumpmap:
|
||||
convertToNormalMap: 0
|
||||
externalNormalMap: 0
|
||||
heightScale: .25
|
||||
normalMapFilter: 0
|
||||
isReadable: 0
|
||||
grayScaleToAlpha: 0
|
||||
generateCubemap: 0
|
||||
seamlessCubemap: 0
|
||||
textureFormat: -1
|
||||
maxTextureSize: 1024
|
||||
textureSettings:
|
||||
filterMode: -1
|
||||
aniso: -1
|
||||
mipBias: -1
|
||||
wrapMode: -1
|
||||
nPOTScale: 1
|
||||
lightmap: 0
|
||||
compressionQuality: 50
|
||||
spriteMode: 0
|
||||
spriteExtrude: 1
|
||||
spriteMeshType: 1
|
||||
alignment: 0
|
||||
spritePivot: {x: .5, y: .5}
|
||||
spritePixelsToUnits: 100
|
||||
alphaIsTransparency: 0
|
||||
textureType: -1
|
||||
buildTargetSettings: []
|
||||
spriteSheet:
|
||||
sprites: []
|
||||
spritePackingTag:
|
||||
userData:
|
||||
Binary file not shown.
@ -0,0 +1,45 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 5c2f045e1d26e284f833758db1919f67
|
||||
TextureImporter:
|
||||
serializedVersion: 2
|
||||
mipmaps:
|
||||
mipMapMode: 0
|
||||
enableMipMap: 1
|
||||
linearTexture: 0
|
||||
correctGamma: 0
|
||||
fadeOut: 0
|
||||
borderMipMap: 0
|
||||
mipMapFadeDistanceStart: 1
|
||||
mipMapFadeDistanceEnd: 3
|
||||
bumpmap:
|
||||
convertToNormalMap: 0
|
||||
externalNormalMap: 0
|
||||
heightScale: .25
|
||||
normalMapFilter: 0
|
||||
isReadable: 0
|
||||
grayScaleToAlpha: 0
|
||||
generateCubemap: 0
|
||||
seamlessCubemap: 0
|
||||
textureFormat: -1
|
||||
maxTextureSize: 1024
|
||||
textureSettings:
|
||||
filterMode: -1
|
||||
aniso: -1
|
||||
mipBias: -1
|
||||
wrapMode: -1
|
||||
nPOTScale: 1
|
||||
lightmap: 0
|
||||
compressionQuality: 50
|
||||
spriteMode: 0
|
||||
spriteExtrude: 1
|
||||
spriteMeshType: 1
|
||||
alignment: 0
|
||||
spritePivot: {x: .5, y: .5}
|
||||
spritePixelsToUnits: 100
|
||||
alphaIsTransparency: 0
|
||||
textureType: -1
|
||||
buildTargetSettings: []
|
||||
spriteSheet:
|
||||
sprites: []
|
||||
spritePackingTag:
|
||||
userData:
|
||||
Binary file not shown.
@ -0,0 +1,45 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 44e470f9dc28cfc429ff221dfe755d64
|
||||
TextureImporter:
|
||||
serializedVersion: 2
|
||||
mipmaps:
|
||||
mipMapMode: 0
|
||||
enableMipMap: 1
|
||||
linearTexture: 0
|
||||
correctGamma: 0
|
||||
fadeOut: 0
|
||||
borderMipMap: 0
|
||||
mipMapFadeDistanceStart: 1
|
||||
mipMapFadeDistanceEnd: 3
|
||||
bumpmap:
|
||||
convertToNormalMap: 0
|
||||
externalNormalMap: 0
|
||||
heightScale: .25
|
||||
normalMapFilter: 0
|
||||
isReadable: 0
|
||||
grayScaleToAlpha: 0
|
||||
generateCubemap: 0
|
||||
seamlessCubemap: 0
|
||||
textureFormat: -1
|
||||
maxTextureSize: 1024
|
||||
textureSettings:
|
||||
filterMode: -1
|
||||
aniso: -1
|
||||
mipBias: -1
|
||||
wrapMode: -1
|
||||
nPOTScale: 1
|
||||
lightmap: 0
|
||||
compressionQuality: 50
|
||||
spriteMode: 0
|
||||
spriteExtrude: 1
|
||||
spriteMeshType: 1
|
||||
alignment: 0
|
||||
spritePivot: {x: .5, y: .5}
|
||||
spritePixelsToUnits: 100
|
||||
alphaIsTransparency: 0
|
||||
textureType: -1
|
||||
buildTargetSettings: []
|
||||
spriteSheet:
|
||||
sprites: []
|
||||
spritePackingTag:
|
||||
userData:
|
||||
Binary file not shown.
@ -0,0 +1,45 @@
|
||||
fileFormatVersion: 2
|
||||
guid: e5f7c9daf00021d4582bf9007fbf2093
|
||||
TextureImporter:
|
||||
serializedVersion: 2
|
||||
mipmaps:
|
||||
mipMapMode: 0
|
||||
enableMipMap: 1
|
||||
linearTexture: 0
|
||||
correctGamma: 0
|
||||
fadeOut: 0
|
||||
borderMipMap: 0
|
||||
mipMapFadeDistanceStart: 1
|
||||
mipMapFadeDistanceEnd: 3
|
||||
bumpmap:
|
||||
convertToNormalMap: 0
|
||||
externalNormalMap: 0
|
||||
heightScale: .25
|
||||
normalMapFilter: 0
|
||||
isReadable: 0
|
||||
grayScaleToAlpha: 0
|
||||
generateCubemap: 0
|
||||
seamlessCubemap: 0
|
||||
textureFormat: -1
|
||||
maxTextureSize: 1024
|
||||
textureSettings:
|
||||
filterMode: -1
|
||||
aniso: -1
|
||||
mipBias: -1
|
||||
wrapMode: -1
|
||||
nPOTScale: 1
|
||||
lightmap: 0
|
||||
compressionQuality: 50
|
||||
spriteMode: 0
|
||||
spriteExtrude: 1
|
||||
spriteMeshType: 1
|
||||
alignment: 0
|
||||
spritePivot: {x: .5, y: .5}
|
||||
spritePixelsToUnits: 100
|
||||
alphaIsTransparency: 0
|
||||
textureType: -1
|
||||
buildTargetSettings: []
|
||||
spriteSheet:
|
||||
sprites: []
|
||||
spritePackingTag:
|
||||
userData:
|
||||
Binary file not shown.
@ -0,0 +1,45 @@
|
||||
fileFormatVersion: 2
|
||||
guid: da680690fffcdad4e958149230952bca
|
||||
TextureImporter:
|
||||
serializedVersion: 2
|
||||
mipmaps:
|
||||
mipMapMode: 0
|
||||
enableMipMap: 1
|
||||
linearTexture: 0
|
||||
correctGamma: 0
|
||||
fadeOut: 0
|
||||
borderMipMap: 0
|
||||
mipMapFadeDistanceStart: 1
|
||||
mipMapFadeDistanceEnd: 3
|
||||
bumpmap:
|
||||
convertToNormalMap: 0
|
||||
externalNormalMap: 0
|
||||
heightScale: .25
|
||||
normalMapFilter: 0
|
||||
isReadable: 0
|
||||
grayScaleToAlpha: 0
|
||||
generateCubemap: 0
|
||||
seamlessCubemap: 0
|
||||
textureFormat: -1
|
||||
maxTextureSize: 1024
|
||||
textureSettings:
|
||||
filterMode: -1
|
||||
aniso: -1
|
||||
mipBias: -1
|
||||
wrapMode: -1
|
||||
nPOTScale: 1
|
||||
lightmap: 0
|
||||
compressionQuality: 50
|
||||
spriteMode: 0
|
||||
spriteExtrude: 1
|
||||
spriteMeshType: 1
|
||||
alignment: 0
|
||||
spritePivot: {x: .5, y: .5}
|
||||
spritePixelsToUnits: 100
|
||||
alphaIsTransparency: 0
|
||||
textureType: -1
|
||||
buildTargetSettings: []
|
||||
spriteSheet:
|
||||
sprites: []
|
||||
spritePackingTag:
|
||||
userData:
|
||||
Binary file not shown.
@ -0,0 +1,45 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 8845f48b850f06d4b8b462ddc7e87581
|
||||
TextureImporter:
|
||||
serializedVersion: 2
|
||||
mipmaps:
|
||||
mipMapMode: 0
|
||||
enableMipMap: 1
|
||||
linearTexture: 0
|
||||
correctGamma: 0
|
||||
fadeOut: 0
|
||||
borderMipMap: 0
|
||||
mipMapFadeDistanceStart: 1
|
||||
mipMapFadeDistanceEnd: 3
|
||||
bumpmap:
|
||||
convertToNormalMap: 0
|
||||
externalNormalMap: 0
|
||||
heightScale: .25
|
||||
normalMapFilter: 0
|
||||
isReadable: 0
|
||||
grayScaleToAlpha: 0
|
||||
generateCubemap: 0
|
||||
seamlessCubemap: 0
|
||||
textureFormat: -1
|
||||
maxTextureSize: 1024
|
||||
textureSettings:
|
||||
filterMode: -1
|
||||
aniso: -1
|
||||
mipBias: -1
|
||||
wrapMode: -1
|
||||
nPOTScale: 1
|
||||
lightmap: 0
|
||||
compressionQuality: 50
|
||||
spriteMode: 0
|
||||
spriteExtrude: 1
|
||||
spriteMeshType: 1
|
||||
alignment: 0
|
||||
spritePivot: {x: .5, y: .5}
|
||||
spritePixelsToUnits: 100
|
||||
alphaIsTransparency: 0
|
||||
textureType: -1
|
||||
buildTargetSettings: []
|
||||
spriteSheet:
|
||||
sprites: []
|
||||
spritePackingTag:
|
||||
userData:
|
||||
Binary file not shown.
@ -0,0 +1,45 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 3e8c910df3ba9b546b529c0c1334a55e
|
||||
TextureImporter:
|
||||
serializedVersion: 2
|
||||
mipmaps:
|
||||
mipMapMode: 0
|
||||
enableMipMap: 1
|
||||
linearTexture: 0
|
||||
correctGamma: 0
|
||||
fadeOut: 0
|
||||
borderMipMap: 0
|
||||
mipMapFadeDistanceStart: 1
|
||||
mipMapFadeDistanceEnd: 3
|
||||
bumpmap:
|
||||
convertToNormalMap: 0
|
||||
externalNormalMap: 0
|
||||
heightScale: .25
|
||||
normalMapFilter: 0
|
||||
isReadable: 0
|
||||
grayScaleToAlpha: 0
|
||||
generateCubemap: 0
|
||||
seamlessCubemap: 0
|
||||
textureFormat: -1
|
||||
maxTextureSize: 1024
|
||||
textureSettings:
|
||||
filterMode: -1
|
||||
aniso: -1
|
||||
mipBias: -1
|
||||
wrapMode: -1
|
||||
nPOTScale: 1
|
||||
lightmap: 0
|
||||
compressionQuality: 50
|
||||
spriteMode: 0
|
||||
spriteExtrude: 1
|
||||
spriteMeshType: 1
|
||||
alignment: 0
|
||||
spritePivot: {x: .5, y: .5}
|
||||
spritePixelsToUnits: 100
|
||||
alphaIsTransparency: 0
|
||||
textureType: -1
|
||||
buildTargetSettings: []
|
||||
spriteSheet:
|
||||
sprites: []
|
||||
spritePackingTag:
|
||||
userData:
|
||||
Binary file not shown.
@ -0,0 +1,45 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 948a05b7fd4137547a1ee900c691752d
|
||||
TextureImporter:
|
||||
serializedVersion: 2
|
||||
mipmaps:
|
||||
mipMapMode: 0
|
||||
enableMipMap: 1
|
||||
linearTexture: 0
|
||||
correctGamma: 0
|
||||
fadeOut: 0
|
||||
borderMipMap: 0
|
||||
mipMapFadeDistanceStart: 1
|
||||
mipMapFadeDistanceEnd: 3
|
||||
bumpmap:
|
||||
convertToNormalMap: 0
|
||||
externalNormalMap: 0
|
||||
heightScale: .25
|
||||
normalMapFilter: 0
|
||||
isReadable: 0
|
||||
grayScaleToAlpha: 0
|
||||
generateCubemap: 0
|
||||
seamlessCubemap: 0
|
||||
textureFormat: -1
|
||||
maxTextureSize: 1024
|
||||
textureSettings:
|
||||
filterMode: -1
|
||||
aniso: -1
|
||||
mipBias: -1
|
||||
wrapMode: -1
|
||||
nPOTScale: 1
|
||||
lightmap: 0
|
||||
compressionQuality: 50
|
||||
spriteMode: 0
|
||||
spriteExtrude: 1
|
||||
spriteMeshType: 1
|
||||
alignment: 0
|
||||
spritePivot: {x: .5, y: .5}
|
||||
spritePixelsToUnits: 100
|
||||
alphaIsTransparency: 0
|
||||
textureType: -1
|
||||
buildTargetSettings: []
|
||||
spriteSheet:
|
||||
sprites: []
|
||||
spritePackingTag:
|
||||
userData:
|
||||
Binary file not shown.
@ -0,0 +1,45 @@
|
||||
fileFormatVersion: 2
|
||||
guid: d9c68cefe8844674183b065733504652
|
||||
TextureImporter:
|
||||
serializedVersion: 2
|
||||
mipmaps:
|
||||
mipMapMode: 0
|
||||
enableMipMap: 1
|
||||
linearTexture: 0
|
||||
correctGamma: 0
|
||||
fadeOut: 0
|
||||
borderMipMap: 0
|
||||
mipMapFadeDistanceStart: 1
|
||||
mipMapFadeDistanceEnd: 3
|
||||
bumpmap:
|
||||
convertToNormalMap: 0
|
||||
externalNormalMap: 0
|
||||
heightScale: .25
|
||||
normalMapFilter: 0
|
||||
isReadable: 0
|
||||
grayScaleToAlpha: 0
|
||||
generateCubemap: 0
|
||||
seamlessCubemap: 0
|
||||
textureFormat: -1
|
||||
maxTextureSize: 1024
|
||||
textureSettings:
|
||||
filterMode: -1
|
||||
aniso: -1
|
||||
mipBias: -1
|
||||
wrapMode: -1
|
||||
nPOTScale: 1
|
||||
lightmap: 0
|
||||
compressionQuality: 50
|
||||
spriteMode: 0
|
||||
spriteExtrude: 1
|
||||
spriteMeshType: 1
|
||||
alignment: 0
|
||||
spritePivot: {x: .5, y: .5}
|
||||
spritePixelsToUnits: 100
|
||||
alphaIsTransparency: 0
|
||||
textureType: -1
|
||||
buildTargetSettings: []
|
||||
spriteSheet:
|
||||
sprites: []
|
||||
spritePackingTag:
|
||||
userData:
|
||||
Binary file not shown.
@ -0,0 +1,45 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 17dba81b521855540a4868c3584fb8a7
|
||||
TextureImporter:
|
||||
serializedVersion: 2
|
||||
mipmaps:
|
||||
mipMapMode: 0
|
||||
enableMipMap: 1
|
||||
linearTexture: 0
|
||||
correctGamma: 0
|
||||
fadeOut: 0
|
||||
borderMipMap: 0
|
||||
mipMapFadeDistanceStart: 1
|
||||
mipMapFadeDistanceEnd: 3
|
||||
bumpmap:
|
||||
convertToNormalMap: 0
|
||||
externalNormalMap: 0
|
||||
heightScale: .25
|
||||
normalMapFilter: 0
|
||||
isReadable: 0
|
||||
grayScaleToAlpha: 0
|
||||
generateCubemap: 0
|
||||
seamlessCubemap: 0
|
||||
textureFormat: -1
|
||||
maxTextureSize: 1024
|
||||
textureSettings:
|
||||
filterMode: -1
|
||||
aniso: -1
|
||||
mipBias: -1
|
||||
wrapMode: -1
|
||||
nPOTScale: 1
|
||||
lightmap: 0
|
||||
compressionQuality: 50
|
||||
spriteMode: 0
|
||||
spriteExtrude: 1
|
||||
spriteMeshType: 1
|
||||
alignment: 0
|
||||
spritePivot: {x: .5, y: .5}
|
||||
spritePixelsToUnits: 100
|
||||
alphaIsTransparency: 0
|
||||
textureType: -1
|
||||
buildTargetSettings: []
|
||||
spriteSheet:
|
||||
sprites: []
|
||||
spritePackingTag:
|
||||
userData:
|
||||
Binary file not shown.
@ -0,0 +1,45 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 45f9f1266eec6394695314be1c859859
|
||||
TextureImporter:
|
||||
serializedVersion: 2
|
||||
mipmaps:
|
||||
mipMapMode: 0
|
||||
enableMipMap: 1
|
||||
linearTexture: 0
|
||||
correctGamma: 0
|
||||
fadeOut: 0
|
||||
borderMipMap: 0
|
||||
mipMapFadeDistanceStart: 1
|
||||
mipMapFadeDistanceEnd: 3
|
||||
bumpmap:
|
||||
convertToNormalMap: 0
|
||||
externalNormalMap: 0
|
||||
heightScale: .25
|
||||
normalMapFilter: 0
|
||||
isReadable: 0
|
||||
grayScaleToAlpha: 0
|
||||
generateCubemap: 0
|
||||
seamlessCubemap: 0
|
||||
textureFormat: -1
|
||||
maxTextureSize: 1024
|
||||
textureSettings:
|
||||
filterMode: -1
|
||||
aniso: -1
|
||||
mipBias: -1
|
||||
wrapMode: -1
|
||||
nPOTScale: 1
|
||||
lightmap: 0
|
||||
compressionQuality: 50
|
||||
spriteMode: 0
|
||||
spriteExtrude: 1
|
||||
spriteMeshType: 1
|
||||
alignment: 0
|
||||
spritePivot: {x: .5, y: .5}
|
||||
spritePixelsToUnits: 100
|
||||
alphaIsTransparency: 0
|
||||
textureType: -1
|
||||
buildTargetSettings: []
|
||||
spriteSheet:
|
||||
sprites: []
|
||||
spritePackingTag:
|
||||
userData:
|
||||
Binary file not shown.
@ -0,0 +1,45 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 9da18944f106dc84591886336115f1f6
|
||||
TextureImporter:
|
||||
serializedVersion: 2
|
||||
mipmaps:
|
||||
mipMapMode: 0
|
||||
enableMipMap: 1
|
||||
linearTexture: 0
|
||||
correctGamma: 0
|
||||
fadeOut: 0
|
||||
borderMipMap: 0
|
||||
mipMapFadeDistanceStart: 1
|
||||
mipMapFadeDistanceEnd: 3
|
||||
bumpmap:
|
||||
convertToNormalMap: 0
|
||||
externalNormalMap: 0
|
||||
heightScale: .25
|
||||
normalMapFilter: 0
|
||||
isReadable: 0
|
||||
grayScaleToAlpha: 0
|
||||
generateCubemap: 0
|
||||
seamlessCubemap: 0
|
||||
textureFormat: -1
|
||||
maxTextureSize: 1024
|
||||
textureSettings:
|
||||
filterMode: -1
|
||||
aniso: -1
|
||||
mipBias: -1
|
||||
wrapMode: -1
|
||||
nPOTScale: 1
|
||||
lightmap: 0
|
||||
compressionQuality: 50
|
||||
spriteMode: 0
|
||||
spriteExtrude: 1
|
||||
spriteMeshType: 1
|
||||
alignment: 0
|
||||
spritePivot: {x: .5, y: .5}
|
||||
spritePixelsToUnits: 100
|
||||
alphaIsTransparency: 0
|
||||
textureType: -1
|
||||
buildTargetSettings: []
|
||||
spriteSheet:
|
||||
sprites: []
|
||||
spritePackingTag:
|
||||
userData:
|
||||
Binary file not shown.
@ -0,0 +1,45 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 72bb7888409510a41b84d3e53bb2e20b
|
||||
TextureImporter:
|
||||
serializedVersion: 2
|
||||
mipmaps:
|
||||
mipMapMode: 0
|
||||
enableMipMap: 1
|
||||
linearTexture: 0
|
||||
correctGamma: 0
|
||||
fadeOut: 0
|
||||
borderMipMap: 0
|
||||
mipMapFadeDistanceStart: 1
|
||||
mipMapFadeDistanceEnd: 3
|
||||
bumpmap:
|
||||
convertToNormalMap: 0
|
||||
externalNormalMap: 0
|
||||
heightScale: .25
|
||||
normalMapFilter: 0
|
||||
isReadable: 0
|
||||
grayScaleToAlpha: 0
|
||||
generateCubemap: 0
|
||||
seamlessCubemap: 0
|
||||
textureFormat: -1
|
||||
maxTextureSize: 1024
|
||||
textureSettings:
|
||||
filterMode: -1
|
||||
aniso: -1
|
||||
mipBias: -1
|
||||
wrapMode: -1
|
||||
nPOTScale: 1
|
||||
lightmap: 0
|
||||
compressionQuality: 50
|
||||
spriteMode: 0
|
||||
spriteExtrude: 1
|
||||
spriteMeshType: 1
|
||||
alignment: 0
|
||||
spritePivot: {x: .5, y: .5}
|
||||
spritePixelsToUnits: 100
|
||||
alphaIsTransparency: 0
|
||||
textureType: -1
|
||||
buildTargetSettings: []
|
||||
spriteSheet:
|
||||
sprites: []
|
||||
spritePackingTag:
|
||||
userData:
|
||||
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue