How do I apply an image of say a grassy floor to my platforms in my games?
Every platform is a 2d square?
https://redd.it/1gjymu0
@r_Unity3D
Every platform is a 2d square?
https://redd.it/1gjymu0
@r_Unity3D
Reddit
From the Unity2D community on Reddit
Explore this post and more from the Unity2D community
New to Unity, anyone know why the character has a seizure instead of having a smooth animation?
https://gyazo.com/6c93df368ec1ee18d3162956568e9fa9
Sometimes the character spasms like the gif up there, sometimes it's smooth. Below are my settings. The character has the ability to rotate with user input but I don't do it in the clip
Player's Rigidbody
Ground settings
Anyone knows what's up? Thanks :)
EDIT:
public class PlayerController : MonoBehaviour
{
private Rigidbody2D rb2D;
SerializeField
private float torqueAmount = 25f;
void Start()
{
rb2D = GetComponent<Rigidbody2D>();
}
void FixedUpdate()
{
if(Input.GetKey(KeyCode.A) || Input.GetKey(KeyCode.LeftArrow))
{
rb2D.AddTorque(torqueAmount);
}
else if (Input.GetKey(KeyCode.D) || Input.GetKey(KeyCode.RightArrow))
{
rb2D.AddTorque(-torqueAmount);
}
}
}
https://redd.it/1gjz6mk
@r_Unity3D
https://gyazo.com/6c93df368ec1ee18d3162956568e9fa9
Sometimes the character spasms like the gif up there, sometimes it's smooth. Below are my settings. The character has the ability to rotate with user input but I don't do it in the clip
Player's Rigidbody
Ground settings
Anyone knows what's up? Thanks :)
EDIT:
public class PlayerController : MonoBehaviour
{
private Rigidbody2D rb2D;
SerializeField
private float torqueAmount = 25f;
void Start()
{
rb2D = GetComponent<Rigidbody2D>();
}
void FixedUpdate()
{
if(Input.GetKey(KeyCode.A) || Input.GetKey(KeyCode.LeftArrow))
{
rb2D.AddTorque(torqueAmount);
}
else if (Input.GetKey(KeyCode.D) || Input.GetKey(KeyCode.RightArrow))
{
rb2D.AddTorque(-torqueAmount);
}
}
}
https://redd.it/1gjz6mk
@r_Unity3D
Gyazo
Video by Gyazo
Gyazo is the easiest way to record screenshots & videos you can share instantly. Save time with async visual communication that's effortless and engaging.
This media is not supported in your browser
VIEW IN TELEGRAM
One year making Sky Harvest, I call it open-world and cozy but for me, it's also a sleep deprivation simulator. [Please consider Wishlisting on Steam. Thanks 💘]
https://redd.it/1gk34v0
@r_Unity3D
https://redd.it/1gk34v0
@r_Unity3D
Media is too big
VIEW IN TELEGRAM
My game is finished after two years of development. I'm excited because it's going to be released on November 8th
https://redd.it/1gk2wq3
@r_Unity3D
https://redd.it/1gk2wq3
@r_Unity3D
How is the game from the outside, honestly please? If it is unappealing, what could we improve? It is a Divinity OS inspired Tactical Turn-Based RPG with basebuilding and 4X elements. 3 games in 1
https://redd.it/1gk5pys
@r_Unity3D
https://redd.it/1gk5pys
@r_Unity3D
Reddit
From the Unity3D community on Reddit: How is the game from the outside, honestly please? If it is unappealing, what could we improve?…
Explore this post and more from the Unity3D community
Does AI help in game development process? Survey.
Hi, I am a student from Latvia. I have a project about - "Artificial intelligence in optimization of the game development process. " So I have created this survey and I need help (if possible) from all of you! If you are a game developer or just a gamer I would be really happy to hear your thoughts in this survey.
Link to the survey
https://redd.it/1gk7007
@r_Unity3D
Hi, I am a student from Latvia. I have a project about - "Artificial intelligence in optimization of the game development process. " So I have created this survey and I need help (if possible) from all of you! If you are a game developer or just a gamer I would be really happy to hear your thoughts in this survey.
Link to the survey
https://redd.it/1gk7007
@r_Unity3D
Google Docs
Artificial intelligence in optimization of the game development process.
Hi, I am a student from Latvia. I have a project about - "Artificial intelligence in optimization of the game development process. " So I have created this survey and I need help (if possible) from all of you! If you are a game developer or just a gamer I…
Frozen gameplay after adding New Input System - Solution for timeScale Bug in Unity 2D
https://youtube.com/watch?v=LMUmY3P8moM
https://redd.it/1gk7yxk
@r_Unity3D
https://youtube.com/watch?v=LMUmY3P8moM
https://redd.it/1gk7yxk
@r_Unity3D
YouTube
How to fix TimeScale Bug in Unity 2D - New Input System
If you make a game in Unity and use New Input System for player movement, you might notice that, every time you want to restart your game after game over, the game is frozen due to Time.timeScale is set to 0. This can easily be fixed by going to your player's…
Media is too big
VIEW IN TELEGRAM
My best friend was an underwater welder on a deep-sea oil rig in the North Sea. He passed away from a heart attack just a year after he retired. I’m creating the game Weldiver to honor his memory.
https://redd.it/1gk8zce
@r_Unity3D
https://redd.it/1gk8zce
@r_Unity3D