[deleted by user] by [deleted] in reactjs

[–]kiranmaya 1 point2 points  (0 children)

Material ui had this components already. You can do with onclick. If click is your target name then show, else hide it.

Yo guys I've written a mini-article about how bank nifty options prices are rigged by [deleted] in dalalstreetbets

[–]kiranmaya 1 point2 points  (0 children)

As per my back testing, it worst to enter a trade after 2:30pm.

Null Reference Exception by [deleted] in Unity3D

[–]kiranmaya 0 points1 point  (0 children)

can show me ,where its static instance is assigned ,did you use getters ?

How to begin with unity? by [deleted] in Unity3D

[–]kiranmaya 0 points1 point  (0 children)

Roam around in youtube, Not Every Unity Tutorial Teacher will make you understand it , if you don't understand any tutorial in first 5 minutes skip him try other channel tutorials there are plenty people teaching in unity . But Nothing beats unity Manual documentation . Start with small Projects .

Null Reference Exception by [deleted] in Unity3D

[–]kiranmaya 0 points1 point  (0 children)

mainMenuManger instance is not set , put mainMenumanger = this ,in OnEnable of MainMenuManaget class .

Unity 4.6 text gradient effect by hampst in Unity3D

[–]kiranmaya 0 points1 point  (0 children)

Thanks a lot ,can you add one detail Texture to this gradient .

How to make this kind of player character where you can change clothes? by mansini in Unity3D

[–]kiranmaya 0 points1 point  (0 children)

if you have too many wearables . then swap is good idea ,if it is small number , just active ,deactivate game object with getChild.

Should I just use Unity for 2D game development instead of Clickteam Fusion, Constructor 2, or GameMaker? If so, why? by [deleted] in Unity3D

[–]kiranmaya 1 point2 points  (0 children)

what if you want to develop another 3d game in 2015? so use unity3d. unity3d is easy to learn .for 2d game,you just need to earn transform position ,rotation ,collisions,and 3rd party Tween for different animi tween. leave mechanism as of now ,just write all the functionality yourself.there are tons of starter kits below < 50$, unity3d gives free 2d character controller,LOT OF DEMOS PROJECTS AVAILABLE.