Skip to content

Instantly share code, notes, and snippets.

@anzuwork
Last active January 24, 2017 05:38
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anzuwork/7aeba2ab4651494f3065 to your computer and use it in GitHub Desktop.
Save anzuwork/7aeba2ab4651494f3065 to your computer and use it in GitHub Desktop.
How to extract images on starlight stage.

NOT WORKED NOW.

Since the App has changed the DB system.

Will work if a version earlier than 10012760.

現在動きません。

アプリはDBシステムを変更したため。

__10012760__より前のバージョン場合に動作します。

How to extract images on starlight stage.

Requirements

  1. Unity Studio
    Forum: http://forum.xentax.com/viewtopic.php?f=10&t=11807
    Download: https://app.box.com/UnityStudio
    Download Mirror: https://cloudup.com/chlW1qmZGGy
    GitHub: https://github.com/RaduMC/UnityStudio
  2. Your ~.unity3d.lz4files want to extract.

Steps

Open

  1. Launch Unity Studio.
  2. File -> Load files... to select ~.unity3d.lz4file.
  3. Select asset from Asset List.

Screenshot

Export

  1. Select Export -> Selected assetsto save dds file.

pvr file

pvr file an included textures.

The asset not shown to preview window, because Unity Studio isn't support this file type. but it can export one.

Screenshot

You can view and convert for png to use TexturePacker

Website: https://www.codeandweb.com/texturepacker

TexturePacker are available Free editon and Pro editon. The Free edition can convert pvr to png. More features for see below.

TexturePacker licenses comparison

Open

  1. Launch TexturePacker and select Tools -> PVR Viewer.
  2. select pvr file from exported from Unity Studio.

Screenshot

Export

  1. Click Save As to save png file.

スターライトステージの~.unity3d.lz4からdds,pngに変換する方法

必要なもの

  1. Unity Studio
    フォーラム: http://forum.xentax.com/viewtopic.php?f=10&t=11807
    ダウンロード: https://app.box.com/UnityStudio
    ダウンロードミラー: https://cloudup.com/chlW1qmZGGy
    GitHub: https://github.com/RaduMC/UnityStudio
  2. 展開する~.unity3d.lz4ファイル

手順

開く

  1. Unity Studioを起動する。
  2. File -> Load files...から展開する~.unity3d.lz4ファイルを開く。
  3. Asset Listからファイルを選択する。

Screenshot

変換

  1. Export -> Selected assetsからdds形式で出力ができる。

pvr形式

pvr形式にはテクスチャが含まれている。

Unity Studioでは対応していない形式のためPreviewが作成されないが同じように出力できる。

Screenshot

出力した~.pvrファイルはTexturePackerを用いて閲覧、png形式に変換できる。

サイト: https://www.codeandweb.com/texturepacker

TexturePackerには無料のTexturePacker Essentialと5000円のTexturePacker Proが存在するが、png形式への変換は無料版でも可能である。それ以外の機能の差は以下を参照。

TexturePacker licenses comparison

開く

  1. TexturePackerを起動後、Tools -> PVR Viewerを選択する。
  2. Unity Studioにて変換したpvrファイルを選択する。

Screenshot

変換

  1. Save As ボタンからpng形式で出力できる。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment