Skip to content

Instantly share code, notes, and snippets.

@franMx
franMx / UsingJsonDotNetInUnity.cs
Created September 9, 2021 23:01 — forked from onionmk2/UsingJsonDotNetInUnity.cs
Json.Net ( Newtonsoft.Json ) in Unity
using System;
using System.Collections.Generic;
using System.IO;
using Newtonsoft.Json;
using UnityEngine;
public class UsingJsonDotNetInUnity : MonoBehaviour
{
private void Awake()
{
estudio710 built the 3D Scanner for ARCore app as a Free app. This SERVICE is provided by estudio710 and is intended for use as is. This application works on ARCore, which is provided by Google LLC and governed by the Google Privacy Policy.. The application shows Ads, which are provided by Google LLC and governed by the Google Ads Privacy Policy.
This page is used to inform website visitors regarding my policies with the collection, use, and disclosure of Personal Information if anyone decided to use my Service.
If you choose to use my Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that I collect is used for providing and improving the Service. I will not use or share your information with anyone except as described in this Privacy Policy.
The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which is accessible at 3D Scanner for ARCore unless otherwise defined in this Privacy Policy.
Information
@franMx
franMx / xlsm(macro).xlsm
Created November 6, 2019 14:46
VBA script para importacion mayoristas - magento 2.3
Sub encabezadosMagento()
Columns(16).EntireColumn.Delete 'link privado
Columns(15).EntireColumn.Delete 'link syscom
Columns(8).EntireColumn.Delete 'código fiscal
Columns(5).EntireColumn.Delete 'precio especial
Columns(4).EntireColumn.Delete 'precio lista
'encuentra la ultima gfila en la clumna dada: