Cubelets Robot Blocks Now Available at Studica

kristielAll Topics, Robotics

Cubelets Robot Blocks Now Available at Studica

Working on the belief that toys shape the way children think about the world, Modular Robotics has created Cubelets robot blocks. Easily transform these blocks into robotic creations, allowing young minds to understand interconnected systems in a simple and enjoyable way. This clever robot construction system is designed to help children become better thinkers. Snap the robot blocks together and the … Read More

Share this Post

Unity Tip: Use Scripts to Modify Particles

kristielTutorial, Unity Game Development

Unity Tip: Use Scripts to Modify Particles

Unity 3D offers an enormous API that provides ways to manipulate the vast majority of objects in your game. However, there are some features that are not as robust as you might hope. Take, for example, the ParticleSystem class. Let’s say, you have a particle system. You want to modify the radius of the particle system’s shape using a script. After a quick … Read More

Share this Post

Unity Tip: Using Code to Change Material Properties

kristielAll Topics, Coding & Programming, Tutorial

Unity-Tip-How to Change Material Properties in Unity

I am working on a Unity Project in my free time. Recently, I wanted to have the ability to dynamically change the material properties of objects when the player looked at them. I did not want a static, unchanging material. I needed to be able to use C# scripts to make the material change features during gameplay. This is relatively easy to do. However, Unity’s … Read More

Share this Post