23
2014
Unity Optimization Tips
Making a new post here just to collect Unity Optimization tips (usually not mentioned in docs..) Feel free to post any tips / links to tips into the comment section also. OPTIMIZATION TIPS (Not in any order & not all are confirmed to work) SCRIPTING […]
18
2014
“Your APK does not seem to be designed for tablets”
Uploaded Android .APK to Google Play, but getting this message: “Design your app for tablets: Your APK does not seem to be designed for tablets.” Tested (didn’t help) Tried modifying 7″ and 10″ screenshots: no effect // (some pages said that if there is too […]
13
2013
Convert old project to 2D physics & Sprites
Started converting this shootemup test into Unity 4.3 2D physics ( old: http://unitycoder.com/blog/2013/09/27/shoot-em-up-proto-unity/ ) Webplayer: (using new 2D physics & sprites, no collider on player yet) http://unitycoder.com/upload/demos/Shmup3_2D/ Some conversion notes so far: SHMUP TO 2D SYSTEM Lets test.. 2D viewport Enabled! Camera: – Setup Camera […]
23
2013
CustomPropertyDrawer in C#
Unable to find any complete _and_ working basic C# example of custom propertyDrawer usage.. Oo? (adding some example here once I find/get it working..) Resources: – Intro on PropertyDrawers : http://blogs.unity3d.com/2012/09/07/property-drawers-in-unity-4/ (but getting lots of errors from those samples.. “The type or namespace name `Popup’ […]
20
2013
Unity Docs MiddleMouseButton New Tab
Unity “broke” the documentation in some update..cannot middle mouse button click them to open in new tab.. http://forum.unity3d.com/threads/193569-Script-documentation-doesn-t-allow-opening-links-in-new-tab-%28ctrl-or-middle-click%29 While waiting for the fix here’s small GreaseMonkey plugin userscript (firefox) : – It fixes the links for middle mouse button (so that they open in new […]
26
2013
Publishing to OUYA from Unity3D
Huh took some time to setup Unity (indie or pro) to work with OUYA. Most of these notes are from the official documentation, the forum and other blogs, i’ve just collected all the steps that it took me to install everything. (it was quite a […]
8
2013
Using crossdomain.xml
Duh! That was one annoying error.. >< Error reading crossdomain policy: Expected element UnityEngine.UnityCrossDomainHelper:GetSecurityPolicy(String) Error downloading mesh: Rejected because no crossdomain.xml policy file was found UnityEngine.MonoBehaviour:print(Object) MeshSerializer:ReadMeshFromWWW(WWW) (at Assets/MeshSerializer.js:355) $:MoveNext() (at Assets/LoadMeshFromWeb.js:11) While using MeshSerializer2 to read mesh data from server http://wiki.unity3d.com/index.php/MeshSerializer2 And crossdomain.xml was […]
31
2013
Webplayer 100% Width & Height
Making the webplayer 100% width & height: Publish your project to webplayer (default template) File / Build Settings Select webplayer as platform Click “Add current”, if you havent added your scene to the build list yet Click “Player settings” From panel “Resolution & presentation”, you […]
20
2013
Unity Learn is Open
Yay! http://unity3d.com/learn Check asset store for free projects: RobotLab – https://www.assetstore.unity3d.com/#/content/7006?aid=1101lGti *Not available anymore.. Stealth – https://www.assetstore.unity3d.com/#/content/7677?aid=1101lGti
30
2012
Mecanim Unity 4 Tutorial (step-by-step from the video)
While looking at the new mecanim tutorial video, wrote down the steps from it (not finished yet) (huh – thats a lot of clicks just to get your robot moving.. certainly could use some helper scripts/plugins to do most of the stuff automagically) Video from […]
Recent posts
- [GreaseMonkey] Unity Forum Fixer
- UnityHub: Make Hub application background Translucent
- Customize SpriteShapeRenderer quality (but has issues)
- Editor tool: Copy selected gameobject’s names into clipboard as rows (for Excel)
- Editor tool: Replace string in selected gameobject’s names
- UnityHub: Enable built-in Login Dialog (no more browser login/logout issues!)
- Use TikTok-TTS in Unity (with WebRequest)
- Create Scene Thumbnail Image using OnSceneSaved & OnPreviewGUI
- webgl+javascript TTS
- Using Moonsharp (LUA) + Unity Webgl
- Using 3D gameobject prefabs with Unity Tilemap + NavMesh Surface
- Custom Unity Hub Project Template Preview Image/Video (using HTML+CSS in package description)
Recent Comments
- Vector3 maths for dummies! on
- UnityHub: Make Hub application background Translucent on
- UnityHub: Make Hub application background Translucent on
- Install Android SDK+JDK+NDK for Unity (without AndroidStudio or Unity Hub) on
- Install Android SDK+JDK+NDK for Unity (without AndroidStudio or Unity Hub) on
- [Asset Store] Point Cloud Viewer & Tools on
- [Asset Store] Point Cloud Viewer & Tools on
- ffmpeg stream raw video into Unity Texture2D on