airconsole - How to Include .js and .css file from air-console with unity plugin? -
we trying create air-console game using unity plugin. however, .html has both .css , .js included it. how can separate them?
we have attempted move styles .css file , link .html file adding line , this how unity file directory appears.
<link rel="stylesheet" type="text/css" href="controller.css">
creating separate .css file produces error:: failed load resource: server responded status of 404 (not found)this error getting.
how can include .css file unity plugin without running error ?
make sure have css file within folder webgltemplates/airconsole.
Comments
Post a Comment