d tag

2228 questions


1 answers
70 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...

2 years ago

1 answers
83 views
0
Control from Android Back Keys

When the Android hardware key, the back key, is pressed, I want to display a dialog and close the application, but it doesn't work properly even if I use the code below. document.addEventListener(back...

2 years ago

1 answers
108 views
0
How do I set the unit of length in 3D for Unity to cm?

The default for Unity appears to be meters.This is too big for my current project, so is there a way to make it cm?(Weight is Question separately)One in the reference below is To change the gravity of...

2 years ago

1 answers
42 views
0
Android app, how to use cursor in multiple methods.

Hi, everyone.I am currently creating an Android image slide show application.To give you an overview, we obtain images saved on the actual machine with cursor and switch between images by playing, adv...

2 years ago

1 answers
120 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...

2 years ago

1 answers
46 views
0
Multiple listviews are not available on fragments

If you try to use more than one listview on a fragment, an error occurs and it does not work well.The listview id should be @id/android:list.Can I use more than one listview in a class that extends li...

2 years ago

1 answers
76 views
0
I want to increase the zip compression rate of video files in Unity.

We have created a zip compression process using GZipStream.The following code is used to compress the video file (mp4) stored in the terminal, but the compression rate is 98 to 99 percent, and the pur...

2 years ago

2 answers
74 views
0
Search by ignoring data space in activecord

http://tutty.info/521How do I run these queries in Activeecord?

2 years ago

1 answers
129 views
0
Questions about apps using voice recognition APIs

I'm a beginner in programming.I'm currently trying to create an app that I've done with Google Cloud Speech API.Use this API to display the resulting words you have pronounced.If there are multiple ca...

2 years ago

2 answers
47 views
0
How can I implement double speed or slow video playback on Android?

I want to implement the video function, so I implemented the functions of Playback, Stop, Pause, Fast Forward, Rewind.However, I don't know how to implement double speed and slow playback, so I'm rese...

« - 32 - »

© 2024 OneMinuteCode. All rights reserved.