- Home /
 
 
               Question by 
               UnityStarter · Feb 11, 2012 at 12:27 PM · 
                javascriptimportc  
              
 
              Import .swc file
Hi, i have a .swc file and i wanted to import it in javaScript or C. But it didn't work. Do i have to place the file in some specific folder or so?
i using:
 using NewgroundsAPI.swc;
 
               in C and
  import NewgroundsAPI.swc;
 
               in javascript. But none of them work. It keep saying that the file couldn't be found. Any idea how to solve this? ^^
               Comment
              
 
               
              Your answer