2
0

More than 1 year has passed since last update.

Azure Remote Rendering Asset Tool (ARRT) の使い方 (2022.02 最新版)

Last updated at Posted at 2022-02-07

はじめに

久しぶりに Azure Remote Rendering Asset Tool (以下、ARRT) を開いたら、
UI が変わっていたので、初期設定手順についてまとめておきます。

ARRT とは

ARRT は Azure Remote Rendering を使用する際に必要なモデル変換、クラウド環境でのレンダリング結果をローカルPCにストーリムして確認することができる GUI 操作可能な PC アプリケーションです。Azure Remote Rendering の公式サンプル等では、Unity 上で実行するケースがほとんどですが、このアプリケーションを使用すれば、開発者でない方でも簡単に Azure Remote Rendering を検証することが可能です。

image.png (122.0 kB)

前提条件

  • Azure サブスクリプションをお持ちであること
    • Azure Remote Rendering / Azure Blob Storage アカウント作成済みであること

手順

GitHub から ARRT.zip をダウンロードする

Azure/azure-remote-rendering-asset-tool を開き、
最新版の ARRT.zip をローカルにダウンロードします。

image.png (198.6 kB)

ダウンロードした zip ファイルを展開します。展開後、ARRT フォルダに移動して、
Arrt.exe ファイルを起動します。

image.png (566.0 kB)

ARRT 初期設定を行う

起動すると、下記のような画面が表示されます。

image.png (73.9 kB)

Azure Portal 画面から、Azure Remote Rendering の Account Id, Account Key, Account Domain, Region を取得して、入力します。

image.png (201.6 kB)

image.png (87.9 kB)

Azure Remote Rendering アカウントの作成方法 ( 詳細 ) は、
こちらの公式ページ をご覧ください。

Storage タブへ移動して、Azure Blob Storage の設定
( Name, Key, Blob Endpoint ) を入力します。

image.png (16.3 kB)

Name : ストレージアカウント名
image.png (248.8 kB)
Key : アクセスキー ( key1 )
image.png (367.4 kB)
Blob Endpoint : エンドポイント ( Blob service > Blob service )
image.png (157.3 kB)

入力後、[Test Connection] を押すと、接続テストを行うことが可能です。

image.png (160.2 kB)

セッションを実行してみる

ARRT の設定が終わったら、Rendering セッションを開き、
[▷Session] ボタンを押します。
( ※ セッション開始後、課金が発生します。)

image.png (144.8 kB)

Azure Remote Rendering セッションの詳細設定を行い、[▷Start] ボタンを押します。

image.png (197.4 kB)

Log タブに移動すると、セッションの状況に関する Log 出力を確認することができます。

image.png (147.1 kB)

Azure Remote Rendering セッションへの接続が完了すると、
アプリケーション最下部のステータスが Status : Connected に更新され、
[Load Model from Storage] ボタンが有効になります。

image.png (149.9 kB)

ここでは、サンプルで用意した ArrAsset (Azure Remote Rendering 専用のバイナリデータ) を
レンダリングしてみたいと思います。

image.png (179.9 kB)

サンプルで用意した FOX を表示することができました。

image.png (157.8 kB)

検証終了後は、[□STOP] ボタンを押して、セッションを終了します。
(※ セッションを終了しないと課金が発生しつづけるので注意してください。)

image.png (105.9 kB)

セッションが停止すると、アプリケーション最下部のステータス表示が Status : Not Active に切り替わります。

image.png (144.6 kB)

おわりに

という訳で、Azure Remote Rendering Asset Tool を触ってみました。Unity を立ち上げずに、Azure Remote Rendering を検証したい場合や、問題の切り分け等に便利なツールなので、Azure Remote Rendering やってみたいという方や、HoloLens 2 は持ってないけど、検証したいという方にオススメのツールです。

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0