unity2d tag

22 questions


1 answers
72 views
0
I want to convert the address to latitude and longitude in unity.

I'd like to set up a program that converts to latitude and longitude when I enter an address in unity, is it possible?If possible, please let me know how to do that.

1 years ago

1 answers
97 views
0
With unity, C#, I want to switch the key operation of the arrow on the keyboard to button operation.

You can use the arrow keys to move objects with the following code.I want to be able to move this with the buttons up, down, right, and left, but I don't know how to edit the code.Please let me knowpu...

1 years ago

1 answers
58 views
0
Unity build succeeds, but crashes when Android device starts up

I make games with Unity and release them to AppleStore and GooglePlay.However, the last time I started it on an Android machine, it crashed and fell off.Please forgive me for not knowing how to view t...

1 years ago

1 answers
100 views
0
Unable to call ffmpeg from OSX app

We are developing at Unity.I wanted to install ffmpeg in the OSX app, so I installed ffmpeg on the macPC and We have created the following code.private IEnumerator ffmpeg (string a_path){ input=\+a_pa...

1 years ago

1 answers
104 views
0
Do not display "Back to Previous App" in iOS status bar

We are developing at Unity.I have the iOS app display the status bar, but I don't want it to display Back to the previous app.void_HidesBackButton(){ UINavigationController* navigationController= (UIN...

1 years ago

1 answers
91 views
0
Regarding animator transition landing determination

I'm a beginner at Unity.I'm making 2D action games, but I'm having trouble with the animation transition.So far, we have given players three animations: (Idle) (Walk) (Jump).However, (Jump) ( (Walk) t...

1 years ago

1 answers
55 views
0
Unity collision determination

I'm a beginner who just started Unity.I'm making a game with Unity, but I'm worried because I can't judge when the player and Enemy collide.Specifically, the player's code is void OnTriggerEnter 2D (C...

1 years ago

1 answers
71 views
0
Understanding Unity 2D Circular Movement

I would like to do circular motion while tapping Unity 2D, and when I release it, I would like to do a circular motion to fly the object in the direction where the force was working, but I didn't know...

1 years ago

2 answers
76 views
0
I want to realize a turn-based attack in the battle scene of the RPG game.

Nice to meet you.I started studying Unity last month, and now that I'm done, I'm trying to create an RPG battle scene.Below are the questions.·Three friendly characters (A, B, C) and one enemy charact...

1 years ago

2 answers
76 views
0
I want SQLite to insert the structural list as it is

We are developing at Unity.create table hoge_view(hoge_id1 integer, hoge_id2 integer, hoge_id3 integer, hoge_id4 integer, hoge_id5 integer);and so on.I would like to insert the values of the structura...

1 years ago
« - 2 - »

© 2024 OneMinuteCode. All rights reserved.