codedragon2
@codedragon2
Loves to code. Codes html, css, js, c++ , python and java
#I need some help with unity.
Hello! I am trying to create a collectible coin in unity, and none of the code is working. I would really appreciate so
k9chelsea2 oof wish I could help, however after doing some research (googling it but thats not the point) I found somthing that could help you [here] (https://answers.unity.com/questions/601381/how-to-make-collectibles.html)3 years ago
Hello! I am working on a little cube game where a cube dodges enemies and I am using this tutorial: https://www.youtube.com/watch?v=j48LtUkZRjU&list=P
Coder100 I have used unity to make cube dash. So basically, for coins (iirc):
private void onTriggerEnter(Collider other) {
if (other.compareTag("player")) {
Destroy(gameObject);
Score++;
}
}
The setup that is needed is that player has a tag player and you have a public int score. Hopes this helps!
For randomly generating enemies, I suggest looking at this
and terrain, you should look at Brackey's channel a bit more.
Hopes this helps!3 years ago
I have looked A LOT for tutorials on this, but cannot seem to find anything.
Coder100 Hello! I learned unity with Brackeys, but I am also posting a tutorial soon on repl.it!
Here's his awesome playlist that teaches you almost EVERYTHING about unity ;)
If you have any more questions, feel free to ping me!
Hopes this helps! Please mark as the correct answer!3 years ago
Bookie0 Here are some tutorials:
https://learn.unity.com/search?k=%5B%22q%3AScripting%22%5D
https://learn.unity.com/course/beginner-scripting
https://unity3d.com/learning-c-sharp-in-unity-for-beginners
https://www.raywenderlich.com/980-introduction-to-unity-scripting
https://gamedevacademy.org/unity-scripting-tutorial/
https://catlikecoding.com/unity/tutorials/
> Hope this helps! =)3 years ago
codedragon2 Could not find anything that actually described the code. Most of it was designing the game instead of coding it.3 years ago
I am trying to learn turtle, and cannot find any good tutorials. Can someone recommend something?
Bookie0 here are some great tutorials:
https://realpython.com/beginners-guide-python-turtle/
https://docs.python.org/3/library/turtle.html
https://www.tutorialspoint.com/turtle-programming-in-python
https://www.geeksforgeeks.org/turtle-programming-python/
https://www.edureka.co/blog/python-turtle-module/
here is a tutorial on repl.it:
https://repl.it/talk/learn/How-to-draw-Pixel-Art-on-Python-with-Turtle/7556
https://repl.it/talk/learn/How-to-create-a-fairly-basic-game-using-Python-with-Turtle-G3 years ago
Coder100 Try this tutorial by tutorials point.
Also this by realpython.
Hopes this helps!3 years ago
Can you use repl.it for robotics with a raspberry pi?
MarkusVincenti Robotics is a relatively new and intensively developing scientific direction, brought to life by the need to master new spheres and areas of human activity. Have you heard something about crawler robots and how they are actively being introduced into our lives? Currently on https://leohelper.us/ there is the most up-to-date information about this1 year ago
Coder100 Hello, the answer is no. repl.it runs on the cloud and that means it has no connection to your computer whatsoever. Repl.it has no access over your computer at all. It handles everything online. Hope this helps!3 years ago
CodeLongAndPros No. You need:
A RPI
A Linux box (*Bian)
A local computer.
To make an analogy, you are asking:
> Can I start someone else's car with my keys?3 years ago
Does anyone know how to get emails to send from a website?
SixBeeps This question is a bit ambiguous. Are you trying to get an email from an inbox of some sort? Are you trying to send an email? What language are you doing this in?3 years ago
Will there be a desktop app. I love using this ide, but I can't often because it doesn't have online/offline support.
Bookie0 Here check this out: https://repl.it/talk/ask/Replit-Desktop/17958
I think the creators are making it...3 years ago
when trying to delete a repl , I could not
justin190111 I do not know how to delete a repl, so I would any how press an add repl button until my teacher say so
2 years ago