I want to teach students programming through unity simulation. Let us assume we have a conveyor belt, and I want to simulate it. Of course, with the help of C# script, I can simulate the conveyor belt, but I want students to write the program (code) to simulate the conveyor belt.
As the students will be totally new to programming, I don’t want them to use unity C# script directly as it will be for them very complicated, instead I want them to write a very basic program (may be in python) to simulate the conveyor belt in unity. Is there any way out?
Thank you in advance!