Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'unity3d'

1602317 - UnityObject - Safari 64Bit hack: safari unity unity3d unityobject 64bit
  1. var isNotOkay = false;
  2.                                
  3. var pluginLength = navigator.plugins.length;
  4.  
  5. var i = 0;
  6. for(i; i < pluginLength; i++){
  7.        
  8.         var pName = navigator.plugins[i].name;
  9.  
1554028 - PlayerPrefsStream: stream unity3d playerprefs unity3dhacks
  1. /// <summary>
  2. /// Enables stream IO on PlayerPrefs for Unity3D. Cheap replacement for FileStream on web player builds.
  3. /// </summary>
  4. public class PlayerPrefsStream : System.IO.Stream
  5. {
  6.     /// <summary>
  7.     /// Creates a stream in PlayerPrefs using key "~". See overload if you want to use different key.
  8.     /// </summary>
  9.  
1554014 - PlayerPrefsStream: stream unity3d playerprefs unity3dhacks
  1. // Linked from http://unity3dhacks.blogspot.com/
  2.  
  3. /// <summary>
  4. /// Enables stream IO on PlayerPrefs for Unity3D. Cheap replacement for FileStream on web player builds.
  5. /// </summary>
  6. public class PlayerPrefsStream : System.IO.Stream
  7. {
  8.     /// <summary>
  9.  
worth-right
worth-right
fantasy-obligation