#Bodycam Game In Unity????
1 messages ยท Page 1 of 1 (latest)
Added unaliving yourself
Working on a main menu
Got the hover sound working with a simple script:
using UnityEngine;
using UnityEngine.EventSystems;
public class UIButtonSound : MonoBehaviour, IPointerEnterHandler, IPointerClickHandler
{
public AudioClip hoverSound;
public AudioClip clickSound;
public AudioSource audioSource;
public void OnPointerEnter(PointerEventData eventData)
{
audioSource.PlayOneShot(hoverSound);
}
public void OnPointerClick(PointerEventData eventData)
{
audioSource.PlayOneShot(clickSound);
}
}
This is an interesting project
Thanks.
Added venting (for stealth missions) The vent isnt good since its just a prototype :0
Added reload animations (yes i didnt have them)
Very cool
fire
I like it
Thanks!
Appriciate it!
Woah ts looks fire
Yea it will be on itch.io
Thanks man!
The facility is done. Not the inside tho (i will import it to another scene)
add baked lighting
Who said there wasnt baked lighting?
oh
Would be funny if its a PS2 style bodycam game
will it be multiplayer or against bots?
You should add new hands their kinda out of place
I dont think so
The story mode will be single player but there will be a multiplayer mode in the future
Theres one person that disagrees so i dont know
maybe ill do it later
I mean its not bad
(The hands)
Not sended an update for a while,
but!
Im working on the multiplayer right now
everything is buggy sooo
How much will it cost
Free