aovando26 / ElectricVRJam

A VR action game created in just 9 days
https://octavecpp.itch.io/old-man-zeus
0 stars 0 forks source link

Player will need to charge defibrillator #1

Closed aovando26 closed 1 week ago

aovando26 commented 1 week ago

As the user is rubbing object together, the electricity is generated and stored in body

Draft of the action - console log by Sunday

Object is held at a certain position - attach transform

Canvas UI (sprite) will need to be activated to appear

aovando26 commented 1 week ago

I was able to import assets. However, I had the following errors and warnings:

Image

aovando26 commented 1 week ago

Made the necessary changes to Models - Normals are now calculate

Image

aovando26 commented 1 week ago

Defibrillators are now interactable with Mesh Collider and XR Grab Interactable components

aovando26 commented 1 week ago

Made changes to game object in hierarchy instead of original prefab. Attempting to overrides changes to apply all

aovando26 commented 1 week ago

An AudioSource and Script was added solely to the Left Defibrillator Unsure if this is most optimal implementation, but it functionality is synthesized

Image

aovando26 commented 1 week ago

I have a couple of things to add:

syafiqoarashy commented 1 week ago
aovando26 commented 1 week ago

Defibrillator has been discarded