Posts by lazyFox • 3,227 points
103 posts
-
3
votes1
answer786
viewsA: Make Animated Screen Loading - Unity 5.1
Create an "Scene" only for the loading screen that is not too heavy (otherwise you have to make a loading for the XD loading) Create an object and place this script inside the update function in the…
-
1
votes6
answers30079
viewsA: How to insert HTML with Javascript?
If you use Jquery and the content is dynamic $( "#nomedaDiv" ).load( "teste.html" ); Jquery (function load)…
-
5
votes3
answers160
viewsQ: Do not fill in field if it does not exist
I have a question on how to ask a question to the database. Suppose I have two tables with slightly different structures Table1 id tipoA data 0 A '21/12/14' Table2 id tipoB data 1 B '24/12/14'…