d tag

2228 questions


3 answers
97 views
0
I want to use regular expressions to exclude surrogates and special classification characters.

I'm creating an app with UnityC# and To match the input characters on Android with the input characters on iPhone, I'm trying to replace using C#'s Regax, but it doesn't work.I have written the follow...


1 answers
103 views
0
Understanding IJCAD Startup Options/LD Behavior with Multiple Specified IJCAD Boot Options

I'm developing using IJCAD 2018.IJCAD boot options are available and work reasonably well as AutoCAD, but if you specify multiple /LD options (load modules), AutoCAD loads multiple, but IJCAD loads on...

2 years ago

1 answers
108 views
0
Turn on and off the front clip of the view in IJCAD 2018

I am developing using VB.NET at IJCAD 2018.With the source code below, I created a function to turn on and off the front clip and set the clip distance for the current view, but there is no error when...

2 years ago

1 answers
141 views
0
User authentication crashes with iOS app using GooglePlayGameServices

If you authenticate the user of GPG within the iOS application built by Unity, it will crash.Is there a way to authenticate without crashing on iOS?Xcode Thread View libsystem_kernel.dylib`__pthread_k...


1 answers
55 views
0
I want to use cordova-plugin-facebook4 in monaca.

I implemented Facebook link using phonegap-facebook-plugin in monaca, but I also needed app invitation function, so I tried to replace it with cordova-plugin-facebook4 which can use appInvite.As a res...

2 years ago

1 answers
97 views
0
Create Variables and Methods for Each Build in Android Studio

Build within the projectbuildTypes{ release { miniEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' signingConfig signingConfigs.config manifestPlace...

2 years ago

1 answers
114 views
0
Learn how to respond to a single request in Google Assistant (Dialogflow) twice.

I would like to respond twice to requests from users on Google Assistant (Dialogflow).For example:===1. User says Tell me the weather2-1 Reply response1to the user, I'll check it out, so please wait.2...

2 years ago

1 answers
81 views
0
Can the animation be displayed with a keyframe specification?

I am currently making TPS (Third Person Shooting) at Unity.I would like to display the key frame I specified when I was armed, but I don't know how to do it.If you move the mouse cursor, your face wil...

2 years ago

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

2 years ago

3 answers
82 views
0
How to temporarily disable an object

Don't hide the object, make it unusable until n seconds later.I'd like to make it a specification, but is there a way?

2 years ago
« - 43 - »

© 2024 OneMinuteCode. All rights reserved.