EN VI
Posts (2)
Questions (2)
1206dev Admin
2023-10-28 22:18:37
I think somthing like this:public static object GetObjectByKey(object[] objData, string key){ return objData.FirstOrDefault(obj => obj.GetType().GetProperty("key").GetValue(obj).ToString() == key);...
1206dev Admin
2023-11-22 17:02:27
You need to recreate the material in Unity. Just import the textures and the model into Unity, then right-click in the file browser and select "New Material". Select this material in the inspector. Th...

Login


Forgot Your Password?

Create Account


Lost your password? Please enter your email address. You will receive a link to create a new password.

Reset Password

Back to login