ViewPie
Swearsoft
$24.99
(no ratings)
Date |
Price |
---|---|
日期和时间 |
价钱($) |
05/27(2023) |
24.99 |
05/27(2023) |
17.49 |
06/10(2023) |
24.99 |
11/08(2024) |
24.99 |
Jump AssetStore
ViewPie is an asset that creates a view cone mesh that represents a point of view (POV)You should be able to replace the material with a URP or HDRP one without issue.ViewPie is an asset that creates a view cone mesh that represents a point of view (POV), useful for stealth games for exampleThe asset creates a procedural mesh that updates in runtime and can enhance gameplay in a variety of ways, it can also help you implement enemy/player detection in your game since it provides a method to do so easilyAll the source is included so you can further customize the asset to your liking and integrate into your gameThe ViewPie component allows you to build a view angle/cone of vision procedural mesh in runtime that can be rendered in-game and can change according to the objects in viewYou can customize and preview the ViewPie in Editor by pressing the 'Build Pie' button, make changes and press the 'Update Pie' button, if you want to hide it while in Editor, press the 'Delete Pie' button.You can use the ViewPie to detect objects when the 'HasDetectedSomething' bool variable is true, the List of 'detectedTransforms' will be propagated with the transforms found. Use the public method 'GetDetectedTransforms' which returns said transforms.