I want to package the project using the CESIUM for Unity plugin and put it into the front-end page of the Vue production, as far as I know, CESIUM for Unity cannot package WebGL, please ask me how to achieve the effect I want
How programs made using the CESIUM for Unity plugin are imported into the front-end interface of Vue
If you want to target WebGL, you should use CesiumJS instead of Cesium for Unity. Cesium for Unity does not (and will not any time soon) support WebGL.
If you package it directly into an exe program, can you import it into the front-end interface?
“Front-end interface” meaning on the web? Probably not, you can’t run an EXE on the web, right?
That’s right, thanks for your reply