Toly65 / UdonCombatSystem

A simple combat system designed for VRchat
MIT License
26 stars 2 forks source link

Broken #4

Closed SolidGlade closed 2 years ago

SolidGlade commented 2 years ago

Doesn't work, Played around for a few hours but cant get it to work. players don't appear to have any hit boxes, as they do not seem to be receiving damage at all

Toly65 commented 2 years ago

Are you using the latest release?

On Wed, 29 Dec 2021, 16:10 SolidGlade, @.***> wrote:

Doesn't work, Played around for a few hours but cant get it to work. players don't appear to have any hit boxes, as they do not seem to be receiving damage at all

  • Solid

— Reply to this email directly, view it on GitHub https://github.com/Toly65/UdonCombatSystem/issues/4, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVF6SJZFKSKCL4BK6KS52ATUTMXHXANCNFSM5K6GUWMQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

SolidGlade commented 2 years ago

yes sir

I am using the latest version. I'm also using the latest Sdk and udon#

I load up the demo scene but nothing no dmg, i also drag and drop the prefab and still nothing. Doesn't have any errors in the console.

guns work fine but i cant damage or hurt the players and that health bar doesn't change

Downloaded and re imported the unity file a few times in two different projects just to be sure

Toly65 commented 2 years ago

The improved hitbox assigned keeps having its variables unassigned, the issue is fixed now in the latest release(again)

On Thu, Dec 30, 2021 at 4:40 AM SolidGlade @.***> wrote:

yes sir

latest Sdk and udon#

I load up the demo scene but nothing no dmg, i also drag and drop the prefab and still nothing. Doesn't have any errors in the console.

guns work fine but i cant damage or hurt the players and that health bar doesn't change

Downloaded and re imported the unity file a few times in two different projects just to be sure

  • Solid

— Reply to this email directly, view it on GitHub https://github.com/Toly65/UdonCombatSystem/issues/4#issuecomment-1002871016, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVF6SJ4D5WOOS6L345NFJALUTPPFRANCNFSM5K6GUWMQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you commented.Message ID: @.***>

SolidGlade commented 2 years ago

Hey mate Thankyou for getting back to me. unfortunately i for the life of me still can not get it to work. having tried your latest release 😅

Just the same issues previously mentioned

cheers Solid

Blaixen commented 2 years ago

Hey, yeah, so the prefab doesnt work. nothing works.

Toly65 commented 2 years ago

in what way,

I've put the prefab into a blank project and it works fine

Blaixen commented 2 years ago

the raycasting doesn't work, im not sure if I'm doing something wrong, or its just not working whenever I shoot another player it gives me an udonsharp error and disables the gun all together.

Toly65 commented 2 years ago

image make sure that the sparkable and player layers are set appropriately, the current hitboxes are set on the default layer while your terrain might be on a different layer, thus sparkable needs to be different

Blaixen commented 2 years ago

Thanks, it works now!

SolidGlade commented 2 years ago

Thanks, it works now!

your issue was the sparkable layers? I still cant get it to work for me tbh 😅