python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to get Localization Locale Property LocaleName string in Localiztion Unity
Custom Property Drawer
I want to get name for locale in Unity Localization
but the code below errors null property.
how to get name of locale in property drawer?
SerializedProperty locale = proper...
user12496888
Votes: 0
Answers: 1
Errors when upgrading Vuforia in Unity from version 9 to version 10
The type or namespace name 'SmartTerrain' could not be found (are you missing a using directive or an assembly reference?)
The type or namespace name 'PositionalDeviceTracker' could not be found (a...
rew
Votes: 0
Answers: 1
Unable to find style '' in skin 'DarkSkin' Layout
Unity editor script is throwing this warning,
Unable to find style '' in skin 'DarkSkin' Layout
...and causing the styles on the editor to 'break'.
The editor script:
using UnityEditor;
using UnityE...
user17453356
Votes: 0
Answers: 1
How to have same attribute instance applied to multiple variable instances in c#
I am a Unity Developer and I am trying to create an attribute called "ArrangeAttribut" that will Draw multiple variables in a single row.
Simply put, when I create the following class:
publi...
Dev Logger
Votes: 0
Answers: 0