Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unity crashes when i hit play for MultiDroneDemo #4764

Open
SworterW opened this issue Dec 15, 2022 · 0 comments
Open

Unity crashes when i hit play for MultiDroneDemo #4764

SworterW opened this issue Dec 15, 2022 · 0 comments

Comments

@SworterW
Copy link

Bug Report

  • AirSim Version:Latest one.
  • Unity version:2019.3.12
  • OS version:Windows 10
  1. What's the issue you encountered?

I followed the instruction to build AirSim on Unity on Windows and I opened the DroneDemo. It worked as normal. But when i opened the MultiDroneDemo, Unity will crash when play.
image
image
image

2.###Settings
in my setings.json:
{
"SettingsVersion": 1.2,
"SimMode": "Multirotor",
"SeeDocsAt": "https://github.com/Microsoft/AirSim/blob/main/docs/settings.md",
"Vehicles": {
"UAV1": {
"VehicleType": "SimpleFlight",
"X": 0,
"Y": 0,
"Z": 0,
"Yaw": 0
},
"UAV2": {
"VehicleType": "SimpleFlight",
"X": 2,
"Y": 0,
"Z": 0,
"Yaw": 0
}
}
}
3.###How can the issue be reproduced?
1.Follow the instruction to build https://microsoft.github.io/AirSim/Unity/ but i find the latest airsim version should build with vs2022 https://microsoft.github.io/AirSim/build_windows/ so for build airsim i also use vs2022.
2.all the build finished, alter the settings.json in document/airism like my settings.(default settings unity crashes too)
4.###Include full error message in text form
error.log
Editor.log
error.log
Editor.log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant