#この記事を読む前にUnity2019.1.5でこの記事で紹介するバグが修正されました。以下で紹介するバグはUnity2019.1.0~Unity2019.1.4で発生するバグです。#はじめに…
OnRenderImage はすべてのレンダリングが完了し RenterTexture にレンダリングされた後に呼び出されますポストプロセスエフェクトシェーダーベースのフィルターで処理することによって最終的な画像として変更することができます。入力画像が source のRenderTexture です。結果は destination ...
AudioSource Avatar AvatarBuilder AvatarMask Behaviour BillboardAsset BillboardRenderer BitStream BoneWeight BoundingSphere Bounds BoundsInt BoxcastCommand BoxCollider BoxCollider2D BuildCompression BuoyancyEffector2D Cache CachedAssetBundle Caching Camera Canvas CanvasGroup CanvasRenderer CapsulecastCommand CapsuleCollide...
:::image type="content" source="../media/spatial-audio-settings.png" alt-text="Screenshot of Desktop spatial audio settings." lightbox="../media/spatial-audio-settings.png"::: 注意 この設定は、プロジェクトを Unity エディターでテストする場合にのみ必要です...
スクリプトでは、FixedUpdate 関数は力を適用したり、Rigidbody の設定を変更する場所とすることが推奨されます(対照に Update は、その他ほとんどのフレーム更新作業で使用されます)。理由は、物理挙動の更新が時間進行単位で行われており、フレーム更新は関係ないからです。FixedUpdate は物理挙動...
The "light version" uses lighter weight variation instead of limiting the directional lighting to 1 source. In previous versions, outlines would be broken by the vector inversion formula, now you can cleanly outline models like cubes When paired with textures that have an alpha, the outline polyg...
Unity Connection 11.x: 製品情報、技術文書、ダウンロードおよびコミュニティ コンテンツを得て下さい。
Licenses for Open-Source Software Included in Cisco Unity Connection Release 12.0(1) SU2 (PDF - 1 MB) Licenses for Open-Source Software Included in Cisco Unity Connection Release 12.0(1) SU1 Licenses for Open-Source Software Included in Cisco Unity Connection Release 8.5 Licenses for Open-So...
private CancellationTokenSource mapLoadCancel; private bool prevSceneCameraRotationLocked; private GSIMapLoaderZoomSwitch mapLoader; public static bool IsAreaSelectEnabled { get; set; } Expand All @@ -58,28 +50,16 @@ private void Start() AreaSelectorGUI.Enable(this); // TODO タプルで戻る...
画質設定には任意の数値があります。それぞれの細かい設定は、プロジェクトの Quality Settings で設定されています。このクラスを利用して、実行時に現在設定されている画質レベルを変更することができます。 Static 変数 activeColorSpace アクティブな色空間 (読み込みのみ可) anisotropicFiltering...