d tag

2228 questions


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

2 years ago

1 answers
85 views
0
ActiveDocument.BeginSave Event Does Not Occur in IJCAD

I use COM (C#) to start, draw, and end IJCAD 2015.By the way, I can't get the following events, is there something wrong?private void button_Click (object sender, EventArgse){ app = new GcadApplicati...

2 years ago

1 answers
104 views
0
Canonot resolve symbol fasterxml

If you synchronize with the code shown below, the event log will display the following errors:Is there something missing?error message Gradle sync failed: Could not find method compile() for arguments...


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

2 years ago

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

2 years ago

1 answers
57 views
0
Chat app on Android

I would like to create a chat app on Android.However, I do not know the basic configuration.I think I should use Firebase.realtime database and Firebase Cloud Messaging AndroidAre there two?If you use...

2 years ago

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

2 years ago

1 answers
140 views
0
Treatment of Regular Expressions ..* 」 in awk/sed/grep and ruby(fluentd)

I am conducting a text-based log analysis (fluentd), and I am considering using grep for the desk examination.Eventually, I checked the difference in the processing method when registering Fluentd.In ...


1 answers
110 views
0
Understanding Crashes Due to Realm Schema Changes

There has been a crash around Realm in the development of Android apps.Realm files were generated and modified in the following time series.Alpha versionUse only the default Realmbeta editionUse Realm...

2 years ago

1 answers
38 views
0
About Duplicate resources in Android Studio

Execution failed for task':app:mergeDebugResources'.> [mipmap-hdpi-v4/ic_launcher] C:\Users\berdy\AndroidStudioProjects\MySize\app\src\main\res\mipmap-hdpi\ic_launcher.png [mipmap-hdpi-v4/ic_launch...

2 years ago
« - 35 - »

© 2024 OneMinuteCode. All rights reserved.