Hello,
When I'am building a package from a simple scene it looks like build is not including my script files for example moving camera script. Everything works fine in the unity development tool but after building a package my scene is dead. By dead i mean camera is not moving, and application dosen't on user call. I'm a Unity3D beginner so i'm asking if should i build a package in some special way to include scripts (js) from my workspace? For now I'm keeping them in the defualt scripts folder.