Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Unity de 2 d oyun yap yorum , oyunun amac zemin zerinde z play p d memek , z plad k a puan toplama sistemi

Unity de 2d oyun yapyorum, oyunun amac zemin zerinde zplayp dmemek, zpladka puan toplama sistemi var, ancak zeminden dnce oyunun bitmesi lazm o ksm kodlayamadm. Nereye kodlamam gerek onuda bilmiyorum. Baz kodlar veriyorum... using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
public class Ynetici : MonoBehaviour
{
public Text skor;
public static float skorsays;
void Update()
{
skor.tex t= skorsays.ToString(); }
}// buras bi ksm using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.SceneManagement;
public class Manager : MonoBehaviour
{
private void Update()
{
if (Input.GetMouseButton(0))
{
SceneManager.LoadScene(1);
}
}
}// buras baka bir ksm , dier ksmlarda karakterin hareketi, zemin yneticisi ve zemin kodlar var. Bu oyunun bitmesi iin nereye hangi kodlar yazmamgerekiyor???

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Professional Android 4 Application Development

Authors: Reto Meier

3rd Edition

1118223853, 9781118223857

More Books

Students also viewed these Programming questions

Question

(4) How much feedback am I giving them on their performance?

Answered: 1 week ago

Question

Which companys ratios match Column J?

Answered: 1 week ago