unity3d tag

198 questions


1 answers
103 views
0
Error writing from Unity to Android using Nifty Cloud mobile backend (NCMB)

in UnityAfter deploying Nifty Cloud mobile backend (NCMB), when I exported it to an APK file, an error occurred and I could no longer install APK.Playback on Unity works fine.If you select Buildadn Ru...

1 years ago

1 answers
59 views
0
A method of beautifully returning an object to its initial value after rotating it in a fixed direction.

I have a question because I don't know how to return the rotation to the initial value after rotating the object.For example, if you have a steering wheel object for a car, code:void rotate(){ // Conv...

1 years ago

1 answers
81 views
0
Questions about how to use Unity C# to input coordinates into a conditional expression and other questions.

I am a beginner in software development and programming.I am writing a script using unity ver 5.1.1 f1, C#, but I have a question because it has boiled down.I'm trying to write a script that says Obje...

1 years ago

2 answers
69 views
0
Questions about the for statement in Unity.

I'm a beginner at Unity.Questions about the for statement in Unity.Put as many characters as you can see on the dice.I set up a program to move it.I want to move it up, down, left, and right, one squa...

1 years ago

2 answers
68 views
0
Is there a database that supports unity as a standard?

I'm trying to manage a lot of data with unity, but I can't find any official references to handle the database.How does the game development culture manage large amounts of data?Do you rely on text-ba...


1 answers
115 views
0
How to Attach to a Generated Instance

intenemyIndex=Random.Range(0,m_enemyList.Length);varenemyObject=Instantiate(m_enemyList[enemyIndex], new Vector3(0,3,0), transform.rotation) as GameObject;varbackground2 = GameObject.FindGameObjectWit...

1 years ago

1 answers
100 views
0
C# Cannot Call Static Method Through Instance

class playerstatus{ public static int coin=100;}US>class sample { cointext.text=coins:+playerstatus.coin.ToString();}This brings up cs0176 and Static member'playerstatus.coin'cannot be accessed with a...

1 years ago

1 answers
73 views
0
Using static to Access Other Static Classes [Closed]

Do you want to improve this question?Edit your post to clarify the issue you are trying to resolve by adding details.Closed 6 years ago.6 years agoFor example, To sampleclass public static int sample ...

1 years ago

1 answers
79 views
0
Object Generation Hierarchy

I use unity.I generated an object with instantiate.If you are not in canvas, you cannot use the ugui button, so you must generate it in canvas.Therefore, to create a hierarchy within canvas by specify...

1 years ago

1 answers
84 views
0
About clearing Unity's push notifications from Android

I'm thinking of using Prime31 for Unity push notifications.The notification itself is iOS:NotificationServices.ScheduleLocalNotification()Android: EtceteraAndroid.scheduleNotification()It is possible ...

1 years ago
« - 5 - »

© 2024 OneMinuteCode. All rights reserved.