Recent content by voktu

  1. V

    Alternative for Decal Spawning

    Hi, if you can use HDRP, it provides a decal system.
  2. V

    Decal Alternatives?

    If you can change your render pipeline, there is one bundled with HDRP
  3. V

    Sometimes Seek is stuck when the destination changes (AStarProject)

    Hi, It seems that in some cases, the method `IAstarAIMovement.HasArrived()` return `true` while the agent is still very far from its destination. After some investigation `agent.remainingDistance <= arriveDistance.Value` seems to be incorrect: - agent.remainingDistance is the remaining...
  4. V

    Character and Object Fade for HDRP

    @MarkusKer You can upgrade material with the standard shader to HDRP shaders with "Edit > Render Pipelines > Upgrade ** Materials to High Definition Materials" Also, to make work the first person camera, you will need to use "Custom Frame Settings" and disable the fog pass
Top