Geometric vision targeting system 1.0 brings you object and entity based targeting. Targeting system is a component that can be added to your game object. This component can then be called for providing your code targets and tools to work with.
A target is an object in code that contains information about game object or entity. This plugin gives developers access to data that normally can't be directly found from your Unity environment. Such as objects distance to the center of view direction.
Targeting system uses vector mathematics to analyze the environment and then builds up a data structure for you to use. This can be used in variety of ways to enhance user and player experience by making it easier for the developer to build features based on this data. In addition to this, the targeting module provides some tools to modify both entities and game objects simultaneously. To make the plugin even more useful, there is an action template for spawning and despawning prefabs with given timings.Plugin also contains example projects that show the best way to use the targeting system and how to create isolated target groups by giving a tag or a script.. So you can get up to speed with the plugin as fast as possible.
Full list of features:
-Get closest targets
-Filtering targets based on game object tag and/or by entity component.
-Trigger spawning actions from a template
-Frustum culling for targets, transforms and entities.
-Open source.
-Runtime and performance -tests
Since the plugin uses some special/preview packages, it requires you to have these installed.
-Burst. Version 1.3.2 - June 17, 2020
-Editor Coroutines 1.0.0
-Jobs. Version 0.4.0-preview.18 - July 22, 2020
-Entities. Version 0.13.0-preview.24 - July 22, 2020
-Mathematics. Version 1.2.1 - August 07, 2020
-Performance testing API. Version 2.0.9-preview - March 24, 2020
-Hybrid renderer. Version 0.7.0-preview.24 - July 22, 2020
-Dots editor. Version 0.9.0-preview.1 - July 27, 2020
-Collections. Version 0.11.0-preview.17 - July 22, 2020
Have questions?
Join our discord server: https://discord.gg/QtHTQ4J
Or visit website.
Please not that you can get the targeting system 1.0 for free from a link from my
website ,
but with a more limited open source licence(GPL v3). If nothing else, the free version is excellent for testing the system up before a purchase.