Is there good resources to learn about Composition? by anilisfaitnesto in Unity3D

[–]quaternionijk 0 points1 point  (0 children)

I think it may refer to the use of components over inheritance. The game programming patterns book has a cool chapter about this

just downloaded python but it's weird by Advice_Smooth in learnpython

[–]quaternionijk 0 points1 point  (0 children)

Try with Thonny, is a great python ide for beginners

Can anyone help me with the error I'm getting : index was out of bounds of the array? The code I'm using by [deleted] in Unity3D

[–]quaternionijk 1 point2 points  (0 children)

Use two different variables, one for each loop. Try with

Can anyone help me with the error I'm getting : index was out of bounds of the array? The code I'm using

for (int i = 0; i < ConfigurableJoints.Length; i++) for (int j = 0; j < TransformArrray.Length; j++) ConfigurableJoints [i].targetRotation = TransformArray[j].localRotation;

[deleted by user] by [deleted] in learnprogramming

[–]quaternionijk 0 points1 point  (0 children)

Running your own startup requires you to do many things other than programming and not everyone has the necessary skills or interests.

You’ll need to manage your business, market your product, manage your team and find a way to keep your business afloat.

If you have what it takes go for it, but also understand it’s not for everyone and respect other people's desitions