Skip to main content

Posts

Project folder or disk is read only | Please move project somewhere readable and writable

 Before going to waste the time try "Run as administrator"  It it works fine, then please subscribe my blog :) Other wise try other solution and then subscribe my blog :) :) Other Solutions: Check windows defender virus and threat setting and uncheck controlled folder access.  Put your project folder to some public folders, like document, desktop, etc Please comment if any of these worked for Keep following unity3diy

Space Invaders Re-imagined by ThrustVector9

  Space Invaders Re-imagined by ThrustVector9. Found this on reddit a dad with his son is busy in making space invader in differently new way with also vr version. Found this on reddit a dad with his son is busy in making space invader in differently new way with also vr version. Have a look at thier game. Space Invaders Re-imagined from r/Unity3D This is what he said. This is day 3 of my son and i making a game together due to the lock down. I asked him what he wanted to make, and after talking him down from Assassins creed, he decided on a 3d space invader game with scary sounds. (maybe even open world and in VR??) Day 1 we made a Voxelizer so we can easily make 3d models. Day 2 we made the enemy and ai and today the shooting mechanics. If you have any interesting ideas on where to take this, we are all ears! Edit: Heres a VR version

How to build for ios from unity on windows

There are different way to build for ios from unity on windows. Disclaimer : Running any macOS on non-Apple hardware is against the Apple EULA. Please acknowledge the risk and proceed on your own responsibility.  Xcode Method: While installing Unity, don't skip to check "iOS deployment" and your Unity (on Windows) will be ready to build an Xcode project. Next, just assign this Xcode project on a Mac with Xcode installed and you will be ready to compile the project to be run on your iOS device. Complete Tutorial here https://medium.com/@ryoichirooka/unity-ios-on-windows-deploying-to-iphone-from-within-unity-editor-on-windows-machine-using-vmware-15eb7cbcbf83 Unity Asset: iOS Project Builder for Windows No longer need to switch to your Mac and fire up Xcode to build your games for iOS. Save time and build them directly from Windows.   This one-stop build tool takes as input: - an Xcode project directory created by Unity - (optionall...

error CS0104: 'Hashtable' is an ambiguous reference between 'ExitGames.Client.Photon.Hashtable' and 'System.Collections.Hashtable'

error CS0104: 'Hashtable' is an ambiguous reference between 'ExitGames.Client.Photon.Hashtable' and 'System.Collections.Hashtable' It was a super easy. Currently on line 17 in LoadbalancingPeer.cs there is a bunch of unity versions like: #if UNITY_4_0 || UNITY_4_1 || UNITY_4_2 || UNITY_4_3 || UNITY_4_4 etc... All you need to do is add UNITY_2018 to the end and that solve the error. Adding 2018 can solve you issue. Please comment if you are having other errors too. See also: Free Unity Game Assets -The 54 Best Websites To Download

This release is not compliant with the google play 64-bit requirement unity - Solved

this release is not compliant with the google play 64-bit requirements unity Beginning August 1, 2019, your apps published on Google Play will demand to support 64-bit architectures . 64-bit CPUs achieve faster, richer experiences for your users. Combining a 64-bit version of your app gives performance improvements, makes way for future discovery, and sets you up for devices with 64-bit-only device. The following APKs or App Bundles are available to 64-bit devices, but they only have 32-bit native code: 2. Google play console will show you this error. if there are any issues related to the 64-bit requirement. Here's an example: Solution: The solution is to turn off support for x86 devices in your Target Architectures. I was able to publish my app after uncheking x86 support. Try this, if it work for you then please comment and share my post. Thanks

Unity stuck on building gradle project

Many user facing this issue on unity. Recently i also faced this issue and tried to solve it. The main reason behind this long process is gradle is downloading repositories in background. Check your gradle version in the following directory. C:\users\\USERNAME\.gradle\wrapper\dists\ 1.Now download your gradele version from here https://services.gradle.org/distributions/ 2.and then past it here Please comment if any other solution worked for you. Thanks

Universal Render Pipeline, develop once and deploy everywhere

If you want to develop once and deploy everywhere, Universal Render Pipeline is for you. This is a powerful solution that delivers beautiful graphics and performance whole scaling to a wide range of platforms. The Universal Render Pipeline (URP) is a prebuilt Scriptable Render Pipeline, made by Unity. The technology offers graphics that are scalable to mobile platforms, and you can also use it for higher-end consoles and PCs. You’re able to achieve quick rendering at a high quality without needing compute shader technology. URP uses simplified, physically based Lighting and Materials. The URP uses single-pass forward rendering. Use this pipeline to get optimized real-time performance on several platforms. The URP is supported on the following platforms: Windows and UWP Mac and iOS Android XBox One PlayStation4 Nintendo Switch WebGL All current VR platforms