You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered:
Bug Report
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.
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
The text was updated successfully, but these errors were encountered: