Are there any Free Skyboxes for Unity(the included ones lack Clear skies)?
Are there any free skyboxes somewhere to download? The included ones are great but there's no clear sky one. There's a sunny one but with clouds.
View ArticleHow do You save/Backup Bought Assets to your computer?
I bought things like Amazing Real Fire. i tried to save it to harddisk for back up instead of just adding it to the current project. I did that by Revealing the folder in my computer and then just...
View ArticleUsing Same FBX to load multiple, but want different Color Settings on each,...
So i have a person with clothes, i want to use the same person multiple times and each have different color clothes. Thing is, the problem is when i select one of the persons and change the color...
View ArticleCounting Down Timer But My Variable is not reaching Zero ever, Why?
ok this is my code and it never seems to reach zero. I don't understand why my Variable myTimer doesn't reach zero ever. I even put a debug messege thing to tell me if myTimer more than zero and also...
View ArticleIf My Game Starts slow if i add Mesh Collider to my whole environment, Should...
I made my environment by using "Walled City" from daz. I actualy made 3 copies of it and connected it. Well when i did that and press playe to test it out, it lagged, it didn't necesariliy lag the game...
View ArticleHow do You Display Energy Etc Screen Indicators?
I'm a beginner but pretty much got it , I have already made my FPS thing and have environemnts and objects moving around and have physics. But i do not know how to display indicators on the screen such...
View ArticleWhen you drag a OBJ MTL and Maps folder to Assets, how do you get them To be...
I always drag stuff and they don't always get textured automatically. The textures are there but it just doesn't happen. And this is especially difficult when you yourself would not eve know what...
View ArticleHow do You Add Texture To A Terrain?
I tried to drag a Material/Texture to the terrain and it just doesn't do it. How do you do it? For Example I imported the Terrain Assets folder(free in unity store), it has some material shaders. those...
View ArticleHow do I add force To rigidbody based On Character's Walking direction?
So there's gonna be objects such as balls on the ground in my FPS style game. When the player walks and collides with them, the balls should be pushed. with some force. My Character is character...
View ArticleIs there a Method to Set the Exact rotation instead of ADDING rotation?
transform.rotate(Vector3) rotates but it rotates. meaning it adds to the current facing direction. But what if i want to RESTORE my initial facing direction of a character in some part of the game?...
View Article2 key combo problem.......
Hi. So i have in update a check for input release of 2 keys It's W+A at the same time so first i have check to see if those were pressed. This is all in the update() method if( Input.GetKey(Keycode.W)...
View ArticleWhy would I be able to change values through the Inspector for public vars,...
I have Energy Bar toolkit. It's a product i got. it has variable currentValue for setting the current bar amount. It's in the inspector so you can set it manually by typing desired value. But for some...
View ArticleAre visual Effects(Particle) Camera Dependant and switching cams Will Always...
Ok so i decided to add 2nd cam to my player. can switch views.by pressing key i have some Denotations which are created with particle stuff( PS they are the free Denotation system in the Asset store)....
View ArticleCan you Record Character Player actions to Keyframing so that can make...
Let's say you have a player that walks. You want to do some walking in yur scenematic scene which has camera animation and so on. I know you can record animation by draggin and pulling objects once you...
View ArticleIs there Still no simple way to Import DAZ Characters with Working Clothing?
i had used Unity 3. something before. And at that time the only thing you could do to import characters from daz with working clothing and facial animations and morphs was to use MEGAFiers and stuff....
View ArticleHow do you Throw a Basketball towards a basket or Roll/kick it?
If my character just runs through it it should be kicked or rolled along the ground. If my character picks it up then throws it , it should start a projectile path but shouldn't land perfectly in the...
View ArticleCan Mixamo Animations be used on Imported DAZ Characters?
I bought Mixamo animations because i thought they would work. I haven't really yet known if they do. Can i make them work on my imported DAZ Michael 4 or whoever. For example i bought the MIXAMO Men's...
View ArticleHow To Design level so it's not Boring To Walk through it
FPS style game. If you have empty areas of just ground. It's so boring to just tediously walk to get to the other end. Yet if you keep adding objects and buildings, you add more and more polygon count...
View ArticleHow do you load Random selection of characters and load random number of copies?
Say i have 10 characters(not enemies) and 10 enemies. At the startup of my level i want the system to select a few random ones from the character set and a few from the enemy set. and create a random...
View ArticleHow to fix my Script to play Mixamo Animations with my DAZ character?
So i have the EverydayPack-Men Maximo animation pack i bought from Unity store. I loaded my Michael 4 into Unity He is at Assets/BackgroundCharacters Then i have the Assets/EverydayPack-Men folder. The...
View ArticleJust Installed Unity 5.34f for Windows 10. My screen is blank, how to solve...
I created a new project. But there's no Windows, no Inspector window, no Project Window, nothing. It's just blank. I Try to get them to come up by selecting in the Windows menu but nothing comes up. At...
View ArticleHow do You detect XBOX One movement and button presses when developing for...
So we know the oculus rift comes with an Xbox one controller and i want to make a game that uses it. Is there a tutorial or some pdf or documentation for Unity 5 about how to code for detecting Xbox...
View ArticleHow do you load characters in your Asset folder into an array, and select...
So i have scenes. Like a club, restaurant, park, and stuff ..you know public places. I have alot of characters in my Assets folder/CustomCharacters folder. A folder i created Everytime i play the game...
View ArticleHow do i add all the sounds for my character through a script, instead of...
Unity 5.3.5. I want to just load sounds and play through a script that searches for the sound you give it, in the Assets folder's folder that you specify. for example play(scream.mp3 from folder...
View ArticleHow Do you attach FPS arms to a Character controller, and create various...
Hello. I bought some FPS arms from the Asset store. In fact i got several different ones. My Question is how do you attach the arms to the first person character controller. And Two, how do you create...
View ArticleHow do you detect if your Oculus camera is In Alignment With a particular...
I want to turn TV off, i want to turn lights on and off, i want to push doors open, i want to lock and unlock doors.NOTE It will be a game played with the XBOX One controller My algorithm would include...
View ArticleThere is no more OVRCharacterController for Unity 5.3.5 in downloads page of...
I'm planning to make a VR game. That's the basic way people did VR games they would get OVRCharactercontroller but it seems it's gone. Although it is listed as an improvement in info about 5.3.5....
View ArticleWhy is it that imported FBX from DAZ do not show skin textures most of the time?
I'm noticing and i've been noticing since Unity 3, 4. That i drag an FBX character exported from daz into unity and it comes completely textured(at least the skin, the eyes is another thing). And that...
View ArticleHow do you make an array out of an Assets subfolder containing Prefabs?
This is in C#. I want to make an array and select random character prefabs forexample to instantiate into my scene at Spawn points.
View ArticleHow to Detect Collision Detection between Rigidbody and Player
Hi i have this and it's not working. The character is a OVRPlayerController from Oculus(for the rift). And i made the script to destroy the Rigidbody if the player collides with the rigidbody. It's not...
View Article