485 questions
Is there a way to button objects generated by instantiate??Specific steps are to remove the generated object and click the button to remove the object.That's itI prefab it and put spriterender and but...
There is something I don't understand about the language that is commonly used on my computer.What are the differences between C# used in C, C++, and Unity?Every language has the letter C, so it looks...
We are developing FPS in Unity 3D.In the script below, when a player touches a character standing in a field, a routine starts and a message dialog appears.[Problems Occurring]Currently, when a player...
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...
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...
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...
I'm making a program to play video on C#.I'd like to implement frame-forward playback with mouse wheel, but I'm going to have a case of title.Immediately after startup, it is called only once, but it ...
I would like to get the search results (string) sorted on C#Lucene.net.Could you introduce me to a sample?
Thank you for taking care of me.string cmdQuery=SELECT* FROM TableA; using(DataTableTableA=newDataTable()) using(OleDbCommand cmd=newOleDbCommand(cmdQuery,conn)) using(OleDbDataAdapter=newOleDbData...
In an event (Btn_Click), how do I count the target words, characters, etc. in a character?I often see the following methods, but is it possible to work with buttons because it is static int?static int...
« | - 16 - | » |
© 2024 OneMinuteCode. All rights reserved.