#Bodycam Game In Unity????

1 messages ยท Page 1 of 1 (latest)

copper iron
#

Added sliding...

copper iron
#

Added unaliving yourself

copper iron
#

Working on a main menu

copper iron
#

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);
}

}

granite pond
#

This is an interesting project

copper iron
#

Thanks.

#

Added venting (for stealth missions) The vent isnt good since its just a prototype :0

#

Added reload animations (yes i didnt have them)

granite pond
#

Very cool

grand maple
#

fire

mild whale
#

I like it

copper iron
copper iron
silver compass
#

fire

#

are you planning on releasing it on itch.io or smth like that?

dusk acorn
#

Woah ts looks fire

copper iron
#

The facility is done. Not the inside tho (i will import it to another scene)

dire tundra
#

add baked lighting

copper iron
#

Who said there wasnt baked lighting?

dire tundra
#

oh

grand imp
#

Would be funny if its a PS2 style bodycam game

silver compass
#

will it be multiplayer or against bots?

red osprey
granite pond
#

I dont think so

copper iron
copper iron
#

maybe ill do it later

red osprey
#

(The hands)

copper iron
#

Not sended an update for a while,

#

but!

#

Im working on the multiplayer right now

#

everything is buggy sooo

red osprey
#

How much will it cost

copper iron
#

Free

granite pond
#

Hello, some update?

#

):