unity3d tag

198 questions


1 answers
36 views
0
Error in Unity code: Non-invocable member'GameManager.clearEf'cannot be used like a method

I'm a beginner at Unity.I am creating a tap game application based on the book, but I am worried because I am into the error.I'm going to check the line, but I can't get the answer I want even if I se...

1 years ago

2 answers
38 views
0
How do I perform every n-point game score?

I'm creating a game to defeat the enemy. I'd like to create a function to raise the enemy's spawn value every time I get a score of 20, but I don't know what to do every time I get a score of 20, so p...

1 years ago

1 answers
114 views
0
If you install the admob at the bottom of the screen in Unity, only the Andrdoid app will have a margin at the bottom.

This is my first time making a game with Unity, but when I put the admob at the bottom of the screen (AdPosition.Bottom), it doesn't fit exactly at the bottom of the screen, creating a space equivalen...

1 years ago

2 answers
62 views
0
I want to make a slider with Unity.

[Unity] I saw how to use Slider and how to get values in real time and wrote the code.The Slider does not contain a value definition and could not find an accessible extended method value to accept th...

1 years ago

1 answers
40 views
0
Unity 2017, Prefabricated Not Created

I want MMD motion to be incorporated into Unity and animated Reference Video: https://www.youtube.com/watch?v=Kaum5g4jgnsIn the reference video, Process was executed at 9:50 to create a prefabricated ...

1 years ago

1 answers
45 views
0
Understanding Live2D Character Background Drawing in Unity Environment

I would like to draw Live2D characters on Unity and display background images.The blue background is displayed, and it does not display well.Even if I try to place the background image with an image, ...

1 years ago

1 answers
35 views
0
button click determination

If there is an object (imageUI) above the button (background), is there a way to ensure that the overlapping objects have the same effect?There is a button all over the bagground.Press button to start...

1 years ago

1 answers
36 views
0
About retrieving components that do not retain child objects

I wanted to get the Render component of the child object by placing the following script on the parent object:However, not all child objects have Render components, so the MissingComponentException ca...

1 years ago

1 answers
72 views
0
Prefabricated Object (Button) Scripts

It's only been 5 days since I started Unity.I'm sorry for the rudimentary content, but could you tell me about the prefabricated content?Is it normal to create a click event on a button, inspect a scr...

1 years ago

2 answers
35 views
0
To move objects in response to keyboard operations in unity5

In unity5, when I press +10 and -10 when I press +10 when I press +10 on the keyboard arrow key 」→ 。, I want to write something that moves to -10, but I don't know how to do itfunctionUpdate(){ varx: ...

1 years ago
« - 18 - »

© 2024 OneMinuteCode. All rights reserved.