A Unity ID allows you to buy and/or subscribe to Unity products and services, shop in the Asset Store and participate in the Unity community.
I for some reason did not think that would work. I ran a quick test and it seems to do what I needed. Thank you very much!
Do OnBeforeSerialize() and OnAfterDeserialize() get called on classes that are not MonoBehaviours? I am trying not to have the class require its...
I have lots of uses of it, but my current usage is an abstract list. Each item knows how to save and load itself both in and out of a list. Like I...
I am so sorry, I didn't see this for a while. You likely aren't looking anymore, but for anyone who is I can post this. It is probably not the...
I am writing a property drawer that needs to be notified when just before the serialization pass and just after the deserialization pass....
Oh, uh...you can replace any of the "Log.LogL" bits with "Debug.LogFormat" if you want to use this code.
Ok, so that all sounds good and well, but it does not actually play out that way. In my case I want the bundles to update when they reach the...
Since it was still an issue and i couldn't find a suggestion in their feedback box for it, I have added this as a suggestion here...
also, if you change the first function to the following you don't need to turn off the other input systems for this to work. public void...
I have confirmed that rotations seem to be broken in fly mode when the perspective is set to orthographic in 1.3. On windows 8 the spacemouse...
I have found an answer to my own issues in a way or two. First, since it seemed to work fine in a stand alone build, I deleted the .xml for...
I have a new bug I don't see listed here. Unity 5.0.1f1 Personal Windows 8.1 64 bit SpaceMouse Pro Wireless The bug is two fold. In editor I do...
Sorry it took me so long to get back to you, work has been rather hectic the last few weeks. For starters, 0.2 has TREMENDOUSLY better feedback...
I actually was asking because I have some meshes that are normal mapped that I hadn't tested with because I wasn't certain what expected behavior...
Oh! I meant to ask. Your tool only looks at the mesh data correct? It shouldn't be affected by Unity normal maps and such should it?
I think I see what happened. I was generating a 3D Navigation mesh for a flight simulator AI based on objects in the terrain. The mesh was just a...
Tester here. I have a windows machine and two mac machines I plan to do testing on, but have only managed on the windows machine so far, relevant...