Quantcast
Channel: Questions in topic: "css"
Browsing all 78 articles
Browse latest View live
↧

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 Article


Documentation 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 Article


Scale 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 Article

How 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 Article

Extend 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 Article


Is 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 Article

How 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 Article

CSS 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 Article


How 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 Article


css(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 Article

Trying 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 Article

How 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 Article

how 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 Article


Embed 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 Article

cross 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 Article


Editing '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 Article

How 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 Article


Webplayer 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 Article

Disable 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 Article

Plugins 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
Browsing all 78 articles
Browse latest View live