Unity Sorular

Unity Sorular

Professional Development

5 Qs

quiz-placeholder

Similar activities

VCUCard Photo Guidelines Quiz

VCUCard Photo Guidelines Quiz

Professional Development

5 Qs

22 maktab

22 maktab

Professional Development

10 Qs

E-Ticarete Giriş 07.02.2025

E-Ticarete Giriş 07.02.2025

Professional Development

10 Qs

OPTIK SMP 2024 REDTOP JAKARTA

OPTIK SMP 2024 REDTOP JAKARTA

Professional Development

10 Qs

P-Office, P-Sign, P-Mobile Quiz

P-Office, P-Sign, P-Mobile Quiz

Professional Development

10 Qs

BITAW NA

BITAW NA

Professional Development

8 Qs

Resolución de problemas de windows y otros S.O.

Resolución de problemas de windows y otros S.O.

Professional Development

4 Qs

Microsoft IT Pro Community Meetup - November

Microsoft IT Pro Community Meetup - November

Professional Development

10 Qs

Unity Sorular

Unity Sorular

Assessment

Quiz

Information Technology (IT)

Professional Development

Easy

Created by

Sena Pakter

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Bir oyun objesinin mouse ile tıklandığı nasıl tespit edilebilir?

Input.GetKey() kullanarak

mouse'un konumu ile Physics.Raycast kullanarak

OnTriggerEnter()

Time.deltaTime

2.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Unity'de Prefab nedir?

Bir doku dosyası (yani texture dosyası)

Bir gölgelendirici (bir shader)

Tekrar kullanılabilir bir oyun objesi taslağı

Bir script parçası

3.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Kare hızından bağımsız fiziksel hesaplamalara yönelik en iyi metot hangisi?

FixedUpdate()

Start()

LateUpdate()

Update()

4.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Çarpışmaları tespit etmek üzere hangi bileşen kullanılabilir?

Rigidbody

Collider

Transform

MeshRenderer

5.

MULTIPLE SELECT QUESTION

45 sec • 2 pts

Bir oyunun içerisinde hangi metot ya da metotlar sadece bir kere çağırılır?

Start()

Update()

Awake()

FixedUpdate()