Skip to content

Instantly share code, notes, and snippets.

View AndreySkyFoxSidorov's full-sized avatar

Andrey Sidorov AndreySkyFoxSidorov

View GitHub Profile
/****************************************************************************
*
* (c) 2009-2020 QGROUNDCONTROL PROJECT <http://www.qgroundcontrol.org>
*
* QGroundControl is licensed according to the terms in the file
* COPYING.md in the root of the source code directory.
*
****************************************************************************/
using UnityEngine;
using System.Collections;
using System.Collections.Generic;
using UnityEditor;
using System;
using System.IO;
public class findGuid : MonoBehaviour
{
@AndreySkyFoxSidorov
AndreySkyFoxSidorov / FindGUIDinObject
Created November 2, 2016 10:56
Search object in Prefabs, Material, Scene, by GUID
using UnityEngine;
using System.Collections;
using System.Collections.Generic;
using UnityEditor;
using System;
using System.IO;
public class findGuid : MonoBehaviour {