高品質なアウトライン描画をUnityで実現する「PSOFT Pencil+ 4 Line for Unity」Version 4.1.0 がリリースされた。今回のアップデートでは、 新たにUniversal Render Pipeline(URP)対応パッケージが追加された。また、Post-processing / Bridgeは個別パッケージとして分離しPackage ...
The LineRenderer utility, part of the com.Klazapp.Utility namespace, provides a flexible and efficient solution for rendering lines in Unity projects. It allows for easy creation and manipulation of ...
前回の記事では前編としてRendererFeatureの理解のためにURP16のUnity公式ドキュメントのサンプルコードを写経しました。 今回はURP14のUnity公式ドキュメントを写経します。前回はブラー処理のためにRenderTextureDescriptorでRTHandle生成を行っていました。今回は単純な ...
2025年8月現在、URPでカスタムのRenderer Featureを作成しようとしてネットを調べるとドキュメントが古かったり、書き方が様々だったりとよくわからない状況にあります。 色々調べた結果、公式ドキュメントが一番詳しく記載されているようなので、今回は独自 ...
The Scriptable Render Pipeline (SRP) is a Unity feature designed to give artists and developers the tools they need to create modern, high-fidelity graphics in Unity. Unity provides two pre-built ...