array(1) { ["error"]=> array(5) { ["code"]=> int(400) ["message"]=> string(47) "API key not valid. Please pass a valid API key." ["errors"]=> array(1) { [0]=> array(3) { ["message"]=> string(47) "API key not valid. Please pass a valid API key." ["domain"]=> string(6) "global" ["reason"]=> string(10) "badRequest" } } ["status"]=> string(16) "INVALID_ARGUMENT" ["details"]=> array(2) { [0]=> array(4) { ["@type"]=> string(40) "type.googleapis.com/google.rpc.ErrorInfo" ["reason"]=> string(15) "API_KEY_INVALID" ["domain"]=> string(14) "googleapis.com" ["metadata"]=> array(1) { ["service"]=> string(22) "youtube.googleapis.com" } } [1]=> array(3) { ["@type"]=> string(47) "type.googleapis.com/google.rpc.LocalizedMessage" ["locale"]=> string(5) "en-US" ["message"]=> string(47) "API key not valid. Please pass a valid API key." } } } }
Notice: Undefined index: items in /virtual/groovesync/public_html/learningunity.groovesync.com/wp-content/themes/UnityLearning_v3_2/archive.php on line 26

Notice: Trying to access array offset on value of type null in /virtual/groovesync/public_html/learningunity.groovesync.com/wp-content/themes/UnityLearning_v3_2/archive.php on line 26

Notice: Trying to access array offset on value of type null in /virtual/groovesync/public_html/learningunity.groovesync.com/wp-content/themes/UnityLearning_v3_2/archive.php on line 26

Notice: Trying to access array offset on value of type null in /virtual/groovesync/public_html/learningunity.groovesync.com/wp-content/themes/UnityLearning_v3_2/archive.php on line 26
URP

URPの概要

URPはUnity Universal Render Pipelineの略であり、現在の標準的なレンダリングパイプラインです。
大きな特徴は2つあり、1つ目はスマートフォンなどのモバイル端末や家庭用ゲーム機、PC、VR/ARなど非常に幅広いプラットフォームに最適化されていること、そして2つ目はShaderGraphやPost-processingなど、アーティスト向けのワークフローを提供していることです。

URPで新規プロジェクトを作るには、Unity Hubより新規作成を選び、Universal Render Pipelineを選択するだけです。また、既存のBuiltin PipelineのプロジェクトをURPに変換することもできます。

オススメの動画

URPカテゴリーの動画