Hello guys. Any idea why this code doesn't work? It is part of a InitButton static method that I use for create button at runtime //buttonObject is passed as out param buttonO...
hello guys, could you help me parsing a string to float ? I tried float.parse, float.tryparse and Single.parse with bad result (FormatException: Input string was not in a co...
So do you think I'll be able to create some pull rule that says when you pull don't consider these 2 files and don't kill them?
ah ok Will, maybe u mean something like this: UnityEngine.Object clip; Load(out clip, clipPath); audioSource.clip = (AudioClip) clip; keeping the loa...
do u mean using a third disk?
Tutorial to run a batch script in azure pipeline?
Hi guys, can I ask for info about migrate the OS from hhd to m.2 ssd (both in a notebook)?
Hi all, is there a valid course (free is better) to follow in order to get skills with Unity 3D?
hello there. Where can I read something that extensively shows how to use Json serialization with Unity, in order to load values from a Json file to C# scripts of a game?
Has anyone tried a webrtc/ortc client in unity?
hi guys, is there a method to see if a float value is closer to an X or Y value? something like bool isCloserTo(float value, float x, float y) { //stuff }
is there someone who knows about events and delegates?
or maybe is this a better way? public static void Load(out GameObject obj, String path) { obj = Resources.Load<GameObject>(path); }
@uncsna where can I study unity 3D? I just found a playlist on YouTube named "massive unity 3d tutorial playlist". Will it be OK according to you?
if then i call this method in a script, for example Load(ref backgroundMusic, "AudioClip/bgMusic"); would it recognize the right type?
Do you know a way to have a per-branch excludesfile rule in git?
Massive Unity3D Tutorial Playlist: http://www.youtube.com/playlist?list=PLALVXk2-TCcZyULELIVuke7awrmXwva3l
Could you explain better what do you mean?
What if you int i; for(i = X; i < Y; i+=Z) {} ?
What do you mean @ohopiak ?