WebGL on LG Smart TV
Hi, currently I'm developing app for LG Smart TV and I see no build options in Unity (Samsung Smart TV not working). In LG website I see only possibility to crate app in HTML5/CSS/JS. I was wondering...
View ArticleDocumentation for Asset Store
I have C # scripts in my package, I know I need to create the documentation for my code. Can I create the documentation not in HTML? Can I create css and js scripts from docs.untiy3d.com?
View ArticleScale WebGL cavas to browser window size
I'm trying to scale Unity WebGL content based on the contents of the window. I could manage this on Unity 5.5.4, with the following HTML. * { margin: 0; padding: 0; } canvas { width: 100%; height:...
View ArticleHow to add post from wordpress in unity?
Hello everyone! I'm trying to take a section from wordpress website and add it in my unity app. I have used Wp Rest API for catch the url of the post in the website, after that i download the file json...
View ArticleExtend WebGL Canvas to fit browser window with respect to the game's aspect...
Hi dear community, I'd like to automatically adjust the game canvas to fill the current browser window with respect to game's aspect ratio. Default canvas width is set to 720px and default canvas...
View ArticleIs there a way to force the web player to the background?
I have a Facebook canvas page hosting a Unity web player game. The problem is that the Unity player draws over top of everything else, so if for example the user has notifications they can only see...
View ArticleHow do you get webplayer 3.1 to go full window?
I need the html wrapper for the web player to let the player go 'full window' (not full screen mind you). That is, I want it to fill the div/frame/window of whatever it's sitting in.I tried putting...
View ArticleCSS off center
[turtlewolf.info][1] Can anyone explain why my game is pinching to the left of the page at higher resolutions? #unity {float: left; margin: 1.5%; width: 600px; border: orange 1px solid;...
View ArticleHow can I maintain webplayer aspect ratio on a web page using CSS
I have browsed the CSS forums but nothing that they suggest for maintaining aspect ratios of images and divs seem to work? I want the player to scale fluidly if the user scales the browser window. Has...
View Articlecss(counter strike source) map into unity3d
hello everybody, Several years ago i made a CSS map of a huge building in my hometown. Well, i want to create a game based on this map. I dont want to re-model everything again, so i just want to port...
View ArticleTrying to resize Unity WebPlayer control when resizing browser
I'm trying to get a Unity WebPlayer control to resize when the browser is resized. Here's the code I think is pertinent: From various `alert()`s in the code, I can verify that `ResizeUnity()` is being...
View ArticleHow to format Unity's Webplayer
I have need to have a form on the same page as the Unity web player. I'm trying to position the form to the left of the game so that they will be side by side. I'm not familiar with CSS or div tags. I...
View Articlehow can i animate in 3ds max and get it to work right in unity
ok so what my problem is, is that i have download some css fp arms from gamebanana but they dont work properly everything works except the wrists becaus ei cant move the wrists by the bone because they...
View ArticleEmbed Unity Webplayer / Without uploading
Hey peeps Just wanted to find out if its possible to Embed Unity Webplayer game, onto a website, without uploading the unity files onto the webpage servers. So the ultimately the gamefiles would have...
View Articlecross platform enterprise UI with Unity3D
We are planning a cross platform application that has certain 3D features which we want to realise with Unity 3D. The major part of the application however consists of many forms and traditional UI,...
View ArticleEditing 'style.css' within Unity
Does it cause any problems (e.g. changing the file, its content or format, etc...) if you force-open a `style.css` file (that is part of a Unity application) through `Notepad`?
View ArticleHow to align a Rect() to the bottom right of the screen
I'm trying to create a rect of text at the bottom right of the screen. Maybe because I'm a web developer, where stuff like this is easy I'm searching for a more sensble way. Surely there's a way to do...
View ArticleWebplayer interaction between 3d scene and text on webpage
Is it possible to interact between the objects of a scene and the text contained in the same webpage(which contains the player). As an example, let's say I want to change the color of an object by...
View ArticleDisable item after 10 shots.
Hello how can I disable an object after you press 10 times the left-muose? This is the script that I'm using, but does not work very well. My script. #pragma strict var myTrigger : GameObject; var...
View ArticlePlugins for web dev languages
Does anyone know of any plugins that can be used to code say html or css or even php in Unity? Im just looking for a possibility to use such languages in the game.
View Article