docs.unity3d.com
    Show / Hide Table of Contents

    Visual Effect Project Settings

    Visual Effect Graph Project Settings is a section in Unity Project Settings Window. You can access these settings in Edit > Project Settings > VFX.

    Properties:

    Name Description
    Current Scriptable Render Pipeline Displays Currently Used Render Pipeline Asset detected for VFX Graph Shader Compilation.
    Fixed Time Step Fixed Delay Before Simulation Steps for effects configured in Fixed Delta Time Simulation
    Max Delta Time Maximum Fixed Time Step allowed for simulation.
    Indirect Shader (Automatically Set) Master Compute Shader used for Indirect Calls
    Copy Buffer Shader (Automatically Set) Compute Shader used for Compute Buffer Copy
    Sort Shader (Automatically Set) Compute Shader used for Particle Sorting
    Strip Update Shader (Automatically Set) Compute Shader used for Particle Strips update

    Note: Fixed Delta time works in asynchronous update with deltaTime = N * FixedTimeStep (with deltaTime = min(deltaTime , MaxDeltaTime)).

    N is determined by the current framerate.

    In this mode, deltaTime can equal 0 at certain frames.

    In This Article
    • Properties:
    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023