3d tag

201 questions


1 answers
61 views
0
I want to use Hololens2's spatial recognition to detect what I put on my desk.

What do you want to do·If you have a mug, watch, or cell phone on your desk, attach a bounding box only to the watch as seen from Hololens 2.·The bounding box is projected in real time, and the size c...

1 years ago

1 answers
79 views
0
button objects generated by instantiate

Is there a way to button objects generated by instantiate??Specific steps are to remove the generated object and click the button to remove the object.That's itI prefab it and put spriterender and but...

1 years ago

1 answers
54 views
0
If you use the game tab, it will end with a rainbow mark.What should I do?

Thank you for your help.I just started Unity, but when I use the game tab to check the scene I created, it ends.When I asked an acquaintance once, he told me that there was a place within Unity to set...

1 years ago

1 answers
63 views
0
call a col routine only once

We are developing FPS in Unity 3D.In the script below, when a player touches a character standing in a field, a routine starts and a message dialog appears.[Problems Occurring]Currently, when a player...

1 years ago

1 answers
90 views
0
If you use the game tab, it will end with a rainbow mark.What should I do?

Thank you for your help.I just started Unity, but when I use the game tab to check the scene I created, it ends.When I asked an acquaintance once, he told me that there was a place within Unity to set...

1 years ago

1 answers
96 views
0
android resolution optimization

I am creating an Android app using UGUI in unityMainly about UI design·Android has various devices, so considering the resolution and aspect ratio, Should it be created for all devices, or should high...

1 years ago

1 answers
65 views
0
You want to see and rewrite values defined in one class in more than one different class

This is Unity's C#.public class A { public int[]tmp = new int[3] {1,2,3}}class called public class AddScript:MonoBehavior { Aa = new A(); void Start() { a.tmp[0]++; }When called by Script attached to...

1 years ago

1 answers
110 views
0
MessagePack serialization time is slower than Json

I would like to use MessagePack to speed up API communication.See how different serialization de-serialization speeds are Using MessagePack and JSON, We are comparing the speed using the following pro...

1 years ago

1 answers
53 views
0
Can Android Studio and Unity display 3D models as desktop mascots for Android devices?

Thank you for your help.As per the title, can I use Android Studio or Unity to display the 3D model created in Blender as a desktop mascot for Android devices?As an image, docomo talks and looks like ...

1 years ago

2 answers
83 views
0
What tutorials should Unity beginners work on? [Closed]

This question appears to be outside the scope defined in Help Center for stack overflow.Closed 5 years ago.5 years agoThe Unity community is growing day by day, and the number of beginners is increasi...

1 years ago
« - 8 - »

© 2024 OneMinuteCode. All rights reserved.