This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---- Minecraft Crash Report ---- | |
WARNING: coremods are present: | |
Contact their authors BEFORE contacting forge | |
// Everything's going to plan. No, really, that was supposed to happen. | |
Time: 2/17/19 7:11 PM | |
Description: Unexpected error |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---- Minecraft Crash Report ---- | |
WARNING: coremods are present: | |
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar) | |
Contact their authors BEFORE contacting forge | |
// Hi. I'm Minecraft, and I'm a crashaholic. | |
Time: 6/9/19 12:37 AM | |
Description: Ticking block entity |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
///////// AudioEvent.cs ///////// | |
//Public use code: https://bitbucket.org/richardfine/scriptableobjectdemo/commits/03a730f1b0581c0d424268bc03e33dac21f34248?w=0#chg-Assets/ScriptableObject/Audio/MinMaxRangeAttribute.cs | |
//Created by: Richard Fine https://bitbucket.org/richardfine/ | |
using UnityEngine; | |
public abstract class AudioEvent : ScriptableObject | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using UnityEditor; | |
public class DemoUnityGUIFeature | |
{ | |
//name to identify this feature also used in the tabs of DemoUnityWindow | |
public string name = "F"; | |
public DemoUnityGUIFeature() | |
{ |