0% found this document useful (0 votes)
18 views

Ceng775 Project Firts Progress Ali İskender Turan - 1759034

This document summarizes the first progress report of a mobile game development project in Unity 3D. It describes creating the scene and connecting a device via USB debugging to run the game directly on an Android device. The basic game involves shooting ducks from the point of view of a gun using three control mechanisms: accelerometer, touch screen for aiming the gun, and touch screen for pulling the trigger. Different difficulty levels are implemented by varying the time given to shoot targets and the responsiveness of the controls.

Uploaded by

John Watson
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views

Ceng775 Project Firts Progress Ali İskender Turan - 1759034

This document summarizes the first progress report of a mobile game development project in Unity 3D. It describes creating the scene and connecting a device via USB debugging to run the game directly on an Android device. The basic game involves shooting ducks from the point of view of a gun using three control mechanisms: accelerometer, touch screen for aiming the gun, and touch screen for pulling the trigger. Different difficulty levels are implemented by varying the time given to shoot targets and the responsiveness of the controls.

Uploaded by

John Watson
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 11

Ceng775 Project Firts Progress Ali skender Turan - 1759034

Unity 3D as a mobile game develpment. Mobile devices HCI oportunities. Game details Screenshot.

Creating the scene. Building the scene depending on the device. Connecting the device via Android SDK Usb

debugging mode. Set the Android SDK path in Unity3D. Build the project and run directly to the device.

Basic shoot the duck game. Player looks from point of gun view. Player must controll the gun with 3 different

mechanisim.

Buid in Accelometer X & Y axis recognition


x=0 y=0

x=1

-1<x<1 -1<y<1

y=0

x=0

x=1 y=-0,5

y=-0,5

Three Control Machenisim,


Accelometer Touch Screen for Gun Touch Screen for Trigger

To get the point all three controller must be right

position. Vibration of the phone for pulling the trigger.

Three different enviroment options.


Room, Outdoor, Space,

Time based shooting targets.


Decreased for hard, Increased for easy levels.

Controller based shooting targets.


Decreasing the controllers,

Slowing the targets.


7

Shooting Range!

Select Difficulty

Room

Outdoor

Space

Novice

Easy

Hard

Outdoor

Score: Time:

Unity 3D
Android SDK 3.1 Unity 3D Tutorials, User Controller Scripts.

10

Thank you.

11

You might also like