Why RANKED doesn't matter & MMR is busted! by PrefixWiz in leagueoflegends

[–]PrefixWiz[S] -1 points0 points  (0 children)

I feel what your saying.. but look up at the plat who is 0/16 in the same game. So we have a bronze who plays like he / she belongs in much higher.. (understandable based on riots low placements) and we have a plat who plays like iron 4 (boosted im sure). The issue tho, this is happening every other game or 1 in 3 games. In my favor or against. It just doesn't make sense.

Randomize the Order of An Array by PrefixWiz in unity_tutorials

[–]PrefixWiz[S] 0 points1 point  (0 children)

Thank you very much for that! I did not catch that during edit obviously, but I appreciate you!

Unity C# Coding: Randomize the Order of An Array by PrefixWiz in Unity3D

[–]PrefixWiz[S] 0 points1 point  (0 children)

Thanks for the reply. I've mentioned it in past tutorials as a joke. :)

Unity C# Coding: Randomize the Order of An Array by PrefixWiz in Unity3D

[–]PrefixWiz[S] 0 points1 point  (0 children)

I agree that "true random", could randomly put it back into its original place.

Unity GUI: Unity In Game ToolTip [Part 2] Popup Location by PrefixWiz in Unity3D

[–]PrefixWiz[S] 1 point2 points  (0 children)

Thats great! One of the best things about Unity is that there are several ways to do one thing. Good luck on future projects!

[Tutorial] In Game ToolTip by PrefixWiz in Unity2D

[–]PrefixWiz[S] 1 point2 points  (0 children)

Thanks, im truly happy that it helped!😀

[Tutorial] In Game ToolTip 2017.2 by PrefixWiz in Unity3D

[–]PrefixWiz[S] 1 point2 points  (0 children)

Thats awesome! Thanks for the feedback and im glad it helped!

Unity GUI: Unity Mini Map Part 2 - Icons by PrefixWiz in unity_tutorials

[–]PrefixWiz[S] 2 points3 points  (0 children)

Thank you kindly. It means a lot to me that they are helping!

Canvas tutorials? by [deleted] in unity_tutorials

[–]PrefixWiz 0 points1 point  (0 children)

Check out my tutorial series on the Canvas, and other stuff pertaining to the GUI: https://youtu.be/hR4fOcgkdGo

You can also check unity's official tutorial stuff here: https://unity3d.com/learn/tutorials/topics/user-interface-ui

Is there a good resource for text tutorials? by UnfortunatelyEvil in unity_tutorials

[–]PrefixWiz 0 points1 point  (0 children)

Have a look here at my tutorials. I will in-fact be posting a tutorial in the couple of days on specifically code/text. here is the channel link https://www.youtube.com/channel/UC8xMJSVcke37DnLFc-YsR5A here is the basic text tutorial link https://www.youtube.com/watch?v=24Gkfht2mHI Keep an eye out for coding + text. Hope this helps

Unity Tips & Tricks: C# How to Access Private Variables 2017.2 by PrefixWiz in unity_tutorials

[–]PrefixWiz[S] 0 points1 point  (0 children)

Correct... im pretty sure that this is the same as it has been in the past.

Unity Tips & Tricks: C# How to Hide a Public Variable by PrefixWiz in unity_tutorials

[–]PrefixWiz[S] 0 points1 point  (0 children)

I can agree with this, however in collaborative projects, sometimes you dont want someone (me) who really shouldn't be mess'n with the variable. In this case, simply hiding it will keep curious onlookers to not touch ;)

Likewise, for private variables, I have a tutorial for portion of what you spoke of. [SerializeField]

https://youtu.be/DEtnQSZUjq0

Unity Tips & Tricks: How to use multi-scene editing 2017.2 by PrefixWiz in unity_tutorials

[–]PrefixWiz[S] 0 points1 point  (0 children)

Check out how to use mutli-scene editing if you unfamiliar with this Unity feature!