Added HitShape.Raycast. Works the same as Collider.Raycast of Unity, but for HitShapes.

This commit is contained in:
Karrar
2025-02-19 05:34:26 +03:00
parent 291366479e
commit f3b3c047b1
9 changed files with 17 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "com.karrar.netick",
"version": "0.13.7",
"version": "0.13.8",
"displayName": "Netick",
"description": "A networking solution for Unity",
"unity": "2021.3",