unity3d tag

198 questions


1 answers
83 views
0
How do Windows Store apps built from Unity support changing the window size?

iThis is a problem that you encounter when porting Unity titles developed for iOS and Android as Windows Store apps.Windows 8.1 allows you to change the window size of the Windows Store app, but when ...


1 answers
54 views
0
SDK integration failed for appCloud in Unity 5.2.2

When I imported and built the SDK to deploy push notifications, I received the following error:I'm looking into each of them, but I don't know how to deal with them, and I can't solve them because I d...

1 years ago

1 answers
70 views
0
Saving Objects Created by Editor Extensions

In the editor extension, click from the button displayed using the custom window.I'm writing a script to generate Gameobject and change the settings of the object.Even if you save a scene after genera...

1 years ago

1 answers
61 views
0
How Unity Stuck to Some Poses of AnimationClip

In Unity, we have model data made in T-pos, bone data, and animation data. Is there a way to fix it so that the specified frame of the animation data is positioned?If possible, I would like to match t...

1 years ago

1 answers
57 views
0
I'm suffering from a phenomenon where Rigidbody.AddForce stops working when Unity builds for Android.

There are no errors on the Unity editor before the build, but it works fine When you build it, it's both on the actual machine and on the editor.I am troubled that only the AddForce function does not ...

1 years ago

1 answers
125 views
0
Information About Using the Translator Text API with Unity

Unity is creating an application for hololens.I want to use Azure's Translator Text API, but it doesn't work well.I will put the error and code on it, so please let me know when you know.The reference...


1 answers
56 views
0
Search for NCMB: What is the function that searches by ID and returns whether it exists or not?

Nifty Cloud Mobile Background and Unity.Record the score using a unique ID.If you have already scored, there is no problem.Initial processing If I didn't have that ID doesn't workExample Taro 10 point...

1 years ago

1 answers
53 views
0
I want Unity to erase objects with collision determination script

I was making a game like billiards in Unity and I wanted to make sure that the Sphere disappeared when it hit the hole (Cylinder), but the script I wrote didn't respond to any errors.I would appreciat...

1 years ago

1 answers
46 views
0
How to Share Variable Values with Multiple Buttons

There are two buttons, and each has its own variable: price(100), price(50).Press the button to golds(300) to -=price.After executing the code below, golds is not shared and seems to have their own va...

1 years ago

2 answers
63 views
0
Want to Destroy Prefabricated Game Objects

I have a question at Unity.Currently, I've tried to create multiple game objects in an instance and try to destroy them, but I'm having a hard time.In addition, the following error has occurred, so th...

1 years ago
« - 11 - »

© 2024 OneMinuteCode. All rights reserved.