Make arrows with the line renderer either directly or with an animation.While the example scenes have been made without URP and HDRP, it is possible to use this package with URP and HDRP, granted that you provide a compatible material to the prefab.This package consists of 3 parts:2 Arrow prefabs which use the LineRenderer, either a single one or two.2 Monobehaviour scripts, which you can drag and drop onto gameobjects to make arrows.1 arrow maker script which is called to make arrows effectively. You can use it directly from your code or from the Monobehaviour scripts previously mentioned.Uses LineRenderer to make arrows Another version uses a second LineRenderer to make the animation more smooth.The animation uses coroutines for Unity 2021 and 2022 and the new Awaitable class for Unity 2023.1 and above.