You are here

Javascript

XML and Unity3D

Submitted by Druss on Fri, 2015-05-29 01:45

N.B. This is a mirror of a page that no longer exists at its original location.

I needed to be able to save game state, and I wanted to communicate back and forth with websites, and I needed the files to be human readable, and I needed it to be easy [I have been told I am very needy]. The best thing for me to do was to figure out how to read, and write, XML inside Unity3D. It’s a web plugin right? it should support XML processing, and the DOM model right? Well, yes, yes it does.

Firebug does not allow inspection of anchor tags in Firefox 2.0.0.12

Submitted by Druss on Sat, 2008-02-16 01:18

Firebug, the extremely popular add-on for Firefox is indispensable when it comes to debugging CSS issues. However, with the last update to Firefox, trying to inspect the CSS rules for an anchor element failed.

Issue: The update to Firefox 2.0.0.12 broke something.

Subscribe to RSS - Javascript