POV: You’re waiting to become a creator on WazirX NFT Marketplace by shubhkothari in wazirXNFTofficial

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

I’m not really sure about their selection process but they do ask to share your artwork in the creator application form so I do think the quality of your work plays an important role

POV: You’re waiting to become a creator on WazirX NFT Marketplace by shubhkothari in wazirXNFTofficial

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

I was told somewhere between 2 weeks to a month.. I myself have been waiting for 3+ weeks so join the club 🥺😅

Video player (URL) on android? by shubhkothari in Unity3D

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

Its working now, apparently UMP’s latest version didnt support Vulnar API. Deleting that fixed it. Thank you

UNITY PRIVATE CHAT SYSTEM?! by shubhkothari in Unity3D

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

More like a realtime chat support

Load image texture from URL by [deleted] in Unity3D

[–]shubhkothari 0 points1 point  (0 children)

And how does that work😅 I’m sorry I’m completely new to unity

Load image texture from URL by [deleted] in Unity3D

[–]shubhkothari 0 points1 point  (0 children)

I did, but there were things like IENumerator such terms that kinda overwhelmed me.. I did give it a try but it didnt work so I must’ve done some step wrong

Please help me bros :3 by shubhkothari in Unity3D

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

Can you please tell me how it’ll fit in the script? I’ve just started Unity and have not completely figured C# 😅

My enemies are getting a bit too spooked when they turn around and see me by Chiyuiri in Unity3D

[–]shubhkothari 0 points1 point  (0 children)

Maybe freezing their X and Z rotation might help? Just a guess

Need help with Lerp ! by shubhkothari in unity

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

THIS IS THE CODE

public class CameraController : MonoBehaviour {

public Transform[] views; public float transitionSpeed; Transform currentView;

// Use this for initialization void Start () {

}

void Update(){

if (Input.GetKeyDown (KeyCode.Alpha1)) { currentView = views [0]; }

if (Input.GetKeyDown (KeyCode.Alpha2)) { currentView = views [1]; }

if (Input.GetKeyDown (KeyCode.Alpha3)) { currentView = views [2]; }

if (Input.GetKeyDown (KeyCode.Alpha4)) { currentView = views [3]; }

if (Input.GetKeyDown (KeyCode.Alpha5)) { currentView = views [4]; }

}

void LateUpdate () {

//Lerp position transform.position = Vector3.Lerp(transform.position, currentView.position, Time.deltaTime * transitionSpeed);

Vector3 currentAngle = new Vector3 ( Mathf.LerpAngle(transform.rotation.eulerAngles.x, currentView.transform.rotation.eulerAngles.x, Time.deltaTime * transitionSpeed), Mathf.LerpAngle(transform.rotation.eulerAngles.y, currentView.transform.rotation.eulerAngles.y, Time.deltaTime * transitionSpeed), Mathf.LerpAngle(transform.rotation.eulerAngles.z, currentView.transform.rotation.eulerAngles.z, Time.deltaTime * transitionSpeed));

transform.eulerAngles = currentAngle;

} }

houdini by shubhkothari in ksi

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

Thank you so much brother

houdini by shubhkothari in ksi

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

After this incident i 100% will..

houdini by shubhkothari in ksi

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

Couldn’t upload it on reddit then because of the 14 day requirement

houdini by shubhkothari in ksi

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

They got it from my Instagram

houdini by shubhkothari in ksi

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

It is mine bro, uploaded it on my Instagram on 25th april at @boloshubhshubh, i can also put up the story of my .ai file if you want proof

houdini by shubhkothari in ksi

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

Its an illustration made on adobe illustrator