Browsing articles in "help"
Aug
14
2020

Registry fix for: Opening .UnityPackage in currently Active Unity (instead of opening new Unity instance)

I think after installing 5.6 32bit unity, it broke the Windows Explorer default application feature – Where clicking UnityPackage in Explorert would open in any currently active Unity instance.(instead it started opening new Unity instance every time).Found solution in forums (link) Here is Registry Fix […]

Jul
5
2016

Android: MissingMethodException: Method not found: ‘Default constructor not found…

Suddenly started getting these error messages on device (build worked fine otherwise, but tcp socket stopped working) You can view device log with command line> adb logcat -s Unity ActivityManager PackageManager dalvikvm DEBUG Solutions: – Use IL2CPP build instead of Mono2x – Or, set Stripping […]

Dec
6
2015

Custom shader Transparency & Batching issues

While updating this billboard shader https://github.com/unitycoder/DoomStyleBillboardTest , had couple strange shader issues: Problem#1: Overlapping transparent area clips other object behind it (see issue#6) This one was solved by adding “ZWrite Off” to the shader, apparently something to do how transparent objects get depth sorted..(?) http://docs.unity3d.com/Manual/SL-CullAndDepth.html […]

Dec
3
2015

[Vuforia + XCode] CARWrapper.bundle specifies a non-existent file for the CFBundle

Had this error message coming up all day, until founded the fix: Either this http://answers.unity3d.com/answers/1102882/view.html or just delete the (QCARWrapper.bundle) reference in xcode project view from that plugins/ folder. ^main image: First tried settings bundle as [x] Editor, [x] Standalone only, but still seemed to […]

Nov
4
2015

Leap Motion: Get Finger Position & Direction

Took a while to find info on how to simply get the Leap hand finger positions in unity, here’s cleaned up script to draw rays from fingertips to their pointing direction.   This file contains bidirectional Unicode text that may be interpreted or compiled differently […]

Oct
23
2015

Monodevelop Scripting API search help

You can assign F1 key as Unity scripting API search in MonoDevelop: – Tools / Options – Key Bindings – First remove F1 key from Help, assign some other key for it like control+F1 – Then assign F1 for the Unity API Reference – Done! […]

Oct
13
2015

Playing FullScreen Video in Mobiles

Trying to publish scene to mobiles with MovieTexture? Error will come up: (movie texture is not supported in mobiles) “error CS0246: The type or namespace name `MovieTexture’ could not be found. Are you missing a using directive or an assembly reference?” Solution: Use this free […]

May
10
2015

AssetStoryBuddy (GreaseMonkey script)

Finally started small helper script for asset store, because the website is not exactly user friendly and missing many features.. Note. This is first version, quite limited still but has potential 🙂 Features: – Sorts search results by price! (free ones first) – Keeps previous […]

Oct
30
2014

Unity5 Tips & Tricks

Collecting links to Unity5 related tips & tricks. Please note that many things could change in the coming versions.. (Feel free to post comments if you find some more tips) > Unity5 Upgrade guide (docs) LIGHTING, GI & BAKING – Slow terrain baking? (forum link) […]

Jun
4
2014

Unity Forums V2 : Custom CSS

New unity forums are quite too messy for me (so much useless info, buttons, links, every font is different size etc..) Had to make custom css (using Stylish firefox plugin) This is not for everybody..personally I use the “New Posts” page everytime, so most modifications […]

Pages:123»

Connect

Twitter View LinkedIn profile Youtube Youtube Join Discord Twitch

UnityLauncherPro

Get UnityLauncherPRO and work faster with Unity Projects!
*free unity hub alternative

@unitycoder_com

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.