Cosys-Airsim cannot be packaged in UE5 editor
ENV INFO: window10 UE5.5.4 cosys-airsim 3.3 windows plugins I can play it in UE5 editor, but when I tried to packaged it, it turns to failed
error info
The above results were generated when running in the CityParkEnvironmentCollec.uproject with the following configuration:
""" json
{
"FileVersion": 3,
"EngineAssociation": "5.5",
"Category": "",
"Description": "",
"Plugins": [
{
"Name": "AirSim",
"Enabled": true
}
]
}
"""
I disabled ChaosVehiclesPlugin because it caused the following errors/bugs:
Hello, could of questions. Did the packaging work with the above configuration in .uproject file ? were you able to fix this error ? If not which version of Unreal is recommended to package / build COsys-Airsim ? Thanks
https://github.com/Cosys-Lab/Cosys-AirSim/issues/102 seems to happen for others too
Hello, per the releases page, https://github.com/Cosys-Lab/Cosys-AirSim/releases It seems that you already have Blocks packaged for UE55 and 5.2 per:
- Blocks_packaged_Windows_55_33.zip
- Blocks_packaged_Windows_52_33.zip
How were you able to do it ? I also build the stable version UE5.2.1 and unziped and copied the pre-compiled plugin but encountering the same problem.