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

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -