d tag

2228 questions


1 answers
39 views
0
CustomEditor Preview Does Not Appear in Unity 2018.1

We have created a CustomEditor Preview with reference to the following pages:http://anchan828.github.io/editor-manual/web/customeditor.htmlI have confirmed that it is displayed normally until Unity 20...

2 years ago

2 answers
112 views
0
I want to associate another storyboard NavigationController with ViewController

How do I associate NavigationController and ViewController with RelationshipShipSegue, root view controller on a Storyboard, if NavigationController and ViewController are on different Storyboards?

2 years ago

1 answers
78 views
0
Android Studio Kotlin Error Unsolved Reference

It was working properly until the middle, but suddenly I got an Unsolved Reference error.There are about 6 Activity files, but R in R.layout.hogehoge_activity of all files turns red and gives an error...

2 years ago

1 answers
40 views
0
I would like to create a biohazard-like cut scene with unity, but I have a question about switching scenes.

I'm a beginner at unity.I would like to include a cut scene as an event during the game, for example before the boss's game.Character animations and lip syncs have been created using external tools.Af...

2 years ago

1 answers
39 views
0
Configuring Fogs from Scripts in Unity 5.2

If you set the fog in RenderSettings.fog=true from the script, There is a fog on the PC, but I installed it on the actual Android machine and No Fogs Appear When Running…From Script in Unity 4.4 Simil...

2 years ago

1 answers
81 views
0
I want to use Android Monitor with Android Studio 3.0

As the title suggests.I am currently developing using Android 4.4 devices, but when I updated to Android Studio 3.0, Android Monitor was replaced by a feature called Android Profiler, and when I conne...

2 years ago

1 answers
110 views
0
The appearance of the 3D model changes when building to Android (SO-02J) with unity.

Regarding the 3D model of the person wearing simple clothes, there is a title issue.When I checked on UNITY's PLAY, the skin underneath the clothes does not protrude, but when I build on Android and c...

2 years ago

1 answers
71 views
0
How to Keep IBInspectable Strings in an Array in a Custom Class Inherited from UIView

For custom classes inherited from UIView, you can create IBInspectable properties in the following ways:@property(strong, nonatomic) IBInspectable NSSstring*customTitle;However, with this method, it i...


1 answers
132 views
0
I don't want to mention it when I reply in discord.js.

When I executed the code below, the message was replied, but it was mentioned.Please tell me how someone won't mention it.v13.message.reply({ content: hoge allowedMentions: { parse —[ ] } })

2 years ago

1 answers
35 views
0
Unity scripts fail

using UnityEngine;using System.Collections;public class ScrollObject:MonoBehavior { public float speed = 1.0f; public float startPosition; public float endPosition; void Update() { // Move each frame...

2 years ago
« - 90 - »

© 2024 OneMinuteCode. All rights reserved.